We build a Rails application together that let's us dig deeper into Rails.
- Syllabus
- The instructor, Matt Mongeau, can be found at @halogenandtoast or halogenandtoast
We build a Rails application together that let's us dig deeper into Rails.
The first part helps us start with a great foundation. It's about how to set up a Rails application correctly. Then in future lessons we move onto complex associations, unit testing and other advanced topics.
Requirements
We build an application called Shouter
that is a Twitter like app. Users make shouts.
Specific Gems
gem 'strong_parameters', '0.2.0'
, https://github.com/rails/strong_parametersgem 'monban', '0.0.6'
, https://github.com/halogenandtoast/monbanHow to install a specific version of Rails?
$ gem install rails -v 3.2.12
How to write a good commit message?
How to use Strong Paramters?
http://guides.rubyonrails.org/action_controller_overview.html#strong-parameters
At 7:27
you open your browser and there is an app running that tells the time among other things. What is it called and where can I get it?
How does database indexing work?
What are some other approaches to redirecting the user to a specific page after sign in?