This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2ff2fecb37a2e34b25aa02479792a85caa28126b
rails
/
activeresource
/
lib
/
active_resource
History
Charlie Somerville
e423b0095f
fix broken tests and warnings
2013-08-07 00:46:51 -07:00
..
formats
Prefer JSON.encode(value) to value.to_json
2009-06-08 20:42:39 -07:00
base.rb
Add ActiveResource::Base.include_root_in_json, like Active Record, to serialize instances as hash of model name -> attributes hash rather than the bare attributes hash. [
#2584
state:committed]
2010-04-26 15:19:03 -07:00
connection.rb
fix broken tests and warnings
2013-08-07 00:46:51 -07:00
custom_methods.rb
Fixed that ActiveResource#post would post an empty string when it shouldn't be posting anything (Paolo Angelini) [
#525
state:committed]
2008-10-30 12:47:23 +01:00
exceptions.rb
Active Resource recognizes 410 as Resource Gone now [
#2316
state:resolved] [Jordan Brough, Jatinder Singh]
2009-08-09 23:33:11 +01:00
formats.rb
Added ActiveResource.format= which defaults to :xml but can also be set to :json [DHH]. Added one-off declarations of mock behavior [DHH]
2007-09-20 23:18:05 +00:00
http_mock.rb
Adding option to ActiveResource to allow you to not reset the previously stored requests and responses by passing false to respond_to
2010-08-29 22:55:02 -07:00
validations.rb
Use format of ARes rather than content-type of remote errors to load errors.
2010-01-27 18:27:55 -08:00
version.rb
2.3.14. yay. :'(
2011-08-16 14:57:05 -07:00