aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git@github.com:lifo/docrailsMalcolm Locke2010-03-065-4/+394
|\
| * Update contribute guide so that it shows the new command to generate guides ↵Jaime Iniesta2010-03-041-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 Iniesta2010-03-041-1/+2
| | | | | | | | to be version 0.4
| * the guides generator needs fileutilsXavier Noria2010-03-041-0/+1
| |
| * AS guide: How to Load Core ExtensionsXavier Noria2010-03-031-0/+56
| |
| * AS guide: documents String#foreign_keyXavier Noria2010-03-031-0/+25
| |
| * AS guide: documents String#humanizeXavier Noria2010-03-031-0/+29
| |
| * AS guide: documents String#constantizeXavier Noria2010-03-021-0/+43
| |
| * AS guide: documents String#classifyXavier Noria2010-03-021-1/+21
| |
| * AS guide: documents String#tableizeXavier Noria2010-03-021-0/+14
| |
| * AS guide: documents String#parameterizeXavier Noria2010-03-021-0/+13
| |
| * AS guide: documents String#demodulizeXavier Noria2010-03-011-0/+25
| |
| * AS guide: documents String#dasherizeXavier Noria2010-03-011-0/+21
| |
| * AS guide: documents String#titleizeXavier Noria2010-03-011-0/+13
| |
| * AV guide: titleize is defined by Active SupportXavier Noria2010-03-011-2/+2
| |
| * AS guide: documents String#underscoreXavier Noria2010-03-011-0/+79
| |
| * AS guide: documents String#singularizeXavier Noria2010-03-011-0/+23
| |
| * AS guide: adds a real example for #pluralizeXavier Noria2010-03-011-0/+11
| |
| * AS guide: shortens a sentenceXavier Noria2010-02-281-1/+1
| |
| * AS guide: documents String#pluralizeXavier Noria2010-02-281-0/+16
| |
* | Corrects setting of :method on custom form_forMalcolm Locke2010-03-061-1/+1
|/
* plugins guide: rails/init.rb is deprecatedXavier Noria2010-02-281-5/+7
|
* Fix validates_exclusion_of error message as per http://bit.ly/9kxANI [gmile]Ryan Bigg2010-02-281-1/+1
|
* AS guide: s/metaclass/singleton_class/ due to 0b87d11Xavier Noria2010-02-261-6/+9
|
* caching guide: fixes a typo, thanks to Jonathan BryanXavier Noria2010-02-241-1/+1
|
* plugins guide: rewords a paragraph and revises some typographyXavier Noria2010-02-241-5/+5
|
* Revert "AM guide: standarizes call to rails runner"Xavier Noria2010-02-191-1/+1
| | | | This reverts commit d2844b854b57e2e3c8693c796e7296e45a866212.
* getting started guide: script/generate -> rails generateXavier Noria2010-02-191-1/+1
|
* AM guide: standarizes call to rails runnerXavier Noria2010-02-191-1/+1
|
* edge badge revised by Jose EspinalXavier Noria2010-02-171-0/+0
|
* adds support for an edge badge in guidesXavier Noria2010-02-172-2/+9
|
* Merge remote branch 'mainstream/master'Pratik Naik2010-02-1472-1339/+1966
|\ | | | | | | | | | | | | | | Conflicts: railties/README railties/guides/source/active_support_core_extensions.textile railties/guides/source/getting_started.textile railties/lib/generators/rails/app/templates/README
| * Remove backtrace cleaner specific to Bundler. Bundler just uses Gem.dir and ↵Carl Lerche2010-02-111-11/+0
| | | | | | | | Gem.path now.
| * Resolve test/unit load ordering by removing backtrace filter from boot ↵Jeremy Kemper2010-02-113-11/+8
| | | | | | | | initializers
| * Fix a couple failing tests.José Valim2010-02-101-4/+2
| |
| * Fixes unescaped version passthrough of generator 'gem' command. [#3901 ↵Michael Bleigh2010-02-102-1/+19
| | | | | | | | | | | | status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
| * Fix server environment [#3877 status:resolved]Simo Niemelä2010-02-102-6/+16
| | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com>
| * Add default values to output of 'rails server -h', hardcoded as Rack::Server ↵Prem Sichanugrist2010-02-101-3/+3
| | | | | | | | | | | | did since options doesn't have any data at the time of parsing arguments [#3910 status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
| * Add missing -h/--help flag to several rails command [#3909 status:resolved]Prem Sichanugrist2010-02-106-11/+11
| | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com>
| * Debrittlize tests somewhat - fix for CI buildMikel Lindsaar2010-02-101-5/+5
| | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com>
| * Suggest Mongrel and Capistrano in the default bundleDavid Heinemeier Hansson2010-02-091-11/+17
| |
| * rails runner loads environment after parsing command-line optionsJeremy Kemper2010-02-092-2/+2
| |
| * Take into account gem versions (so script/rails server can work outside the ↵José Valim2010-02-083-3/+2
| | | | | | | | application) and use Rails::Application.root instead of ROOT_PATH.
| * Updating Prototype to 1.6.1 and script.aculo.us to 1.8.3Mikel Lindsaar2010-02-084-1041/+1593
| | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com>
| * Adding ruby version spec to all gemspec files to at least 1.8.7Mikel Lindsaar2010-02-081-0/+1
| | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com>
| * Check if Test::Unit is defined before adding backtrace filter.José Valim2010-02-073-1/+19
| |
| * fix ambiguous example for new invocation methodRomD2010-02-071-2/+2
| | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com>
| * Add backtrace cleaner on test unit railtie.José Valim2010-02-071-0/+8
| |
| * Added newline to appended gem config in GemfileDan Kubb2010-02-061-1/+1
| | | | | | | | Signed-off-by: Yehuda Katz <yehudakatz@YK.local>
| * Merge remote branch 'fxn/master'Jeremy Kemper2010-02-061-0/+2
| |\