aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Database connections are now pooled, one pool per #establish_connection call.Jeremy Kemper2008-09-022-3/+3
|\
| * Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-1/+1
| * Added optional rake doc:app TITLE environment parameterNathaniel Bibler2008-08-291-2/+2
* | Remove call to active_record.allow_concurrency since it's deprecatedNick Sieger2008-08-291-1/+0
* | Revert "Change all databases.rake adapter 'when' statements to use regexes."Nick Sieger2008-08-291-18/+18
* | Change all databases.rake adapter 'when' statements to use regexes.Nick2008-08-291-18/+18
|/
* Prevent deprecation warning in the testsMichael Koziarski2008-08-281-1/+3
* Formally deprecate the old secret key generatorMichael Koziarski2008-08-271-0/+1
* Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom.Hongli Lai (Phusion2008-08-274-161/+8
* The 'rails' command was broken by the last commit. Fix that.Hongli Lai (Phusion2008-08-262-3/+10
* When an unexpected exception is caught, tell the administrator to read the lo...Hongli Lai (Phusion2008-08-262-0/+39
* Reverse the priority of the mysql commands in dbconsoleMichael Koziarski2008-08-241-1/+1
* Generate belongs_to association when generating a modelTarmo Tänav2008-08-233-1/+13
* Generate belongs_to associations automatically for 'references' types [#640 s...Tarmo Tänav2008-08-232-0/+11
* Always require activesupport, even if its constant already existsTarmo Tänav2008-08-231-0/+1
* Fixed that rake doc:plugins to uses UTF-8. [#573 state:resolved]Chris Lloyd2008-08-221-0/+1
* Initializer to sort files before eager loading. [#859 state:resolved]Tom Ward2008-08-224-1/+24
* Touch file with git revision when freezing edgeJoshua Peek2008-08-191-0/+5
* Removed config.ru template from app generatorJoshua Peek2008-08-191-1/+0
* Added rack logger middleware that tails the environment logJoshua Peek2008-08-192-0/+29
* Consistently use the framework's configured logger and avoid reverting to RAI...Joshua Peek2008-08-182-8/+11
* rake db:fixtures:load and db:fixtures:identify now accept a FIXTURES_PATH opt...Matthew Rudy Jacobs2008-08-091-4/+5