aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Merge docrails along with the new guides and guides generation codePratik Naik2009-02-06106-9/+18526
* Revert "Fixed FCGI handling [#1854 state:resolved]"Joshua Peek2009-02-051-2/+0
* re-enable db:schema:dump so db:migrate:redo dumps the schema after migrating ...Will Bryant2009-02-061-0/+1
* Make sure all autoload constants are pulled in when using config.threadsafe! ...Joshua Peek2009-02-051-2/+2
* Fixed FCGI handling [#1854 state:resolved]Peter Wagenet2009-02-051-0/+2
* script/server command can accept --path option to set app's root path [#1156 ...Chris Cherry2009-02-051-4/+15
* Fix broken scaffolding tests [#1889 state:committed]Mike Gunderloy2009-02-051-2/+2
* A few more minor scaffold template cleanupsDavid Heinemeier Hansson2009-02-055-7/+7
* Update scaffolding [#1840 state:committed]Mike Gunderloy2009-02-052-2/+2
* Merge branch 'master' of git@github.com:rails/railsJeremy Kemper2009-02-03146-43584/+0
|\
| * Remove all the existing asciidoc guidesPratik Naik2009-02-04146-43774/+0
| * Merge docrailsPratik Naik2009-02-0310-91/+281
* | Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-038-558/+525
|/
* Mark CHANGELOGs for releaseDavid Heinemeier Hansson2009-02-011-1/+1
* Merge docrailsPratik Naik2009-02-0129-944/+4690
* Add Rails Guides to the default links on generated index.html [#1839 state:re...Mike Gunderloy2009-02-011-0/+1
* Add :reconnect option to generated mysql database.yml [#1838 state:resolved]Mike Gunderloy2009-02-011-0/+3
* Added options to script/dbconsole to sqlite3 console in various different mod...Bryan Ray2009-01-281-1/+17
* Disable eager loading for all rake tasks [#802 state:resolved]Joshua Peek2009-01-273-3/+5
* Fix the changelog entryPratik Naik2009-01-231-2/+2
* Setup ActiveRecord QueryCache middleware in the initializerJoshua Peek2009-01-211-0/+1
* Only insert metal middleware if any existJoshua Peek2009-01-211-1/+3
* Merge docrailsPratik Naik2009-01-1859-13877/+11698
* Bump up the year in MIT license filesPratik Naik2009-01-182-2/+2
* Remove script/performance/profiler in favour of performance integration tests.Pratik Naik2009-01-184-10/+7
* Decouple the local cache strategy from MemCacheStore for reuse with other rem...Lourens Naude2009-01-171-2/+4
* Added in a local per request cache to MemCacheStore. It acts as a buffer to s...Nahum Wild2009-01-151-0/+3
* Use Rack's MethodOverride lib [#1699 state:resolved]Joshua Peek2009-01-131-1/+1
* Use :key instead of old :session_key in session_store.rb generator and docs [...Cody Fauser2009-01-132-2/+2
* Fix test broken by test process changesJeremy Kemper2009-01-071-7/+4
* Include process methods in ActionController::TestCase only. No need to alias_...Jeremy Kemper2009-01-071-1/+1
* Consolidate test_help requiresJeremy Kemper2009-01-061-2/+1
* Move metal above method piggybacking middleware and add some test coverageJoshua Peek2009-01-031-1/+1
* Fixed bug where calling app method from console would raise ArgumentError [#1...ddemaree2009-01-021-0/+9
* Only silence backtrace from plugin lib dirsJeremy Kemper2008-12-301-1/+2
* Clean trailing / after rails root from backtracesJeremy Kemper2008-12-301-1/+1
* Clean up view path cruft and split path implementations into Template::Path a...Joshua Peek2008-12-291-3/+4
* Fix failing gem dependency tests [#1659 state:resolved]Mike Gunderloy2008-12-291-12/+12
* Fix FCGI dispatching testsMike Gunderloy2008-12-291-42/+7
* Allow custom rails generators to pass in their own binding to Create command ...Joshua Peek2008-12-281-1/+1
* Ensure template runner tests don't depend on hash ordering [#1654 state:resol...Mike Gunderloy2008-12-282-2/+2
* Use SimpleLogger for Rails::TemplateRunner outside of the Generator context [...Aaron Quint2008-12-281-0/+10
* Adding test coverage and better logging to Rails::TemplateRunner [#1618 state...Aaron Quint2008-12-272-66/+243
* Merge docrailsPratik Naik2008-12-263-84/+334
* Merge commit 'fred/more_pullable'Pratik Naik2008-12-211-1/+1
|\
| * Fix script/dbconsole not handling numeric password [#1395 state:resolved]pfagiani2008-12-211-1/+1
* | Correct description of tmp:create task [#1607 state:resolved] [Roderick van D...Pratik Naik2008-12-211-2/+2
|/
* Diverge Metal implementation from Rack::Cascade since we want the last app to...Joshua Peek2008-12-192-44/+22
* Merge docrailsPratik Naik2008-12-1916-1111/+853
* Cheaper metal cascadeJeremy Kemper2008-12-182-10/+51