jquery-rails 1.0.8 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of jquery-rails might be problematic. Click here for more details.
- data/CHANGELOG.md +4 -0
- data/README.md +3 -3
- data/lib/jquery-rails/version.rb +1 -1
- metadata +2 -2
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -19,11 +19,11 @@ In order to use the themed parts of jQuery UI, you will also need to supply your
|
|
19
19
|
|
20
20
|
### Installation
|
21
21
|
|
22
|
-
|
22
|
+
New Rails 3.1 apps include jquery-rails in the Gemfile by default. So just make a new app:
|
23
23
|
|
24
|
-
rails new myapp
|
24
|
+
rails new myapp
|
25
25
|
|
26
|
-
|
26
|
+
You're done!
|
27
27
|
|
28
28
|
## Rails 3.0
|
29
29
|
|
data/lib/jquery-rails/version.rb
CHANGED