aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* smallint -> boolean in pg sqlJeremy Kemper2005-10-061-1/+1
* Quote booleans according the rules defined by the adapterMichael Koziarski2005-10-067-12/+21
* Added :force option to create_table that'll try to drop the table if it alrea...David Heinemeier Hansson2005-10-063-0/+8
* Dont repeat yourselfDavid Heinemeier Hansson2005-10-061-1/+1
* Dont include script/process dirDavid Heinemeier Hansson2005-10-061-1/+0
* Dont include runDavid Heinemeier Hansson2005-10-062-2/+2
* Backed out of script/run portal idea. Muscle memory too deepDavid Heinemeier Hansson2005-10-0614-11/+42
* Keep Units and Functionals around for those who don't upgrade their app right...Jeremy Kemper2005-10-051-1/+1
* Load plugins lastJamis Buck2005-10-051-1/+2
* prepend to load path before loading the pluginJamis Buck2005-10-051-4/+4
* Add experimental plugin support #2335Jamis Buck2005-10-052-1/+28
* Schema dumper should emit ":default => false" if the default for a column is ...Jamis Buck2005-10-051-2/+2
* Made the documentation about render template/file saneDavid Heinemeier Hansson2005-10-031-6/+11
* Add :rfc822 as an option for Time#to_s (to get rfc822-formatted times)Jamis Buck2005-10-033-7/+14
* Chain the const_missing hook to any previously existing hook so rails can pla...Jamis Buck2005-10-032-1/+10
* Forced newer versions of RedCloth to use hard breaks [DHH]David Heinemeier Hansson2005-10-021-0/+1
* Forced newer versions of RedCloth to use hard breaks [DHH]David Heinemeier Hansson2005-10-023-3/+12
* Association validation does not belong in a before_save callback: move it int...Jeremy Kemper2005-10-025-67/+109
* Use a nicer date formatDavid Heinemeier Hansson2005-10-011-1/+1
* Better logging about partials when logger to to debugDavid Heinemeier Hansson2005-10-011-1/+3
* Added new scriptaculous options for auto_complete_field #2343 [m.stienstra@fn...Thomas Fuchs2005-10-013-2/+27
* Don't prepend the asset host if the string is already a fully-qualified URLJamis Buck2005-09-303-1/+14
* Run set load path so others can do boot and get pathDavid Heinemeier Hansson2005-09-302-6/+7
* Update the spinner to the latest commandsDavid Heinemeier Hansson2005-09-301-2/+2
* Get rid of old symbolize_strings_in_hash.Jeremy Kemper2005-09-303-18/+9
* Ticket #2282 - fix parsing of timestamps with time zoneJeremy Kemper2005-09-301-1/+3
* Dont redefine RAILS_ENV once setDavid Heinemeier Hansson2005-09-301-3/+1
* Not the avenue we want to go downDavid Heinemeier Hansson2005-09-301-4/+0
* Made the order of framework settings significant so config.action_controller....David Heinemeier Hansson2005-09-301-16/+35
* Added method access to OrdredOptionsDavid Heinemeier Hansson2005-09-302-0/+26
* Include OrderedOptions by defaultDavid Heinemeier Hansson2005-09-301-0/+2
* Added test for looping in orderDavid Heinemeier Hansson2005-09-301-0/+14
* Added OrderedOptions array/hash for use with initializerDavid Heinemeier Hansson2005-09-302-0/+46
* No need to string.to_s right after checking that string.is_a?(String)Jeremy Kemper2005-09-301-3/+3
* Move transaction thread-safety test to transactions_test. Check that simulta...Jeremy Kemper2005-09-302-47/+79
* Use transactional fixtures by default for AR tests. Set ENV['AR_NO_TX_FIXTUR...Jeremy Kemper2005-09-301-11/+6
* Require topic model rather than assume another test has already.Jeremy Kemper2005-09-301-0/+1
* Disable transactional fixtures for ar_schema_test and schema_test_postgresqlJeremy Kemper2005-09-302-2/+5
* Dont bitch over resetting constDavid Heinemeier Hansson2005-09-291-0/+2
* Clean up the act of commandsDavid Heinemeier Hansson2005-09-298-15/+12
* Removed all the scripts in script/* and replaced it with one generic portal: ...David Heinemeier Hansson2005-09-2920-22/+24
* Going to pull all commands into RailsDavid Heinemeier Hansson2005-09-293-36/+10
* Fix broken testcase for transactionsNicholas Seckar2005-09-292-7/+11
* Testing should also use a default REQUEST_METHODDavid Heinemeier Hansson2005-09-294-71/+94
* Clean up and extend test coverage for validates_numericality_ofJeremy Kemper2005-09-291-37/+60
* Dont log size of request, doesnt work well with procs, not that interestingDavid Heinemeier Hansson2005-09-281-1/+1
* Solved the hanging issue.. USR2 is now the preferred way of restarting FCGIs!David Heinemeier Hansson2005-09-281-3/+3
* Solved the hanging issue.. USR2 is now the preferred way of restarting FCGIs!David Heinemeier Hansson2005-09-281-3/+12
* Fix transactions so that calling return while inside a transaction will not l...Nicholas Seckar2005-09-283-5/+41
* Make schema definition column lookups agnostic w/r/t/ whether a key or symbol...Marcel Molina2005-09-281-2/+2