| Commit message (Expand) | Author | Age | Files | Lines |
* | Add notes on how to override the default :id constraint [#5994 state:resolved] | Andrew White | 2011-02-14 | 1 | -0/+4 |
* | Remove incorrect assert_recognizes example | Andrew White | 2011-02-14 | 1 | -6/+0 |
* | now that the API guidelines are a guide, it is enough to assert that the name... | Xavier Noria | 2011-02-09 | 1 | -1/+1 |
* | Updated form rails guide for new place of authenticity_token option | Timothy N. Tsvetkov | 2011-02-07 | 1 | -3/+3 |
* | Added tests for form_for and an authenticity_token option. Added docs for for... | Timothy N. Tsvetkov | 2011-02-05 | 1 | -0/+36 |
* | git am is better here | Santiago Pastorino | 2011-02-04 | 1 | -1/+1 |
* | Fixed the SelectorAssertions documentation url. | Fred Wu | 2011-02-02 | 1 | -1/+1 |
* | small edit on options extraction documentation | Paul Yoder | 2011-01-31 | 1 | -1/+1 |
* | Refer to the correct action - it's the update action, in the special case whe... | Keith Wansbrough | 2011-01-27 | 1 | -1/+1 |
* | Revert "fix csrf_meta_tag" | Vijay Dev | 2011-01-24 | 1 | -1/+1 |
* | filter_parameter_logging => config.filter_parameters | Vijay Dev | 2011-01-23 | 1 | -6/+2 |
* | fix csrf_meta_tag | Vijay Dev | 2011-01-23 | 1 | -1/+1 |
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-01-20 | 10 | -33/+75 |
|\ |
|
| * | use name instead of title in example | Tobias Bühlmann | 2011-01-19 | 1 | -3/+3 |
| * | minor edits | Vijay Dev | 2011-01-17 | 1 | -6/+6 |
| * | Document the LANGUAGE option for generating guides | Vijay Dev | 2011-01-15 | 1 | -1/+7 |
| * | Documented the except and only conditions in the guides. Took the cue from Jo... | Vijay Dev | 2011-01-15 | 1 | -2/+30 |
| * | use new AR api | Vijay Dev | 2011-01-14 | 1 | -1/+1 |
| * | ends_width => ends_with | Vijay Dev | 2011-01-14 | 1 | -1/+1 |
| * | fixed query output | Vijay Dev | 2011-01-09 | 1 | -2/+2 |
| * | fix template url | Vijay Dev | 2011-01-08 | 1 | -1/+1 |
| * | config guide: add basic description for disable_dependency_loading initializer | Ryan Bigg | 2011-01-06 | 1 | -2/+1 |
| * | Re-add "Using initializer files" section to configuring guide | Ryan Bigg | 2011-01-06 | 1 | -0/+9 |
| * | Fix typos and JavaScript case. | Vijay Dev | 2011-01-03 | 1 | -11/+11 |
| * | fix typos | Vijay Dev | 2011-01-02 | 1 | -3/+3 |
* | | upgrades RedCloth dependency to ~> 4.2, adds RedCloth to the project's Rakefi... | Xavier Noria | 2011-01-12 | 2 | -4/+4 |
|/ |
|
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2010-12-31 | 1 | -1/+13 |
|\ |
|
| * | Routing guide: clarify what the :as option does for scopes | Ryan Bigg | 2010-12-31 | 1 | -2/+2 |
| * | Routing guide: move scope documentation down to where it is referenced more p... | Ryan Bigg | 2010-12-31 | 1 | -10/+12 |
| * | Routing guide: improve documentation for the scope method, demonstrating use ... | Ryan Bigg | 2010-12-31 | 1 | -0/+10 |
* | | contrib_guide.gsub!("aptitude", "apt-get") | Xavier Noria | 2010-12-30 | 1 | -4/+4 |
|/ |
|
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2010-12-29 | 14 | -3440/+298 |
|\ |
|
| * | Routing guide: mention that routes are matched from the top down in a note. | Ryan Bigg | 2010-12-29 | 1 | -0/+3 |
| * | fixed incorrect spacing from 98368546719cf09b3bc2 | Vijay Dev | 2010-12-29 | 1 | -1/+1 |
| * | fixed examples & minor typos | Vijay Dev | 2010-12-29 | 1 | -7/+7 |
| * | Added information about invoking migrations in non-default environments to NO... | Karel Minarik | 2010-12-28 | 1 | -1/+1 |
| * | Adding information and link to guide on customizing generators into "Getting ... | Karel Minarik | 2010-12-28 | 1 | -1/+1 |
| * | Fixed incorrect instructions for calling the `rails` command explicitely in t... | Karel Minarik | 2010-12-28 | 1 | -1/+1 |
| * | Added TIP box with information about the `--database` switch for the applicat... | Karel Minarik | 2010-12-28 | 1 | -0/+2 |
| * | Fixed incorrect command for displaying options for new application Generator ... | Karel Minarik | 2010-12-28 | 1 | -1/+1 |
| * | There's a couple -> There are a couple | Ryan Bigg | 2010-12-28 | 1 | -1/+1 |
| * | Init guide: begin down the rabbit warren that is active_record/railtie | Ryan Bigg | 2010-12-28 | 1 | -0/+77 |
| * | Init: finish coverage of railties/lib/rails.rb | Ryan Bigg | 2010-12-28 | 1 | -0/+7 |
| * | init guide: Cover the action_dispatch/railtie require from rails.rb | Ryan Bigg | 2010-12-28 | 1 | -0/+112 |
| * | Remove old initialization guide text. Too much has changed for all of this to... | Ryan Bigg | 2010-12-28 | 1 | -3549/+0 |
| * | init guide: cover active_support/railtie.rb | Ryan Bigg | 2010-12-28 | 1 | -0/+12 |
| * | Init guide: Segue between rails/version and active_support/railtie requires | Ryan Bigg | 2010-12-28 | 1 | -0/+2 |
| * | Cover the inherited method from Rails::Railtie being used when I18n::Railtie ... | Ryan Bigg | 2010-12-28 | 1 | -1/+33 |
| * | Init guide: finish covering the process of the i18n_railtie.rb file. | Ryan Bigg | 2010-12-28 | 1 | -0/+20 |
| * | init guide: active_support/railtie does not require itself, actually requires... | Ryan Bigg | 2010-12-28 | 1 | -1/+1 |