aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Partial updates play nice with updated_at/on timestampsJeremy Kemper2008-03-313-3/+9
* Add :message option to validates_numericality_of. Closes #11456 [miloops, mde...Jeremy Kemper2008-03-312-1/+17
* Partial updates include only unsaved attributes. Off by default; set YourClas...Jeremy Kemper2008-03-3113-34/+112
* Add query methods for superclass_delegating_readerJeremy Kemper2008-03-312-5/+21
* Always alias DateTime#to_s to #to_default_sJeremy Kemper2008-03-311-1/+1
* require fileutilsJeremy Kemper2008-03-311-0/+1
* TZInfo: Removing unneeded TimezoneProxy classGeoff Buesing2008-03-304-87/+4
* TZInfo: Removing unneeded TimezoneIndexDefinition, since we're not including ...Geoff Buesing2008-03-303-73/+3
* Handle exit, reload, and restart immediately if not processing a request. Ref...Jeremy Kemper2008-03-301-16/+32
* Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is now ...Geoff Buesing2008-03-308-693/+672
* Bundling abbreviated version of TZInfo gem 0.3.8: only the classes and zone d...Geoff Buesing2008-03-30143-82/+16103
* whoops, typo in the CHANGELOGRick Olson2008-03-302-4/+4
* Ruby 1.9: mark failing assertionJeremy Kemper2008-03-301-0/+1
* Ruby 1.9 compat. Trailing whitespace.Jeremy Kemper2008-03-301-29/+28
* Don't shadow attrs varJeremy Kemper2008-03-301-2/+2
* Merge in latest tmail trunk r241Jeremy Kemper2008-03-3024-193/+534
* Don't need to explicitly pass the same params to super. Remove trailing white...Jeremy Kemper2008-03-301-62/+60
* Ruby 1.9 compat: Suppress Benchmark.realtime method redefined warning.Josh Peek2008-03-301-3/+3
* 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