Commit Graph

19 Commits

Author SHA1 Message Date
Ayrton De Craene
a2d5ca42de Update CHANGELOG.md
Fix typo
2013-10-23 11:43:45 +02:00
Santiago Pastorino
7dcef9f0f5 Rename Settings to Config and use accessors to configure things 2013-10-21 16:23:35 -02:00
Santiago Pastorino
5ae47f7859 Add missing entries to CHANGELOG.md 2013-10-18 17:49:22 -02:00
Santiago Pastorino
82a4f25002 Add CHANGELOG entries 2013-10-18 17:49:21 -02:00
Santiago Pastorino
0d4dfb69a9 Fix directories the project is on top level dir 2013-10-18 17:49:17 -02:00
Santiago Pastorino
14f51f2ea9 Remove everything, rewrite of AMS starts here 2013-10-18 17:46:18 -02:00
Tee Parham
31e1dab69f require rails >= 3.2
* remove ancient confusing comment in SerializerGenerator
2013-05-30 15:26:17 -06:00
Tee Parham
b686b73edf add note to changelog [ci skip] 2013-05-30 15:24:49 -06:00
Santiago Pastorino
c023052df8 Add CHANGELOG.md entries 2013-05-24 15:00:29 -07:00
Rémy Coutable
18313df12d Fix typo for ActiveModel::Serializer::Caching in the CHANGELOG 2013-05-22 16:54:27 +03:00
Santiago Pastorino
fd8cb67b85 Add CHANGELOG entries 2013-05-21 17:33:59 -07:00
Matt Boehlig
2e0bee0c56 Fix code formatting in changelog
A code block example was not markdown formatted as code.
2013-05-08 14:34:16 -05:00
Steve Klabnik
c2f7af26f1 CHANGELOG for 0.8.1 2013-05-05 17:35:28 -07:00
Steve Klabnik
92a165b545 Update CHANGELOG for 0.8.0 2013-05-05 13:20:24 -07:00
Philippe Lafoucrière
1b6dcd9c65 Update CHANGELOG.md
Make it more consistent.
I've added some PR titles to 0.7, I'm not sure it's 100% comprehensive like this :(
The version numbers must match rubygems versions, I fixed it here.
Thanks
2013-04-16 16:35:44 +03:00
Kevin Mahoney
0a3fcea4d5 Update Changelog 2013-03-22 18:31:50 +00:00
Steve Klabnik
c129ae2016 Generate id method on Ruby 1.8.
Because object_id and id went through some flux, it's best to tell 1.8
specifically what we mean.

Closes #127.
2013-03-19 14:53:08 -07:00
beerlington
4a13f86961 Reference scope by same name as serialization scope
By default, the serialization scope uses current_user, and you can
now reference the scope as "current_user" in the serializer. If you
override the scope using "serialization_scope" in your controller,
it will use that method name instead.
2013-03-18 14:44:38 -04:00
Steve Klabnik
41a389a900 Move to CHANGELOG.md 2013-03-18 11:19:55 -07:00