fixed jrails, fixed deprecation warnings

This commit is contained in:
albert
2010-10-27 13:40:50 -04:00
parent a9da0f1059
commit 484ff696e2
16 changed files with 119 additions and 99 deletions

View File

@@ -1,3 +1,5 @@
$: << File.expand_path("..", __FILE__)
require 'jrails/jrails'
require 'jrails/asset_tag_ext'
require 'jrails/jquery_selector_assertions' if Rails.env == 'test'
require 'jrails/jquery_selector_assertions' if Rails.env == 'test'

View File

@@ -1,4 +1,4 @@
class JRails
module JRails
@@config = {
:google => false,
:jquery_version => "1.4.2",