persistence-rails 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +4 -7
- data/lib/persistence/rails/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -14,18 +14,15 @@ And then execute:
|
|
|
14
14
|
|
|
15
15
|
$ bundle
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
$ gem install persistence-rails
|
|
17
|
+
## Usage
|
|
20
18
|
|
|
21
19
|
You can also run the generator to add Persistence.js to your application.js automatically.
|
|
22
|
-
By default it only allows access to a selection of Persistence.js modules, if you want to load all of them use
|
|
23
20
|
|
|
24
|
-
|
|
21
|
+
rails g bootstrap:install
|
|
25
22
|
|
|
26
|
-
|
|
23
|
+
By default it only allows access to a selection of Persistence.js modules, if you want to load all of them use
|
|
27
24
|
|
|
28
|
-
|
|
25
|
+
//= require persistence.all
|
|
29
26
|
|
|
30
27
|
## Contributing
|
|
31
28
|
|