aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed that FormHelper#radio_button would produce invalid ids (closes #11298) ...David Heinemeier Hansson2008-03-243-2/+7
* Added :confirm option to submit_tag (closes #11415) [miloops]David Heinemeier Hansson2008-03-243-3/+20
* Fixed NumberHelper#number_with_precision to properly round in a way that work...David Heinemeier Hansson2008-03-243-3/+7
* Added ActiveRecord#Base.all/first/last as aliases for find(:all/:first/:last)...David Heinemeier Hansson2008-03-244-2/+28
* Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]Rick Olson2008-03-2420-39/+369
* Allow the #simple_format text_helper to take an html_options hash for each pa...Rick Olson2008-03-243-5/+18
* Fix merging blank conditions. Closes #10764 [mcmire, cavalle]Jeremy Kemper2008-03-232-10/+43
* Ensure that TimeWithZone#to_yaml works when passed a YAML::Emitter. [rick]Rick Olson2008-03-233-1/+13
* Fix regression from filter refactoring where re-adding a skipped filter resul...Rick Olson2008-03-233-0/+38
* Ensure correct TimeWithZone#to_dateGeoff Buesing2008-03-223-1/+16
* Correct grammar in config.time_zone description in environment.rbGeoff Buesing2008-03-221-1/+1
* Use the more modern error_messages from the form object rather than error_mes...David Heinemeier Hansson2008-03-222-6/+6
* Added config.time_zone = 'UTC' as a commented-out option in the default envir...Geoff Buesing2008-03-222-2/+6
* has_one :through supports :source_type. Fix up some tests. References #4756.Jeremy Kemper2008-03-225-9/+32
* Adding rake tasks time:zones:all, time:zones:us and time:zones:local for find...Geoff Buesing2008-03-222-0/+45