Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wrong SQL statement | Akira Matsuda | 2011-03-06 | 1 | -1/+1 |
| | |||||
* | merges rails | Xavier Noria | 2011-03-05 | 8 | -14/+70 |
|\ | |||||
| * | copy-edits 819762c | Xavier Noria | 2011-03-05 | 1 | -4/+3 |
| | | | | | | | | | | * simplifies some sentences * use a more neutral language with less you/yours | ||||
| * | Railties typos. | R.T. Lechow | 2011-03-05 | 4 | -6/+6 |
| | | |||||
| * | Properly escaped a + in the dynamic segments TIP | tashian | 2011-03-05 | 1 | -1/+1 |
| | | |||||
| * | Spelling mistake | JudeArasu | 2011-03-05 | 1 | -1/+2 |
| | | |||||
| * | Removed link to un-existing Issues page on Github | Dalibor Nasevic | 2011-03-05 | 1 | -3/+0 |
| | | |||||
| * | Added some new advice on applying patches | Lars Smit | 2011-03-05 | 1 | -0/+14 |
| | | |||||
| * | Pointing out that dynamic_form plugin must be installed to be able to use ↵ | Rodrigo Navarro | 2011-03-05 | 1 | -1/+14 |
| | | | | | | | | error_messages and error_messages_for view helpers. | ||||
| * | Clean up wording. | Ben Orenstein | 2011-03-05 | 1 | -1/+1 |
| | | |||||
| * | use resources in place of map.resources | Vijay Dev | 2011-03-05 | 1 | -1/+1 |
| | | |||||
| * | Warn people that these methods are deprecated. | Ben Orenstein | 2011-03-05 | 1 | -0/+2 |
| | | |||||
| * | added information about TEST_DIR env variable | Ilya Zayats | 2011-03-05 | 1 | -0/+8 |
| | | |||||
| * | log and readme should respect --quiet | José Valim | 2011-03-04 | 2 | -3/+29 |
| | | |||||
| * | only compute path.to_s once | Aaron Patterson | 2011-03-02 | 1 | -1/+4 |
| | | |||||
| * | reduce two method calls per request, 1 to method_missing and one to send | Aaron Patterson | 2011-02-28 | 1 | -0/+4 |
| | | |||||
| * | Updated the AS guides with some information on the difference between ↵ | Josh Kalderimis | 2011-02-28 | 1 | -1/+9 |
| | | | | | | | | Date.today and Date.current. | ||||
| * | revises a few details in public/index.html | Xavier Noria | 2011-02-28 | 1 | -7/+9 |
| | | |||||
| * | Make sure the Thor generator LoadError does not output --dev twice [#6431 ↵ | Jeff Kreeftmeijer | 2011-02-27 | 1 | -1/+1 |
| | | | | | | | | | | | | state:resolved] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | Railties typos. | R.T. Lechow | 2011-03-04 | 4 | -6/+6 |
| | | |||||
* | | Properly escaped a + in the dynamic segments TIP | tashian | 2011-03-03 | 1 | -1/+1 |
| | | |||||
* | | Spelling mistake | JudeArasu | 2011-03-03 | 1 | -1/+2 |
| | | |||||
* | | Removed link to un-existing Issues page on Github | Dalibor Nasevic | 2011-03-01 | 1 | -3/+0 |
| | | |||||
* | | Added some new advice on applying patches | Lars Smit | 2011-02-28 | 1 | -0/+14 |
| | | |||||
* | | Pointing out that dynamic_form plugin must be installed to be able to use ↵ | Rodrigo Navarro | 2011-02-27 | 1 | -1/+14 |
| | | | | | | | | error_messages and error_messages_for view helpers. | ||||
* | | Clean up wording. | Ben Orenstein | 2011-02-26 | 1 | -1/+1 |
| | | |||||
* | | use resources in place of map.resources | Vijay Dev | 2011-02-27 | 1 | -1/+1 |
| | | |||||
* | | Warn people that these methods are deprecated. | Ben Orenstein | 2011-02-26 | 1 | -0/+2 |
| | | |||||
* | | added information about TEST_DIR env variable | Ilya Zayats | 2011-02-26 | 1 | -0/+8 |
|/ | |||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-02-25 | 12 | -85/+82 |
|\ | |||||
| * | standardize all shell commands with the $ prefix | Vijay Dev | 2011-02-25 | 12 | -78/+78 |
| | | |||||
| * | Fixing wrong class name. | Rodrigo Navarro | 2011-02-23 | 1 | -1/+1 |
| | | |||||
| * | ActiveModel::Validator#validate must receive have a record parameter. | Rodrigo Navarro | 2011-02-23 | 1 | -6/+3 |
| | | |||||
* | | Always use ActionDispatch::ShowExceptions middleware [#6462 state:resolved] | Prem Sichanugrist | 2011-02-25 | 3 | -3/+40 |
| | | | | | | | | This will make sure the application will raise `ActionController::RoutingError` in case "X-Cascade: pass" header was set, usually when there's no route match. | ||||
* | | Make sure that we set `env["action_dispatch.show_exceptions"]` | Prem Sichanugrist | 2011-02-25 | 2 | -1/+17 |
| | | | | | | | | This has been used by `show_exception` middleware even the setting wasn't get passed to `env` hash. | ||||
* | | Removing redundant File.expand_path from generators test | Vinicius Baggio | 2011-02-23 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | | We're in 2011, let's update our license | Prem Sichanugrist | 2011-02-22 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | alteracao de HTML para HTTP | Mateus Paixão | 2011-02-22 | 1 | -1/+1 |
| | |||||
* | Fix typo in i18n guide: 'explicitely' | Mani Tadayon | 2011-02-21 | 1 | -1/+1 |
| | |||||
* | Specifying :partial is required when passing additional options such as :layout | Andy Lindeman | 2011-02-21 | 1 | -1/+3 |
| | |||||
* | cleans up PS1. Sorry lifo :) | Vijay Dev | 2011-02-21 | 2 | -11/+11 |
| | |||||
* | minor rephrasing | Vijay Dev | 2011-02-21 | 1 | -3/+1 |
| | |||||
* | Tpyo: fixing several cases of the the | Nicholas Rowe | 2011-02-21 | 1 | -1/+1 |
| | |||||
* | Edit a few lines for readability. | Ben Orenstein | 2011-02-21 | 1 | -4/+4 |
| | |||||
* | Add info about I18n::Backend::Chain to I18n guide | Brandon Tilley | 2011-02-21 | 1 | -0/+6 |
| | |||||
* | session is reset on token mismatch | Vijay Dev | 2011-02-21 | 1 | -1/+1 |
| | |||||
* | improve language and examples in Railtie docs | Jimmy Cuadra | 2011-02-21 | 1 | -33/+21 |
| | |||||
* | documents the backported Range#cover?, and related stuff | Xavier Noria | 2011-02-20 | 1 | -1/+9 |
| | |||||
* | We really don't care about IM middleware order, the important is that it ↵ | Emilio Tagua | 2011-02-18 | 1 | -1/+1 |
| | | | | gets included. | ||||
* | merges docrails | Xavier Noria | 2011-02-18 | 15 | -1321/+347 |
|\ |