Because never again, this must happen
ActsAsMessageable
Adds friendships management into a rails application
A simple ruby authentication solution.
A lightweight Ruby library for communicating with the OpenStack API.
What makes Proudcloud awesome.
It's Backbone, on Rails
PR closed avionschool/rails-base-project
- updated notes
- implemented sti in users model
a. Broker model and Buyer model inherits from User model
b. Added new links to devise login form redirecting to Broker Sign up and Sign in pages

pr closed time in a day
PR opened avionschool/rails-base-project
- updated notes
- implemented sti in users model
a. Broker model and Buyer model inherits from User model
b. Added new links to devise login form redirecting to Broker Sign up and Sign in pages

pr created time in a day
PR closed avionschool/rails-base-project
Pull Request
Added simple admin feature
[WIP] Other admin features like approve and reject buttons for newly created broker accounts.
The Story
In this project, I realized that the admin dashboard page is very important to be implemented early on since that is the place where an admin can approve or reject a broker to conduct business in the app, that is why I started to build a simple admin dashboard. It only displays all buyers and brokers for now. Here is what I did in the PR.
- Enabled the sign in and sign out functionality for admin.
- Implemented an admin dashboard that displays all buyers and brokers.
- Restructured the navigation bar to accommodate the added buttons.
Screenshots
Admin sign in page

Admin dashboard page and admin sign out button

Resources
https://dev.to/luchiago/multiple-foreign-keys-for-the-same-model-in-rails-6-7ml http://www.adwaretech.com/blog/rails-migrations-in-a-nutshell
pr closed time in 3 days
PR opened avionschool/rails-base-project
Pull Request
Added simple admin feature
[WIP] Other admin features like approve and reject buttons for newly created broker accounts.
The Story
In this project, I realized that the admin dashboard page is very important to be implemented early on since that is the place where an admin can approve or reject a broker to conduct business in the app, that is why I started to build a simple admin dashboard. It only displays all buyers and brokers for now. Here is what I did in the PR.
- Enabled the sign in and sign out functionality for admin.
- Implemented an admin dashboard that displays all buyers and brokers.
- Restructured the navigation bar to accommodate the added buttons.
Screenshots
Admin sign in page

Admin dashboard page and admin sign out button

Resources
https://dev.to/luchiago/multiple-foreign-keys-for-the-same-model-in-rails-6-7ml http://www.adwaretech.com/blog/rails-migrations-in-a-nutshell
pr created time in 4 days
PR closed avionschool/rails-base-project
Implementing single table inhertance with devise on user, broker and buyer. Added models and tests to brokers and buyers
pr closed time in 4 days
PR opened avionschool/rails-base-project
Implementing single table inhertance with devise on user, broker and buyer. Added models and tests to brokers and buyers
pr created time in 4 days
PR closed avionschool/rails-base-project
pr closed time in 4 days
PR closed avionschool/rails-base-project
pr closed time in 4 days
PR closed avionschool/rails-base-project
Tradr
Features:
Marketplace
- See all Buy Orders/Sell Orders/Own Orders
- Buy and Sell your stocks
Transaction History
- See all the transactions you've completed
Search Stocks
- Search for your most favorite stocks
Buy/Sell Stocks
- Very easy and intuitive UI for buying and selling stocks
Broker Email confirmation
- Get yourself confirmed as a Broker and start trading
Trending Stocks
- Know what's hot
Admin Panel
- Create/Edit Users
- See All transactions
- Confirm Broker Registrations
pr closed time in 4 days
PR closed avionschool/rails-base-project
- Installed StimulusJS to our forked stock_app
- Installed Tailwindcss as our CSS framework to our app
pr closed time in 4 days
PR closed avionschool/rails-base-project
This pull request covers the installation and setup of the Devise gem. The main changes include
- Added default url options in the development environment
- Added a home page view and controller to serve as the root
- Added flash messages partial in views
- Added Devise views pages using the "rails g devise:views" command
pr closed time in 4 days
PR closed avionschool/rails-base-project
Added 2 new models with the following attributes:
-
role
- (fk) :user_id, integer
- :role, string
-
stock
- :name, string
- :price, decimal
- :quantity, integer
pr closed time in 4 days
PR closed avionschool/rails-base-project
Added Broker and Buyers Controllers Added request rspec tests
pr closed time in 5 days
PR closed avionschool/rails-base-project
Created tests on features to brokers and buyers controller Add models for buyers and brokers stocks Created controllers to buyers and brokers Added index.html on brokers and buyers
pr closed time in 5 days
PR closed avionschool/rails-base-project
Created tests on features to brokers and buyers controller Add models for buyers and brokers stocks Created controllers to buyers and brokers Added index.html on brokers and buyers
pr closed time in 5 days
PR opened avionschool/rails-base-project
This pull request covers the installation and setup of the Devise gem. The main changes include
- Added default url options in the development environment
- Added a home page view and controller to serve as the root
- Added flash messages partial in views
- Added Devise views pages using the "rails g devise:views" command
pr created time in 5 days
pull request commentavionschool/rails-base-project
Initial Setup of Rails Base App
wrong request
comment created time in 5 days
PR closed avionschool/rails-base-project
This is to implement the initial setup of rails base app following the instructions on the README. Here's what's inside this PR:
- newly generated gemfile.lock as per initial setup instructions.
pr closed time in 5 days
PR opened avionschool/rails-base-project
This is to implement the initial setup of rails base app following the instructions on the README. Here's what's inside this PR:
- newly generated gemfile.lock as per initial setup instructions.
pr created time in 5 days
PR opened avionschool/rails-base-project
Created tests on features to brokers and buyers controller Add models for buyers and brokers stocks Created controllers to buyers and brokers Added index.html on brokers and buyers
pr created time in 5 days
startedTensorSpeech/TensorFlowTTS
started time in 5 days
push eventelijaharc/journal
commit sha 41a7b5efda8402beede287c690455c582b9a87d3
[WIP] Included verification meta tag
push time in 6 days
PR closed avionschool/rails-base-project
Added devise user Added user tests on features
pr closed time in 6 days
PR opened avionschool/rails-base-project
Added Broker and Buyers Controllers Added request rspec tests
pr created time in 6 days
PR closed avionschool/rails-base-project
Pull Request
Created Models for Transaction, Stock and Broker_stock
The Story
I created models for Transaction, Stock and Broker_stock From the schema we discussed earlier :
- Created Stock model
- Created Broker_stock model with reference to transactions
- Created Transaction model with reference to users
- Associated transactions with users and broker_stocks
Screenshots


pr closed time in 7 days
pull request commentavionschool/rails-base-project
Created Branch: Feature/models -- Created Models for Transaction, Stock and Broker_stock
pushed to the wrong origin. Fixed the origin upstream. Closing PR
comment created time in 7 days
PR opened avionschool/rails-base-project
Pull Request
Created Models for Transaction, Stock and Broker_stock
The Story
I created models for Transaction, Stock and Broker_stock From the schema we discussed earlier :
- Created Stock model
- Created Broker_stock model with reference to transactions
- Created Transaction model with reference to users
- Associated transactions with users and broker_stocks
Screenshots


pr created time in 7 days
PR closed avionschool/rails-base-project
pr closed time in 7 days
PR opened avionschool/rails-base-project
Pull Request
Created Models for Transaction, Stock and Broker_stock
The Story
I created models for Transaction, Stock and Broker_stock From the schema we discussed earlier :
- Created Stock model
- Created Broker_stock model with reference to transactions
- Created Transaction model with reference to users
- Associated transactions with users and broker_stocks
Screenshots


pr created time in 7 days