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
/
activemodel
/
lib
/
active_model
/
serializers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Active Model, not ActiveModel in plain English
claudiob
2015-01-02
1
-1
/
+1
*
Fixing documentation in JSON#from_json
Nick Veys
2014-11-20
1
-4
/
+4
*
Use #model_name on instances instead of classes
Amiel Martin
2014-06-24
2
-2
/
+2
*
Adding missing backslashes in active_model files so as to avoid unwanted link...
aditya-kapoor
2013-12-27
1
-1
/
+1
*
Remove deprecated cattr_* requires
Genadi Samokovarov
2013-12-03
1
-1
/
+1
*
it's xml, not json
John Gesimondo
2013-07-13
1
-1
/
+1
*
Docfix: Use public interface instead of setting instance variables
Richard Livsey
2013-06-07
1
-1
/
+1
*
Convert ActiveModel to 1.9 hash syntax.
Patrick Robertson
2013-05-01
1
-5
/
+5
*
chmod -x from non-script files
Akira Matsuda
2012-12-24
1
-0
/
+0
*
Only call `in_time_zone` on Time or DateTime instances
Andrew White
2012-12-11
1
-1
/
+6
*
Specify type of singular association during serialization
Steve Klabnik
2012-11-28
1
-1
/
+6
*
fix AM::Serializers titles [ci skip]
Francesco Rodriguez
2012-10-26
2
-2
/
+2
*
AM::Serializers::Xml depends on AM::Naming
Francesco Rodriguez
2012-10-26
1
-0
/
+4
*
Following the false issue reporting I did here : https://github.com/rails/rai...
Anthony
2012-08-13
1
-0
/
+4
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-08-04
2
-8
/
+66
|
\
|
*
copy edits [ci skip]
Vijay Dev
2012-08-04
1
-1
/
+1
|
*
Fix ActiveModel::Serializers::Xml#to_xml reference
Robert Pankowecki
2012-08-02
1
-1
/
+1
|
*
update ActiveModel::Serializers documentation [ci skip]
Francesco Rodriguez
2012-07-30
2
-14
/
+40
|
*
add documentation to ActiveModel #from_json method [ci skip]
Francesco Rodriguez
2012-07-30
1
-2
/
+34
*
|
load active_support/core_ext/class/attribute in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
|
/
*
small refactoring of as_json method
Angelo Capilleri
2012-07-03
1
-2
/
+6
*
Simplify AR configuration code.
Jon Leighton
2012-06-15
1
-3
/
+2
*
change AMS::JSON.include_root_in_json default value to false
Francesco Rodriguez
2012-06-06
1
-44
/
+44
*
changed xml type datetime to dateTime, fixes #6328
Angelo capilleri
2012-05-23
1
-1
/
+1
*
Use respond_to?(:to_ary) rather than is_a?(Enumerable) to detect collection-t...
Jon Leighton
2012-05-11
1
-1
/
+3
*
Remove Array.wrap call in ActiveModel
Rafael Mendonça França
2012-01-06
1
-3
/
+2
*
Support configuration on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-1
/
+2
*
Revert "Implement ArraySerializer and move old serialization API to a new nam...
José Valim
2011-11-30
2
-8
/
+285
*
Implement ArraySerializer and move old serialization API to a new namespace.
José Valim
2011-11-23
2
-285
/
+8
*
Change one more place for JSON string to Hash
Robert Ross
2011-10-04
1
-1
/
+1
*
Fix as_json doc to say what it actually returns.
Robert Ross
2011-10-04
1
-1
/
+1
*
Refactor AMo as_json.
José Valim
2011-09-23
1
-9
/
+5
*
fixed a bug with the json serialization when the class setting is set to not ...
Matt Aimonetti
2011-09-22
1
-12
/
+10
*
to_xml should also rely on serializable hash.
José Valim
2011-09-18
1
-31
/
+15
*
ActiveModel support for the :include serialization option
John Firebaugh
2011-07-17
1
-0
/
+40
*
Enable passing root: false to #to_json
Joe Fiorini
2011-07-01
1
-5
/
+17
*
use clearer variable name in examples
Vijay Dev
2011-06-04
2
-12
/
+12
*
Remove extra white spaces on ActiveModel docs.
Sebastian Martinez
2011-05-23
1
-2
/
+2
*
Attributes with :string type should not be given the type passed in model ser...
Jim Herzberg
2011-05-18
1
-1
/
+1
*
Methods that return nil should not be considered YAML
Joshua Wehner
2011-05-10
1
-0
/
+1
*
copy-edits 34316d8
Xavier Noria
2011-02-21
1
-7
/
+5
*
Docs: Update to_xml documentation to match as_json docuemntation
Nicholas Rowe
2011-02-20
1
-0
/
+25
*
Take into account current time zone when serializing datetime values [#6096 s...
Mike Dvorkin
2010-12-09
1
-0
/
+1
*
Perf: refactor methods using inject when not need in activemodel.
Emilio Tagua
2010-09-22
1
-4
/
+3
*
fixed some issues with JSON encoding
Jakub Suder
2010-09-07
1
-8
/
+6
*
ActiveModel#to_xml fix (renamed parameter).
Andreas Garnæs
2010-09-02
1
-1
/
+1
*
to_json => as_json
James Miller
2010-08-25
1
-9
/
+9
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
ActiveModel::Base doesn't exist, include_root_in_json is a class_attribute fo...
Santiago Pastorino
2010-08-10
1
-3
/
+3
*
edit pass to AMo::Serializers::JSON
Xavier Noria
2010-08-06
1
-9
/
+9
[next]