-
Name
-
jquery-rails
-
Version
-
0.2.7
-
Platform
-
ruby
-
Authors
-
André Arko
-
Bindir
-
bin
-
Date
-
2011-02-05 00:00:00 UTC
-
Dependencies
-
rails (~> 3.0)
thor (~> 0.14.4)
bundler (~> 1.0.0, development)
rspec (~> 1.3, development)
webmock (~> 1.4.0, development)
-
Description
-
This gem provides a Rails generator to install jQuery and the jQuery-ujs driver into your Rails 3 application, and then have them included automatically instead of Prototype.
-
Email
-
andre@arko.net
-
Files
-
.gitignore
CHANGELOG.md
Gemfile
Gemfile.lock
LICENSE
README.md
Rakefile
jquery-rails.gemspec
lib/generators/jquery/install/install_generator.rb
lib/jquery-rails.rb
lib/jquery-rails/assert_select_jquery.rb
lib/jquery-rails/version.rb
spec/lib/generators/jquery/install_generator_spec.rb
spec/lib/jquery-rails_spec.rb
spec/spec_helper.rb
spec/support/custom_app/.gitignore
spec/support/custom_app/Gemfile
spec/support/custom_app/config.ru
spec/support/custom_app/config/application.rb
spec/support/custom_app/config/boot.rb
spec/support/custom_app/config/database.yml
spec/support/custom_app/config/environment.rb
spec/support/custom_app/config/environments/development.rb
spec/support/custom_app/config/environments/production.rb
spec/support/custom_app/config/environments/test.rb
spec/support/custom_app/config/routes.rb
spec/support/custom_app/script/rails
spec/support/default_app/.gitignore
spec/support/default_app/Gemfile
spec/support/default_app/config.ru
spec/support/default_app/config/application.rb
spec/support/default_app/config/boot.rb
spec/support/default_app/config/database.yml
spec/support/default_app/config/environment.rb
spec/support/default_app/config/environments/development.rb
spec/support/default_app/config/environments/production.rb
spec/support/default_app/config/environments/test.rb
spec/support/default_app/config/routes.rb
spec/support/default_app/public/javascripts/application.js
spec/support/default_app/public/javascripts/controls.js
spec/support/default_app/public/javascripts/dragdrop.js
spec/support/default_app/public/javascripts/effects.js
spec/support/default_app/public/javascripts/jquery.js
spec/support/default_app/public/javascripts/jquery.min.js
spec/support/default_app/public/javascripts/prototype.js
spec/support/default_app/public/javascripts/rails.js
spec/support/default_app/script/rails
-
Has rdoc
-
true
-
Homepage
-
http://rubygems.org/gems/jquery-rails
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 1.3.6
-
Rubyforge project
-
jquery-rails
-
Rubygems version
-
1.3.7
-
Specification version
-
3
-
Summary
-
Use jQuery with Rails 3
-
Original platform
-
ruby
-
New platform
-
ruby