aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support options passed to ActiveSupport::Cache :mem_cache_store [#14 state:re...jweiss2008-04-172-1/+15
* Ignore debug logs and ensure ActiveResource's log is cleaned up.Joshua Peek2008-04-162-1/+1
* Stub out Dispatcher#log_failsafe_exception method to please the test gods.Joshua Peek2008-04-151-3/+6
* Merge branch 'master' of git://github.com/stephencelis/railsJoshua Peek2008-04-144-11/+13
|\
| * Scripts and styles with multiple dots in the filename should cacheStephen Celis2008-04-124-11/+13
* | Added Rails.public_path to control where HTML and assets are expected to be l...David Heinemeier Hansson2008-04-137-9/+35
* | Merge branch 'master' of git://github.com/rails/railsDavid Heinemeier Hansson2008-04-139-18/+107
|\ \
| * | Time#since behaves correctly when passed a Duration. Closes #11527 [kemiller]gbuesing2008-04-123-7/+63
| |/
| * Add #getutc alias for DateTime#utcgbuesing2008-04-123-0/+4
| * Refactor TimeWithZone: don't send #since, #ago, #+, #-, #advance through meth...gbuesing2008-04-122-9/+20
| * TimeWithZone respects config.active_support.use_standard_json_time_formatgbuesing2008-04-123-1/+14
| * rake time:zones:local finds correct base utc offset for zones in the Southern...Geoffrey Buesing2008-04-122-1/+6
* | Merge branch 'master' of git://github.com/rails/railsDavid Heinemeier Hansson2008-04-1210-27/+107
|\|
| * Merge branch 'master' into custom_paths_for_resource_namesMichael Koziarski2008-04-123-13/+17
| |\
| | * Merge branch 'master' of git@github.com:rails/railsMichael Koziarski2008-04-122-7/+8
| | |\
| | | * stub the instance method, there is no class methodJeremy Kemper2008-04-111-1/+1
| | | * Ruby 1.9 compat: workaround module_eval issueJeremy Kemper2008-04-111-6/+7
| | * | Allow freezing to specific releases with rake rails:freeze:edge RELEASE=1.2.0...Michael Koziarski2008-04-121-6/+9
| | |/
| * / Allow alternative values for the 'new' and 'edit' actions in resourceful routes.Michael Koziarski2008-04-123-3/+28
| |/
| * Now that we have gems:unpack and gems:build allowing for integration ofDavid Dollar2008-04-112-7/+43
| * Fixed that formatted_polymorphic_route should be able to take the :format as ...David Heinemeier Hansson2008-04-112-4/+19
* | Merge branch 'master' of git://github.com/rails/railsDavid Heinemeier Hansson2008-04-114-45/+19
|\|
| * Merge branch 'master' of git@github.com:rails/railsJeremy Kemper2008-04-103-16/+0
| |\
| | * Revert "Ensure that save on child object fails for invalid belongs_to associa...Michael Koziarski2008-04-113-16/+0
| * | rake rails:freeze:edge using http://dev.rubyonrails.org/archives/rails_edge.z...Jeremy Kemper2008-04-101-29/+19
| |/
* / Testing commitsDavid Heinemeier Hansson2008-04-101-2/+1
|/
* Change validates_uniqueness_of :case_sensitive option default back to true (f...Rick Olson2008-04-102-2/+4
* Ensure that save on child object fails for invalid belongs_to association. Cl...Pratik Naik2008-04-103-0/+16
* Require rubygems if needed when initializing GemDependency instancesRick Olson2008-04-091-0/+1
* Add support for interleaving migrations by storing which migrations have run ...Rick Olson2008-04-0915-80/+204
* ActiveRecord::Base#sum defaults to 0 if no rows are returned. Closes #11550 ...Rick Olson2008-04-083-1/+7
* Automatically parse posted JSON content for Mime::JSON requests. [rick]Rick Olson2008-04-085-8/+47
* add json_escape ERB util to escape html entities in json strings that are out...Rick Olson2008-04-083-14/+30
* Don't require rails/gem_builder during rails initialization, it's only needed...Rick Olson2008-04-085-7/+17
* set ActiveSupport.escape_html_entities_in_json = false for new rails appsRick Olson2008-04-081-1/+5
* Add config.active_support.escape_html_entities_in_json to allow disabling of ...Rick Olson2008-04-085-4/+31
* Improve ActiveRecord::Base#table_name unit tests for nested classes. Closes #...Josh Peek2008-04-072-0/+7
* script/performance/profiler compatibility with the ruby-prof >= 0.5.0. Closes...Josh Peek2008-04-072-1/+3
* Ensure that respond_to? considers dynamic finder methods. Closes #11538. [flo...Pratik Naik2008-04-064-13/+106
* Provide a helper proxy to access helper methods from outside views. Closes #1...Josh Peek2008-04-063-0/+28
* Split associations_test.rb into multiple files based on association type. [Pr...Pratik Naik2008-04-067-2382/+2445
* Ensure that save on parent object fails for invalid has_one association. Clos...Pratik Naik2008-04-063-0/+27
* Remove duplicate code from associations. [Pratik]Pratik Naik2008-04-066-164/+72
* Refactor HasManyThroughAssociation to inherit from HasManyAssociation. Associ...Pratik Naik2008-04-0610-95/+301
* Ensure HABTM#create and HABTM#build do not load entire association. [Pratik]Pratik Naik2008-04-055-34/+48
* Avoid modifying the sendmail_settings hash when using the return path. Closes...Michael Koziarski2008-04-051-2/+3
* Fix more typos and changelogPratik Naik2008-04-054-4/+4
* Improve documentation.Pratik Naik2008-04-0530-115/+177
* Replaced callback method evaluation in AssociationCollection class to use Act...Josh Peek2008-04-044-32/+23
* Make HABTM#create behave the same as << with after_add callbacks. Closes #11...Michael Koziarski2008-04-042-4/+18