Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "[ci skip] updated bin/rails code in Rails Initialization Process guide" | Vijay Dev | 2012-03-27 | 1 | -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/server | Dimitri De Frenne | 2012-03-26 | 1 | -1/+1 |
| | |||||
* | Fixed typo in path | Dimitri De Frenne | 2012-03-26 | 1 | -1/+1 |
| | |||||
* | document `-e` argument for rails console | schneems | 2012-03-24 | 1 | -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 partial | Panayotis Matsinopoulos | 2012-03-24 | 1 | -0/+16 |
| | |||||
* | Small layout correction | Panayotis Matsinopoulos | 2012-03-24 | 1 | -2/+1 |
| | |||||
* | Testing Template and Layout Example | Panayotis Matsinopoulos | 2012-03-24 | 1 | -0/+25 |
| | |||||
* | [ci skip] updated bin/rails code in Rails Initialization Process guide | Senthil A | 2012-03-24 | 1 | -6/+16 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-03-24 | 8 | -92/+112 |
|\ | | | | | | | | | Conflicts: guides/source/ruby_on_rails_guides_guidelines.textile | ||||
| * | spacing fix in guide [ci skip] | Vijay Dev | 2012-03-24 | 1 | -1/+1 |
| | | |||||
| * | [getting started][ci skip] fix link to the code | Fabián Rodríguez | 2012-03-23 | 1 | -1/+1 |
| | | |||||
| * | :foreign_key option should be on has_many side of association | Mikhail Dieterle | 2012-03-23 | 1 | -2/+2 |
| | | |||||
| * | Update config.assets.initialize_on_precompile warning to include engine side ↵ | adman65 | 2012-03-22 | 1 | -1/+3 |
| | | | | | | | | affects | ||||
| * | [engines] [ci-skip] Add example of precompiling engine assets | adman65 | 2012-03-22 | 1 | -0/+15 |
| | | |||||
| * | improvements in "caching_with_rails" guide | kucaahbe | 2012-03-22 | 1 | -8/+10 |
| | | |||||
| * | [ci skip] Make guides more readable & consistent | Mark D. Blackwell | 2012-03-20 | 3 | -82/+83 |
| | | |||||
* | | guides location has changed [ci skip] | Vijay Dev | 2012-03-20 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-03-19 | 1 | -3/+5 |
|\ | |||||
| * | [getting started] Explain what the create action is accomplishing after ↵ | Ryan Bigg | 2012-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | params are output [ci skip] | ||||
| * | [getting started] [ci skip] Explain in better terms what we are doing with ↵ | Ryan Bigg | 2012-03-17 | 1 | -1/+3 |
| | | | | | | | | render and params[:post] inspection upon first use | ||||
| * | [getting started] [ci skip] Just want to get post params | Ryan Bigg | 2012-03-17 | 1 | -1/+1 |
| | | |||||
* | | Update the guides and CHANGELOG | Rafael Mendonça França | 2012-03-17 | 1 | -2/+2 |
|/ | |||||
* | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 54 | -0/+32284 |