aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource
Commit message (Collapse)AuthorAgeFilesLines
...
| * Cherry-pick core extensionsJeremy Kemper2009-05-135-1/+13
| |
| * Defer rake/contrib/sshpublisher require so basic tasks don't need the full ↵Jeremy Kemper2009-05-071-1/+2
| | | | | | | | rake gem
| * Fix tests on 1.8.6Jeremy Kemper2009-05-062-0/+2
| |
| * Cherry pick Active Support dependencies. Autoload.Jeremy Kemper2009-05-0611-81/+100
| |
| * Remove superfluous CGI requireJeremy Kemper2009-05-051-1/+0
| |
| * Prefer sibling Active SupportJeremy Kemper2009-05-051-9/+3
| |
| * Fix differing rails_to_json arityJeremy Kemper2009-04-261-3/+5
| |
| * * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Example: ActiveSupport::JSON.backend = "JSONGem" All internal Rails JSON encoding is now handled by ActiveSupport::JSON.encode(). Use of #to_json is not recommended, as it may clash with other libraries that overwrite it. However, you can recover Rails specific functionality if you really want to use #to_json. gem 'json' ActiveSupport::JSON.backend = "JSONGem" class ActiveRecord::Base alias to_json rails_to_json end
| * Opt in to JSONJeremy Kemper2009-04-221-0/+2
| |
| * No more free lunchJeremy Kemper2009-04-221-0/+1
| |
* | Merge branch 'master' into active_modelPratik Naik2009-04-223-28/+28
|\| | | | | | | | | Conflicts: activeresource/lib/active_resource/validations.rb
| * Merge docrailsPratik Naik2009-03-244-36/+37
| |
* | Deprecate Errors#on_base/add_to_base/invalid?/each_fullPratik Naik2009-03-213-3/+6
| |
* | Fix ActiveResource::Errors deprecation messagesPratik Naik2009-03-202-4/+4
| |
* | Make Active Resource use ActiveModel::ErrorsPratik Naik2009-03-193-196/+9
|/
* Prepare for final 2.3 releaseDavid Heinemeier Hansson2009-03-153-9/+4
|
* Strip invalid leading whitespace error uncovered by nokogiriJeremy Kemper2009-03-101-1/+1
|
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-082-14/+14
| | | | [#1617 state:resolved]
* Ensure Active Support is loaded locally rather than from RubyGems. [#1620 ↵Jeremy Kemper2009-03-081-0/+1
| | | | state:committed]
* Release RC2 todayDavid Heinemeier Hansson2009-03-051-1/+1
|
* So it didnt happen yesterday, but very soon! Just need the final details ↵David Heinemeier Hansson2009-02-281-1/+1
| | | | ironed out
* Prep for RC2 later todayDavid Heinemeier Hansson2009-02-273-2/+7
|
* Handle either error string or arrayJeremy Kemper2009-02-061-1/+1
|
* Fix example and exception messageJeremy Kemper2009-02-061-2/+2
|
* Work around mock request hashing problem on 1.9 and jrubyJeremy Kemper2009-02-061-42/+24
|
* Prefer tap to returningJeremy Kemper2009-02-062-9/+8
|
* Add sibling AS to load path for testing to ensure gems aren't usedJeremy Kemper2009-02-061-0/+2
|
* Require rubygemsJeremy Kemper2009-02-031-1/+1
|
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-032-22/+16
|
* Mark CHANGELOGs for releaseDavid Heinemeier Hansson2009-02-011-0/+5
|
* Improve exception handling when Location header is invalid. [#1192 ↵Bob Aman2009-01-282-2/+15
| | | | | | state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* ActiveResource#eqls? and == should not take into account object identity and ↵Rasik Pandey2009-01-282-2/+11
| | | | | | prefix options should be considered. [#1098 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Merge docrailsPratik Naik2009-01-181-1/+1
|
* Bump up the year in MIT license filesPratik Naik2009-01-181-1/+1
|
* Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-281-0/+8
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* normalize author names in changelogs [#1495 state:committed]Xavier Noria2008-12-161-21/+21
| | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
* Benchmark.msJeremy Kemper2008-12-091-2/+2
|
* Merge with docrailsPratik Naik2008-12-071-0/+2
|
* Make new_record? an alias of new? in ActiveResource to fix problem with ↵miloops2008-12-021-0/+1
| | | | | | route generation in forms. Signed-off-by: Michael Koziarski <michael@koziarski.com>
* Ruby 1.9 compat: don't shadow local var with block argJeremy Kemper2008-11-221-1/+1
|
* Fix indentation mismatchesJeremy Kemper2008-11-222-56/+56
|
* Assume that the next version is going to be 2.3 for nowDavid Heinemeier Hansson2008-11-192-3/+3
|
* Merge branch 'master' into testingJeremy Kemper2008-11-153-3/+3
|\
| * A few more dependency updatesDavid Heinemeier Hansson2008-11-141-1/+1
| |
| * Prepare for RC2David Heinemeier Hansson2008-11-142-2/+2
| |
* | Silence parens warningJeremy Kemper2008-11-071-1/+1
|/
* Fixed that ActiveResource#post would post an empty string when it shouldn't ↵David Heinemeier Hansson2008-10-303-1/+8
| | | | be posting anything (Paolo Angelini) [#525 state:committed]
* Update CHANGELOGs with the last few fixes, set date for todayDavid Heinemeier Hansson2008-10-241-1/+1
|
* Proper update call for gem serverDavid Heinemeier Hansson2008-10-231-1/+1
|
* Should be 2.2.0 as wellDavid Heinemeier Hansson2008-10-231-1/+1
|