aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
...
| * Load application specific rake tasks in the application objectCarl Lerche2009-11-252-5/+2
| * Have script/* and Rakefile use the application objectCarlhuda2009-11-2415-47/+61
| * Refactor script/dbconsole into an objectCarlhuda2009-11-242-80/+90
| * Use Rails.env after loading environmentJeremy Kemper2009-11-241-2/+2
| * Quieter rake test runnerJoshua Peek2009-11-242-10/+0
| * Add a dead --irb option mentioning upgrade pathJeremy Kemper2009-11-231-0/+1
| * Set RAILS_ENV before loading config/environmentJeremy Kemper2009-11-231-10/+7
| * Find all controllers in memory to use for routingJoshua Peek2009-11-231-5/+0
| * Refactor script/console into an object and use IRB.start instead of calling e...Carlhuda2009-11-232-39/+49
| * Refactor script/server into an object that inherits from Rack::ServerCarlhuda2009-11-232-59/+62
| * Update rails application root detection to take into consideration a callstac...Carlhuda2009-11-231-1/+1
| * Updates notifications tests in railties to reflect changes to the notificatio...Carlhuda2009-11-231-1/+3
| * RAILS_ENV falls back to RACK_ENVJeremy Kemper2009-11-231-2/+2
| * Fixed that the debugger wouldn't go into IRB mode because of left-over ARGVs ...David Heinemeier Hansson2009-11-232-0/+4
| * Ensure generator fallbacks work even when a context is given.José Valim2009-11-232-1/+8
| * Also load generators at lib/rails_generators.José Valim2009-11-232-22/+10
| * Fix Rails::Rack::Static deprecated constant proxyJeremy Kemper2009-11-211-1/+1
| * Revert "Final steps toward clean rails "foo"; cd foo; gem bundle; script/serv...Jeremy Kemper2009-11-198-13/+13
| * Final steps toward clean rails "foo"; cd foo; gem bundle; script/server workingYehuda Katz + Carl Lerche2009-11-188-13/+13
* | removes warning in multiple_of? that is no longer needed after 7a2554dXavier Noria2010-01-031-2/+0
* | AS guide: documents the file where each method is defined to allow cherry-pic...Xavier Noria2010-01-031-1/+19
* | Regexp#(un)optionalize are also goneXavier Noria2010-01-021-25/+0
* | Regexp#number_of_captures is goneXavier Noria2010-01-021-24/+0
* | AS guide: documents the file where each method is defined to allow cherry-pic...Xavier Noria2010-01-021-1/+77
* | AS guide: documents the file where each method is defined to allow cherry-pic...Xavier Noria2010-01-021-0/+44
* | AS guide: documents Object#presenceXavier Noria2009-12-301-0/+8
* | fixes a link in the plugins guideXavier Noria2009-12-301-1/+1
* | fixes link to Pickaxe in getting started guideXavier Noria2009-12-301-1/+1
* | fixes broken links in migrations guideXavier Noria2009-12-301-1/+1
* | fixes broken links in form helpers guideXavier Noria2009-12-301-2/+2
* | LH redirects to https in contributing guideXavier Noria2009-12-291-1/+1
* | fixes broken links in 2.3 release notesXavier Noria2009-12-291-3/+3
* | fixes broken links in 2.2 release notesXavier Noria2009-12-291-9/+9
* | fixes broken link, thanks to vegerXavier Noria2009-12-251-1/+1
* | AS guide: fixes an exampleXavier Noria2009-12-171-1/+1
* | AS guide: documents Enumerable#exclude?Xavier Noria2009-12-161-0/+8
* | Adding the directory tree of a generated Rails app.Robby Russell2009-12-031-0/+37
* | Added links to web server options to their respective websites to save people...Robby Russell2009-12-031-2/+2
* | Updating documentation for Console. Now mentioniing sandbox and including a l...Robby Russell2009-12-031-7/+14
* | assert_recognizes with a hash as first argument, needs to enclose arguments i...Jonathan Lim2009-11-301-2/+2
* | assert_routing with a hash as first argument, needs to enclose arguments in b...Jonathan Lim2009-11-301-1/+1
* | More improvements to generators guide.José Valim2009-11-221-17/+42
* | More improvements to Rails Generators Guide.José Valim2009-11-221-21/+24
* | First version of Generators guidesJosé Valim2009-11-221-0/+350
* | Merge remote branch 'mainstream/master'Pratik Naik2009-11-17140-3144/+1603
|\|
| * Make script/server work with correct application.rbYehuda Katz2009-11-162-1/+6
| * Require action_dispatch, not action_controllerYehuda Katz2009-11-161-1/+1
| * Just use abstract_unitJeremy Kemper2009-11-141-12/+1
| * Fix bundler environment checkJeremy Kemper2009-11-141-1/+1
| * Refactor pluginsYehuda Katz + Carl Lerche2009-11-1118-1144/+320