Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix typo | Vijay Dev | 2010-12-22 | 1 | -2/+2 | |
| | ||||||
* | remove duplication of links | Vijay Dev | 2010-12-22 | 1 | -7/+2 | |
| | ||||||
* | No example given on how to render JSON data despite the heading 'Rendering ↵ | Lee Reilly | 2010-12-21 | 1 | -0/+1 | |
| | | | | XML and JSON data'; added relevant code. | |||||
* | Config guide: Complete sentence about the Rack::SendFile middleware. | Ryan Bigg | 2010-12-21 | 1 | -1/+1 | |
| | ||||||
* | Further re-working of the initialization guide | Ryan Bigg | 2010-12-21 | 1 | -0/+81 | |
| | ||||||
* | Improve documentation on ActiveSupport::Deprecation. | Ryan Bigg | 2010-12-21 | 1 | -1/+1 | |
| | ||||||
* | config guide: mention ActiveSupport::Deprecation configuration options. | Ryan Bigg | 2010-12-21 | 1 | -0/+7 | |
| | ||||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2010-12-20 | 11 | -60/+101 | |
|\ | ||||||
| * | indentation fixes | Vijay Dev | 2010-12-20 | 1 | -32/+31 | |
| | | ||||||
| * | fix typos | Vijay Dev | 2010-12-20 | 1 | -2/+2 | |
| | | ||||||
| * | minor example fix for Rails 3 | Vijay Dev | 2010-12-19 | 1 | -2/+2 | |
| | | ||||||
| * | minor corrections | Vijay Dev | 2010-12-19 | 2 | -7/+7 | |
| | | ||||||
| * | deleting trailing whitespaces | Vijay Dev | 2010-12-19 | 9 | -19/+19 | |
| | | ||||||
| * | Config guide: middlewares can also be removed from the stack | Ryan Bigg | 2010-12-17 | 1 | -0/+6 | |
| | | ||||||
| * | init guide: Cover beginnings of rails/application.rb | Ryan Bigg | 2010-12-17 | 1 | -0/+11 | |
| | | ||||||
| * | init guide: Cover ruby version checker and kernel reporting and logger coreext | Ryan Bigg | 2010-12-17 | 1 | -0/+25 | |
| | | ||||||
| * | removed info about deprecated rake tasks, documented the sandbox option for ↵ | Vijay Dev | 2010-12-16 | 1 | -24/+18 | |
| | | | | | | | | the rails console and minor corrections | |||||
| * | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2010-12-15 | 2 | -25/+25 | |
| |\ | ||||||
| * \ | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2010-12-15 | 9 | -153/+462 | |
| |\ \ | ||||||
| * | | | Tables style unification | Santiago Pastorino | 2010-12-11 | 1 | -63/+63 | |
| | | | | ||||||
| * | | | Add named helper to photo controller example | Santiago Pastorino | 2010-12-11 | 1 | -8/+8 | |
| | | | | ||||||
| * | | | Add underline to header | Santiago Pastorino | 2010-12-11 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Add named helper output to translated paths example | Santiago Pastorino | 2010-12-11 | 1 | -8/+8 | |
| | | | | ||||||
* | | | | Generate add_index by default when giving type belongs_to or references | Santiago Pastorino | 2010-12-16 | 1 | -1/+3 | |
| | | | | ||||||
* | | | | Changelog and guide entries for config.action_view.cache_template_loading | Piotr Sarnacki | 2010-12-16 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | removed info about deprecated rake tasks, documented the sandbox option for ↵ | Vijay Dev | 2010-12-16 | 1 | -24/+18 | |
| | | | | | | | | | | | | | | | | the rails console and minor corrections | |||||
* | | | | Tables style unification | Santiago Pastorino | 2010-12-16 | 1 | -63/+63 | |
| | | | | ||||||
* | | | | Add named helper to photo controller example | Santiago Pastorino | 2010-12-16 | 1 | -8/+8 | |
| | | | | ||||||
* | | | | Add underline to header | Santiago Pastorino | 2010-12-16 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Add named helper output to translated paths example | Santiago Pastorino | 2010-12-16 | 1 | -8/+8 | |
| |_|/ |/| | | ||||||
* | | | fixed typos | Vijay Dev | 2010-12-16 | 1 | -6/+6 | |
| | | | ||||||
* | | | minor formatting fixes | Vijay Dev | 2010-12-16 | 1 | -19/+19 | |
| |/ |/| | ||||||
* | | fixed link to ruby-prof | Vijay Dev | 2010-12-16 | 1 | -1/+1 | |
| | | ||||||
* | | fixed font | Vijay Dev | 2010-12-15 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2010-12-15 | 4 | -123/+438 | |
|\ \ | ||||||
| * | | Active Support coreext guide: Logger core extension documentation | Ryan Bigg | 2010-12-15 | 1 | -0/+43 | |
| | | | ||||||
| * | | WIP: Reviewing the initialization guide for Rails 3.1 | Ryan Bigg | 2010-12-15 | 1 | -121/+393 | |
| | | | ||||||
| * | | It should be ActiveModel::Validator, not ActiveRecord::Validator. | Elben Shira | 2010-12-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | for the root route to work, we need to delete the public/index.html.erb | Umar Sheikh | 2010-12-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | file as well | |||||
* | | | filter_parameter_logging is deprecated in Rails 3. Changed it to ↵ | Vijay Dev | 2010-12-15 | 1 | -2/+2 | |
|/ / | | | | | | | config.filter_parameters | |||||
* | | fixed typos in mailer | Vijay Dev | 2010-12-12 | 1 | -8/+6 | |
| | | ||||||
* | | fixed typos and rephrased a few sentences; also removed reference to status ↵ | vijay | 2010-12-11 | 1 | -14/+10 | |
| | | | | | | | | codes being located in action_controller/status_codes.rb | |||||
* | | Updated generator guide for rails commit ↵ | Paul Odeon | 2010-12-11 | 1 | -5/+5 | |
|/ | | | | 7891de893951c780a1732747d430c33e998dd573 | |||||
* | spaces with underscores, I mean | Xavier Noria | 2010-12-11 | 1 | -1/+1 | |
| | ||||||
* | testing guide: revises explanation of the test macro | Xavier Noria | 2010-12-11 | 1 | -9/+15 | |
| | ||||||
* | Merge branch 'master' of https://github.com/vijaydev/docrails into ↵ | Xavier Noria | 2010-12-11 | 2 | -13/+13 | |
|\ | | | | | | | vijaydev-master | |||||
| * | fixed typos and rephrased few sentences in routing | vijay | 2010-12-10 | 1 | -11/+11 | |
| | | ||||||
| * | Merge branch 'master' of github.com:lifo/docrails | vijay | 2010-12-10 | 3 | -111/+75 | |
| |\ | ||||||
| * | | fixed typo in test method name | Vijay Dev | 2010-12-05 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'master' of https://github.com/lucascaton/docrails into ↵ | Xavier Noria | 2010-12-11 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | | | | | lucascaton-master |