| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
be set in application.rb
|
|
|
|
| |
for 'Configuring an engine' section
|
|
|
|
| |
user model
|
| |
|
| |
|
| |
|
|
|
|
| |
section
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |\
| | |
| | | |
small fix
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
of the actual command
|
| | | |
|
| |/ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Totally didn't like where this section was going, so scrapped it.
Scaffold is great for some things (lol) but nested resources is definitely not one of them.
Best to walk people through how to do it right, as they would in the real world
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
The association guide previously recommended using a trick with single
quote delaying of string interpolation in order to handle setting association
conditions that would be evaluated at runtime. Using a proc is the new way as
this no longer works.
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
sgerrand/vendor_assets_javascripts_should_be_created
Ensure that the directory 'vendor/assets/javascripts' is created by AppGenerator
|
| | | |
|
| |/
| |
| |
| | |
within vendor method
|
|/ |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
engine
|
| | |
|
| | |
|
| |
| |
| |
| | |
an engine
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| | |
| | | |
Update security guide ActiveRecordStore/SessionStore
|