aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* Make controller namespace partial prefix optionalGrant Hutchins2012-03-281-2/+9
| | | | | | | config.action_view.prefix_partial_path_with_controller_namespace This allows you to choose to render @post using /posts/_post.erb instead of /admin/posts/_post.erb inside Admin::PostsController.
* config.action_view.embed_authenticity_token_in_remote_forms is true by defaultPiotr Sarnacki2012-03-281-1/+1
| | | | | | | Changed default value for `config.action_view.embed_authenticity_token_in_remote_forms` to `false`. This change breaks remote forms that need to work also without javascript, so if you need such behavior, you can either set it to `true` or explicitly pass `:authenticity_token => true` in form options
* Added config.action_view.embed_authenticity_token_in_remote_formsPiotr Sarnacki2012-03-281-0/+2
| | | | | | | | | | | | There is a regression introduced in 16ee611fa, which breaks remote forms that should also work without javascript. This commit introduces config option that allows to configure this behavior defaulting to the old behavior (ie. include authenticity token in remote forms by default) Conflicts: actionpack/CHANGELOG.md
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-03-273-2/+46
|\
| * minor edits in testing guide [ci skip]Vijay Dev2012-03-271-4/+2
| |
| * Revert "[ci skip] updated bin/rails code in Rails Initialization Process guide"Vijay Dev2012-03-271-16/+6
| | | | | | | | | | | | | | This reverts commit 7feec40b89ada892ca6f107ada27ceedde505d83. Reason: The guide had the contents of railties/bin/rails and I don't see any reason to change it.
| * Made it a bit more clear where to run rails/serverDimitri De Frenne2012-03-261-1/+1
| |
| * Fixed typo in pathDimitri De Frenne2012-03-261-1/+1
| |
| * document `-e` argument for rails consoleschneems2012-03-241-0/+6
| | | | | | | | | | this adds documentation for -e flag which sets the environment of the rails console like the `rails server` command.
| * Testing layout gotcha when view renders partialPanayotis Matsinopoulos2012-03-241-0/+16
| |
| * Small layout correctionPanayotis Matsinopoulos2012-03-241-2/+1
| |
| * Testing Template and Layout ExamplePanayotis Matsinopoulos2012-03-241-0/+25
| |
| * [ci skip] updated bin/rails code in Rails Initialization Process guideSenthil A2012-03-241-6/+16
| |
* | restores example depicting the use of true or false in regular fontXavier Noria2012-03-251-0/+14
|/ | | | | There was an example here that mentioned reload_plugins? but it was deleted. This commit puts another example back.
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-03-248-92/+112
|\ | | | | | | | | Conflicts: guides/source/ruby_on_rails_guides_guidelines.textile
| * spacing fix in guide [ci skip]Vijay Dev2012-03-241-1/+1
| |
| * [getting started][ci skip] fix link to the codeFabián Rodríguez2012-03-231-1/+1
| |
| * :foreign_key option should be on has_many side of associationMikhail Dieterle2012-03-231-2/+2
| |
| * Update config.assets.initialize_on_precompile warning to include engine side ↵adman652012-03-221-1/+3
| | | | | | | | affects
| * [engines] [ci-skip] Add example of precompiling engine assetsadman652012-03-221-0/+15
| |
| * improvements in "caching_with_rails" guidekucaahbe2012-03-221-8/+10
| |
| * [ci skip] Make guides more readable & consistentMark D. Blackwell2012-03-203-82/+83
| |
* | guides location has changed [ci skip]Vijay Dev2012-03-201-1/+1
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-03-197-3/+5
|\
| * [getting started] Explain what the create action is accomplishing after ↵Ryan Bigg2012-03-171-1/+1
| | | | | | | | | | | | params are output [ci skip]
| * [getting started] [ci skip] Explain in better terms what we are doing with ↵Ryan Bigg2012-03-171-1/+3
| | | | | | | | render and params[:post] inspection upon first use
| * [getting started] [ci skip] Just want to get post paramsRyan Bigg2012-03-171-1/+1
| |
| * [getting started] Add imagesRyan Bigg2012-03-176-0/+0
| |
* | Update the guides and CHANGELOGRafael Mendonça França2012-03-171-2/+2
|/
* moves the guides up to the root directoryXavier Noria2012-03-17271-0/+40503