index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activeresource
/
lib
/
active_resource
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Implement ArraySerializer and move old serialization API to a new nam...
José Valim
2011-11-30
1
-2
/
+2
*
fix deprecation warnings in activeresource
lest
2011-11-30
1
-2
/
+2
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2011-10-14
1
-0
/
+8
|
\
|
*
improved ActiveResource's .element_path and .new_element_path methods documen...
Diego Carrion
2011-10-13
1
-0
/
+8
*
|
Treat 303 See Other as a redirect response, too
Jeremy Kemper
2011-10-11
1
-2
/
+2
*
|
activeresource should treat HTTP status 307 as redirection, same as 301 and 3...
Jim Herzberg
2011-10-11
1
-2
/
+2
|
/
*
Provide read_attribute_for_serialization as the API to serialize attributes.
José Valim
2011-09-30
1
-0
/
+4
*
Merge pull request #2678 from jmileham/ares_content_length_bug
Jon Leighton
2011-09-12
1
-1
/
+9
|
\
|
*
ActiveResource shouldn't rely on the presence of Content-Length
John Mileham
2011-09-11
1
-1
/
+9
*
|
Do not use objects that don't respond to to_sym (integers, floats, dates...) ...
Marc G Gauthier
2011-09-01
1
-1
/
+1
*
|
Do not try to use as a parameter elements that are not acceptable
Marc G Gauthier
2011-08-19
1
-1
/
+1
|
/
*
Changed a few instances of of words in the API docs written in British Englis...
Oemuer Oezkir
2011-07-24
1
-1
/
+1
*
Corrected some typos and American vs. Queen's English issues
Lee Reilly
2011-05-29
1
-1
/
+1
*
attr_accessor_with_default is deprecated, so lets not use it in ActiveResource
Josh Kalderimis
2011-05-21
1
-4
/
+16
*
corrected some further tests and docs for the ARes change to json change
Josh Kalderimis
2011-05-18
1
-36
/
+36
*
updated all the tests in ARes to work with json
Josh Kalderimis
2011-05-18
1
-5
/
+12
*
Optimize ActiveResource::Base.new(attributes)
Chris Griego
2011-05-01
1
-15
/
+24
*
Active Resource typos.
R.T. Lechow
2011-03-05
1
-2
/
+2
*
make the example code a bit more accurate
Akira Matsuda
2011-01-29
1
-1
/
+1
*
Fix indentation
Akira Matsuda
2011-01-29
1
-1
/
+1
*
class inheritable attributes is used no more! all internal use of class inher...
Josh Kalderimis
2010-11-20
1
-3
/
+5
*
Move uri parser to AS as URI.parser method to reuse it in AP and ARes.
Emilio Tagua
2010-09-28
1
-10
/
+7
*
Fix broken module namespacing in ActiveResource with Ruby 1.9 [#5699 state:re...
Matthijs Langenberg
2010-09-27
1
-4
/
+6
*
- update exceptions documentation
Gaston Ramos
2010-09-27
1
-0
/
+11
*
- check prefix options in collection_path
Gaston Ramos
2010-09-27
1
-0
/
+1
*
- refactoring, move prefix_options check to a custom method
Gaston Ramos
2010-09-27
1
-5
/
+9
*
- elmenth_path raise an ActiveResource::MissingPrefixParam exception when pre...
Gaston Ramos
2010-09-27
1
-0
/
+6
*
Allow per Resource format settings
Jacques Crocker
2010-09-25
1
-5
/
+5
*
Allow ActiveResource to work with non-generated ids [#5660 state:resolved]
Jacques Crocker
2010-09-25
1
-4
/
+6
*
No need to use inject here.
Emilio Tagua
2010-09-22
1
-4
/
+1
*
Exception handling more readable
Thiago Pradi
2010-09-19
1
-2
/
+2
*
make sure a Content-Length header exists and that the response.body is not ni...
Mike Abner
2010-09-18
1
-1
/
+1
*
lifecycle should be two words, life cycle
Jaime Iniesta
2010-08-26
1
-4
/
+4
*
fix broken relative links [#5415 state:committed]
Joost Baaij
2010-08-24
1
-1
/
+1
*
fix loading of different elements in array then int and string [#5036 state:r...
Josef Reidinger
2010-08-02
1
-3
/
+3
*
fix escaping id and parameters in path [#5137 state:resolved]
Josef Reidinger
2010-07-26
1
-2
/
+2
*
Object#returning removed
Santiago Pastorino
2010-07-25
1
-1
/
+0
*
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...
José Valim
2010-06-24
1
-0
/
+1
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-15
1
-2
/
+2
|
\
|
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-2
/
+2
*
|
There is no type="array" returned with errors. [#3691:resolved]
Ryan Bigg
2010-06-12
1
-1
/
+1
|
/
*
Adding to_key to ActiveResource objects using ActiveModel::Conversion [#4685 ...
Elomar França
2010-05-26
1
-5
/
+1
*
refactor evals and adds some __FILE__ and __LINE__
Santiago Pastorino
2010-05-20
1
-6
/
+7
*
ActiveResource shouldn't consider modules in the path
Santiago Pastorino
2010-05-15
1
-16
/
+2
*
Fixes to_json and to_xml for ActiveResource
Santiago Pastorino
2010-05-12
1
-6
/
+15
*
Make ActiveResource serialize XML correctly when element_name is set.
Santiago Pastorino
2010-05-12
1
-4
/
+15
*
Reuse Active Model serialization in Active Resource. [#2584 state:committed]
Santiago Pastorino
2010-04-26
1
-63
/
+3
*
Revert "create option to include_root_in_json for ActiveResource [#2584 state...
Jeremy Kemper
2010-04-25
1
-9
/
+0
*
fix stack trace lines on class_eval
Santiago Pastorino
2010-04-09
1
-2
/
+2
*
create option to include_root_in_json for ActiveResource [#2584 state:committed]
Santiago Pastorino
2010-04-05
1
-0
/
+9
[next]