aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Small tweak to allow plugins to specify gem dependencies. [rick]Rick Olson2008-03-303-1/+21
* Added config.gem for specifying which gems are required by the application, a...Rick Olson2008-03-305-2/+231
* Dirty typecasts attribute values before comparison, if possible. Closes #1146...Jeremy Kemper2008-03-292-63/+65
* Force json string encoding to ASCII-8BIT before unpacking for Ruby 1.9.Josh Peek2008-03-291-2/+4
* Play nice with 1.9's DateTime#to_sJeremy Kemper2008-03-292-2/+3
* Ensure threads finish running for time zone thread safety test.Josh Peek2008-03-291-2/+4
* Removed the default .htaccess configuration as there are so many good deploym...David Heinemeier Hansson2008-03-295-23/+58
* Generated tests rely on test dir in load path rather than File.dirname shenan...Jeremy Kemper2008-03-297-7/+7
* Update welcome screen with revised instructions and removal of dead linksDavid Heinemeier Hansson2008-03-292-9/+6
* Space at the bottom feels betterDavid Heinemeier Hansson2008-03-291-1/+1
* Removed outdated scaffold from templateDavid Heinemeier Hansson2008-03-291-3/+0
* Fixed that validates_size_of :within works in associations (closes #11295, #1...David Heinemeier Hansson2008-03-293-7/+21
* Revert spurious commit from [9126]Jeremy Kemper2008-03-291-6/+4
* Track changes to unsaved attributesJeremy Kemper2008-03-294-0/+201
* Fix new migration versionsDavid Heinemeier Hansson2008-03-283-5/+10
* Avoid remote_ip spoofingJeremy Kemper2008-03-283-15/+53
* Inspect options hashes in RenderError message so it's actually readable. Clos...Jeremy Kemper2008-03-281-2/+2
* Switched to UTC-timebased version numbers for migrations and the schema. This...David Heinemeier Hansson2008-03-287-91/+150
* Add #clone. Closes #7352 [Ryan Daigle, thechrisoshow]Jeremy Kemper2008-03-282-0/+72
* Fix layouts in symlinked paths. Closes #9136 [court3nay, caio]Jeremy Kemper2008-03-285-6/+30
* Missing :js template falls back to :html, so you don't have to explicitly spe...Jeremy Kemper2008-03-282-4/+37
* Fix some mistaken dependencies among AR unit tests. Closes #11425 [thechrisos...Jeremy Kemper2008-03-282-3/+3
* Add missing fileDavid Heinemeier Hansson2008-03-281-0/+10
* Update doc (closes #11402)David Heinemeier Hansson2008-03-281-2/+1
* Added support for regexp flags like ignoring case in the :requirements part o...David Heinemeier Hansson2008-03-286-7/+190
* Fixed that to_param should be used and honored instead of hardcoding the id (...David Heinemeier Hansson2008-03-283-32/+112
* Fixed that ActionController::Base#read_multipart would fail if boundary was e...David Heinemeier Hansson2008-03-283-2/+22
* Fixed that no gems installed would cause error (closes #11459) [thechrisoshow]David Heinemeier Hansson2008-03-281-1/+1
* Fixed HTML::Tokenizer (used in sanitize helper) didnt handle unclosed CDATA t...David Heinemeier Hansson2008-03-283-1/+10
* Fixed that has_many :through would ignore the hash conditions (closes #11447)...David Heinemeier Hansson2008-03-284-2/+26
* Make sure ActiveRecord tests can run individually. Closes #11425 [thechrisosh...Pratik Naik2008-03-285-4/+19
* config.time_zone and TimeWithZone#marshal_load accept tzinfo/Olson identifiersGeoff Buesing2008-03-285-2/+17
* Time.zone= accepts TZInfo::Timezone instances and Olson identifiers; wraps re...Geoff Buesing2008-03-285-4/+55
* TimeWithZone time conversions don't need to be wrapped in TimeOrDateTime, bec...Geoff Buesing2008-03-283-12/+16
* TimeWithZone#usec returns 0 instead of error when DateTime is wrappedGeoff Buesing2008-03-283-1/+14
* Rails::Initializer#initialize_time_zone raises an error if value assigned to ...Geoff Buesing2008-03-283-4/+13
* Stop adding the antiquated test/mocks/* directories and only add them to the ...David Heinemeier Hansson2008-03-273-3/+6
* Added that gems can now be plugins if they include rails/init.rb (closes #114...David Heinemeier Hansson2008-03-275-2/+67
* Missing test dataDavid Heinemeier Hansson2008-03-274-0/+5
* Fixed that a return-path header would be ignored (closes #7572) [joost]David Heinemeier Hansson2008-03-272-2/+10
* Added Plugin#about method to programmatically access the about.yml in a plugi...David Heinemeier Hansson2008-03-274-17/+52
* New applications should use UTC as the default time zoneDavid Heinemeier Hansson2008-03-262-11/+11
* Fix issue where the :uniq option of a has_many :through association is ignore...Rick Olson2008-03-263-5/+13
* Fix duplicate table alias error when including an association with a has_many...Rick Olson2008-03-263-26/+35
* More efficient association preloading code that compacts a through_records ar...Rick Olson2008-03-262-8/+13
* Improve documentation.Pratik Naik2008-03-2645-173/+468
* Typo fix in documentation from [9090] References #11422Michael Koziarski2008-03-261-1/+1
* Standardise the implementation of the extensions to BigDecimal. Closes #1060...Michael Koziarski2008-03-262-23/+39
* Fixed that ActiveRecord#Base.find_or_create/initialize would not honor attr_p...David Heinemeier Hansson2008-03-253-4/+46
* Whitespace + formattingJeremy Kemper2008-03-252-16/+11