aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails...Thomas Fuchs2005-10-0914-557/+908
* Make assert_tag :children count appropriately. Closes #2181.Marcel Molina2005-10-093-2/+131
* PostgreSQL returns the path type wrapped in quotes.Marcel Molina2005-10-092-2/+2
* Add geometric type for postgresql adapter. Closes #2233.Marcel Molina2005-10-095-0/+78
* Backing out of #2496. Comparing md5 checksums is in no way faster than doing ...Marcel Molina2005-10-081-2/+1
* Compare md5 checksums of files rather than files themselves, as it's far fast...Marcel Molina2005-10-081-1/+2
* Skip directories when checking for identical source and destination files.Marcel Molina2005-10-081-0/+1
* Evaluate dynamic templates before checking if the new file is identical to th...Marcel Molina2005-10-081-5/+13
* Make the generator skip a file if it already exists and is identical to the n...Marcel Molina2005-10-082-3/+12
* Look here, braces: gimme some elbow room. #2418Jeremy Kemper2005-10-081-1/+1
* Move require_library_or_gem out of AR's abstract_adapter and into ActiveSuppo...Marcel Molina2005-10-083-23/+24
* Don't tell me about defined reader methods, even at debug level.Jeremy Kemper2005-10-071-1/+0
* Add option (true by default) to generate reader methods for each attribute of...Marcel Molina2005-10-077-59/+152
* Add convenience predicate methods on Column class. In partial fullfilment of ...Marcel Molina2005-10-064-8/+34
* Raise an exception when invalid options are passed to ActiveRecord::Base.find...Marcel Molina2005-10-064-3/+15
* sqlite topics.approved should default to true like the other dbsJeremy Kemper2005-10-061-1/+1
* Remove straggling symbolize_strings_in_hash from [2427].Jeremy Kemper2005-10-062-2/+2
* Fixup tests for [2474].Jeremy Kemper2005-10-062-11/+11
* Add rename_table to mysql, sqlite and postgres adapters for use in migrationsTobias Lütke2005-10-065-1/+39
* Allow in memory sqlite DBs when RAILS_ROOT is defined [blair@orcaware.com]Michael Koziarski2005-10-061-2/+4
* 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