casey_jones 0.0.118 → 0.0.119
Sign up to get free protection for your applications and to get access to all the features.
File without changes
|
data/lib/casey_jones.rb
CHANGED
@@ -4,6 +4,7 @@ require 'casey_jones/string_reader'
|
|
4
4
|
require 'ajax_loading/ajax_loading'
|
5
5
|
require 'acts_as_linkable/acts_as_linkable'
|
6
6
|
require 'casey_jones/casey_jones_engine'
|
7
|
+
require 'action_controller_extensions/action_controller_class_methods.rb'
|
7
8
|
ActiveRecord::Base.extend(CaseyJones::ActiveRecord)
|
8
9
|
ActionView::Base.send :include, CaseyJones::ApplicationHelperMethods
|
9
10
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: casey_jones
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 241
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 119
|
10
|
+
version: 0.0.119
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Tyler Gannon
|
@@ -32,7 +32,7 @@ files:
|
|
32
32
|
- README
|
33
33
|
- Rakefile
|
34
34
|
- install.rb
|
35
|
-
- lib/action_controller_extensions/
|
35
|
+
- lib/action_controller_extensions/action_controller_class_methods.rb
|
36
36
|
- lib/acts_as_linkable/acts_as_linkable.rb
|
37
37
|
- lib/ajax_loading/action_controller_extensions.rb
|
38
38
|
- lib/ajax_loading/active_record_extensions.rb
|