Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge branch 'master' of git@github.com:lifo/docrails | Malcolm Locke | 2010-03-06 | 4 | -4/+393 | |
| |\ \ | ||||||
| | * | | Update contribute guide so that it shows the new command to generate guides ↵ | Jaime Iniesta | 2010-03-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | (rake generate_guides instead of rake guides) | |||||
| | * | | Updated 3_0_release_notes so that it specifies that the rack-mount gem needs ↵ | Jaime Iniesta | 2010-03-04 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | to be version 0.4 | |||||
| | * | | AS guide: How to Load Core Extensions | Xavier Noria | 2010-03-03 | 1 | -0/+56 | |
| | | | | ||||||
| | * | | AS guide: documents String#foreign_key | Xavier Noria | 2010-03-03 | 1 | -0/+25 | |
| | | | | ||||||
| | * | | AS guide: documents String#humanize | Xavier Noria | 2010-03-03 | 1 | -0/+29 | |
| | | | | ||||||
| | * | | AS guide: documents String#constantize | Xavier Noria | 2010-03-02 | 1 | -0/+43 | |
| | | | | ||||||
| | * | | AS guide: documents String#classify | Xavier Noria | 2010-03-02 | 1 | -1/+21 | |
| | | | | ||||||
| | * | | AS guide: documents String#tableize | Xavier Noria | 2010-03-02 | 1 | -0/+14 | |
| | | | | ||||||
| | * | | AS guide: documents String#parameterize | Xavier Noria | 2010-03-02 | 1 | -0/+13 | |
| | | | | ||||||
| | * | | AS guide: documents String#demodulize | Xavier Noria | 2010-03-01 | 1 | -0/+25 | |
| | | | | ||||||
| | * | | AS guide: documents String#dasherize | Xavier Noria | 2010-03-01 | 1 | -0/+21 | |
| | | | | ||||||
| | * | | AS guide: documents String#titleize | Xavier Noria | 2010-03-01 | 1 | -0/+13 | |
| | | | | ||||||
| | * | | AV guide: titleize is defined by Active Support | Xavier Noria | 2010-03-01 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | AS guide: documents String#underscore | Xavier Noria | 2010-03-01 | 1 | -0/+79 | |
| | | | | ||||||
| | * | | AS guide: documents String#singularize | Xavier Noria | 2010-03-01 | 1 | -0/+23 | |
| | | | | ||||||
| | * | | AS guide: adds a real example for #pluralize | Xavier Noria | 2010-03-01 | 1 | -0/+11 | |
| | | | | ||||||
| | * | | AS guide: shortens a sentence | Xavier Noria | 2010-02-28 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | AS guide: documents String#pluralize | Xavier Noria | 2010-02-28 | 1 | -0/+16 | |
| | | | | ||||||
| * | | | Corrects setting of :method on custom form_for | Malcolm Locke | 2010-03-06 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | plugins guide: rails/init.rb is deprecated | Xavier Noria | 2010-02-28 | 1 | -5/+7 | |
| | | | ||||||
| * | | Fix validates_exclusion_of error message as per http://bit.ly/9kxANI [gmile] | Ryan Bigg | 2010-02-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | AS guide: s/metaclass/singleton_class/ due to 0b87d11 | Xavier Noria | 2010-02-26 | 1 | -6/+9 | |
| | | | ||||||
| * | | caching guide: fixes a typo, thanks to Jonathan Bryan | Xavier Noria | 2010-02-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | plugins guide: rewords a paragraph and revises some typography | Xavier Noria | 2010-02-24 | 1 | -5/+5 | |
| | | | ||||||
| * | | Revert "AM guide: standarizes call to rails runner" | Xavier Noria | 2010-02-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | This reverts commit d2844b854b57e2e3c8693c796e7296e45a866212. | |||||
| * | | getting started guide: script/generate -> rails generate | Xavier Noria | 2010-02-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | AM guide: standarizes call to rails runner | Xavier Noria | 2010-02-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge remote branch 'mainstream/master' | Pratik Naik | 2010-02-14 | 11 | -91/+91 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: railties/README railties/guides/source/active_support_core_extensions.textile railties/guides/source/getting_started.textile railties/lib/generators/rails/app/templates/README | |||||
| | * | fix ambiguous example for new invocation method | RomD | 2010-02-07 | 1 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| | * | fix usage examples and more to use new invocations | RomD | 2010-02-06 | 13 | -106/+106 | |
| | | | | | | | | | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | |||||
| | * | Revert "Link to main Arel repository" | Jeremy Kemper | 2010-02-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | This reverts commit 203626867934a2772a5a3f096521b56d59273407. | |||||
| | * | Link to main Arel repository | Bryan Helmkamp | 2010-02-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| | * | Copy over latest release notes from docrails | David Heinemeier Hansson | 2010-02-03 | 1 | -38/+110 | |
| | | | ||||||
| * | | AS guide: documents Module#anonymous? | Xavier Noria | 2010-02-12 | 1 | -1/+42 | |
| | | | ||||||
| * | | AS guide: documents Module#reachable? | Xavier Noria | 2010-02-12 | 1 | -0/+38 | |
| | | | ||||||
| * | | AS guide: fixes a typo | Xavier Noria | 2010-02-11 | 1 | -1/+1 | |
| | | | ||||||
| * | | AS guide: documents Class#subclasses | Xavier Noria | 2010-02-11 | 1 | -0/+33 | |
| | | | ||||||
| * | | AS guide: documents Object#subclasses_of | Xavier Noria | 2010-02-11 | 1 | -0/+34 | |
| | | | ||||||
| * | | release notes: the following methods have resurrected: Class#reachable?, ↵ | Xavier Noria | 2010-02-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | Object#subclasses_of, Class#subclasses, Class.subclasses_of | |||||
* | | | Altering the warnings | Mikel Lindsaar | 2010-02-09 | 2 | -2/+2 | |
|/ / | ||||||
* | | Remove commas | Daniel Schierbeck | 2010-02-08 | 1 | -1/+1 | |
| | | ||||||
* | | getting started guide: move link to Instant Rails to the first occurrence | Xavier Noria | 2010-02-08 | 1 | -1/+1 | |
| | | ||||||
* | | First pass at full re-write of getting started guide | Mikel Lindsaar | 2010-02-08 | 1 | -324/+477 | |
| | | | | | | | | | | | | | | * Changed to Rails 3.0.0-beta rails command from script/* * Changed contrived before_filter to be an authentication feature * Refactored code into partials, showed three different types of partial usage * Showed how helpers work and fit in | |||||
* | | AS guide: specifies that renaming a file is atomic on POSIX systems | Xavier Noria | 2010-02-07 | 1 | -1/+1 | |
| | | ||||||
* | | AS guide: documents Module#synchronize | Xavier Noria | 2010-02-07 | 1 | -0/+24 | |
| | | ||||||
* | | Adding link to the rails module article | Nick Quaranto | 2010-02-07 | 1 | -2/+2 | |
| | | ||||||
* | | AS guide: documents Module#local_constants and Module#local_constant_names | Xavier Noria | 2010-02-07 | 1 | -0/+24 | |
| | | ||||||
* | | AS guide: documents methods related to a module's parent(s) | Xavier Noria | 2010-02-06 | 1 | -0/+67 | |
| | | ||||||
* | | release notes: Kernel#daemonize is gone after 299ab1f | Xavier Noria | 2010-02-06 | 1 | -0/+1 | |
| | |