1+ Version 2.1.1
2+ -------------
3+
4+ - Updated the location of "include_root_in_json" for mongoid > 3.0
5+
16Version 2.1
27-----------
38
@@ -19,25 +24,25 @@ Version 2.0
1924
2025Major overhaul of the entire project.
2126
22- - No more standalone
27+ - No more standalone
2328 Since I don't think anyone is using this in a different way, REST in Place is
2429 now a pure Rails 3.1 gemplugin using the asset pipeline
25- - Specs
30+ - Specs
2631 To facilitate development of new features and refactoring, the app now has a
2732 Jasmine spec suite in the testapp. It can be run by visiting
2833 http://localhost:3000/jasmine
29- - CoffeeScript
34+ - CoffeeScript
3035 Because if you're not using CoffeScript there's something wrong with you. It
3136 makes JavaScript bearable again.
32- - Proper CSRF token support
37+ - Proper CSRF token support
3338 This was hacky in the past but for a while Rails includes a standard mechanism
3439 for providing CSRF information to JavaScript running on the page.
35- - Automatic detection of `include_root_in_json` setting in Rails
40+ - Automatic detection of `include_root_in_json` setting in Rails
3641 Through the magic of erb and the asset pipeline, REST in Place can detect
3742 how you've configured ActiveRecord.
38- - **BC breaking interface changes**
43+ - **BC breaking interface changes**
3944 Two major things have changed that might trip you up:
40- - The default css class for REST in Place is now `rest-in-place` and not
45+ - The default css class for REST in Place is now `rest-in-place` and not
4146 `rest_in_place`.
4247 - Elements with that default class are initialized automatically on
4348 `document.ready`.
0 commit comments