aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Merge docrails. Remove unnecessary files.Pratik Naik2008-11-023-46728/+0
* Merge with docrailsPratik Naik2008-11-0219-596/+936
* Make refresh_specs more resilient. Always add vendor/gems to gem search path....Matt Jones2008-11-013-14/+27
* Really silence spec warnings when running GemDependency tests [#1308 state:re...Jeffrey Hardy2008-10-311-3/+2
* Fixed plugin generator so that generated unit tests would subclass ActiveSupp...Mathias Meyer2008-10-305-12/+18
* Update non-gems distributions to use sqlite3 as the default, matching the "ra...Christopher Currie2008-10-301-1/+1
* Update prototype to 1.6.0.3Luca Guidi2008-10-302-119/+223
* Fix typos in release notesPratik Naik2008-10-254-10/+10
* Update guides and release notesPratik Naik2008-10-2511-86/+785
* Fix a typoPratik Naik2008-10-242-35/+35
* Add some more info to the release notesPratik Naik2008-10-242-1/+54
* Update CHANGELOGs with the last few fixes, set date for todayDavid Heinemeier Hansson2008-10-241-1/+1
* Proper update call for gem serverDavid Heinemeier Hansson2008-10-231-1/+1
* Push to new gem serverDavid Heinemeier Hansson2008-10-231-2/+2
* Prepare for Rails 2.2.0 [RC1]David Heinemeier Hansson2008-10-232-7/+7
* Fix a typo in fxn's namePratik Naik2008-10-232-2/+2
* Add release notesPratik Naik2008-10-234-12/+1498
* Merge with docrailsPratik Naik2008-10-2242-137/+304
* Merge with docrails. Also add a rake task to generate guides in your rails ap...Pratik Naik2008-10-21124-650/+20644
* Fix script/generate warningPratik Naik2008-10-211-1/+2
* config.gem: Fix typo in unpack, skip dependencies on unloaded gems, and silen...Matt Jones2008-10-202-2/+3
* Expose default value of database connection pool in generated database.ymlPratik Naik2008-10-194-0/+12
* Memoize the require and construction of the StringInquirerMichael Koziarski2008-10-191-2/+4
* Don't create test/performance/test_helper.rb. Just require the needed files f...Pratik Naik2008-10-174-5/+4
* Merge docrailsPratik Naik2008-10-1622-778/+1799
* Remove the class_path from the collisions test.Michael Koziarski2008-10-149-11/+11
* Don't include the path when checking class collisions [#545 state:resolved]Joshua Peek2008-10-132-0/+4
* Initialize silence_spec_warningsMatt Jones2008-10-131-0/+2
* Make VendorGemSourceIndex handle broken/missing specs generated by previous v...Matt Jones2008-10-137-23/+157
* Fix script/console --sandbox warning. [#1194 state:resolved]Matt Jones2008-10-091-2/+2
* Fix definition of find_nameMatt Jones2008-10-081-2/+2
* Mark gem as not loaded when spec not foundMatt Jones2008-10-081-0/+2
* Fix deprecated ActionController::Base.relative_url_root call in mongrel commandChris Cherry2008-10-051-1/+1
* Merge docrailsPratik Naik2008-10-0555-1412/+51462
* Fix a number of errors in the config.gem mechanism.Matt Jones2008-10-0517-49/+410
* Add IMB DB support to Rails application generator. [#1136 state:resolved]Antonio Cangiano2008-10-042-1/+63
* Make sure recreate MySQL test database with the proper encoding and collation...Luca Guidi2008-10-031-1/+1
* Partially revert 185fe2e9cce737d69d3b47a656f3651ce152c0c1Michael Koziarski2008-09-242-2/+4
* Bump the Version constants to align with the *next* release rather than the p...Michael Koziarski2008-09-221-1/+1
* make db:migrate:redo rake task accept an optional VERSION to target that spec...Philip Hallstrom2008-09-171-2/+10
* Merge docrailsPratik Naik2008-09-1315-8/+4392
* Add --debugger option to script/console.miloops2008-09-111-0/+13
* Missing doc updatesDavid Heinemeier Hansson2008-09-091-0/+2
* Fix for SQLite's db creation warnings [status:committed #614]Antonio Cangiano2008-09-091-6/+18
* Dont reference the class being tested when it can be assumedDavid Heinemeier Hansson2008-09-091-1/+0
* Ruby 1.9 compat: remove instance variables and global variables from block pa...Akira Matsuda2008-09-091-8/+8
* Ruby 1.9 compat: use String#lines instead of to_a in Ruby 1.9Akira Matsuda2008-09-091-1/+1
* Ruby 1.9 compat: remove constants from block parametersAkira Matsuda2008-09-091-2/+2
* Merge docrailsPratik Naik2008-09-032-2/+3
* Inline help text was incorrectly telling user to uncomment line to use defaul...Nigel Ramsay2008-09-031-1/+1