datamapper4rails 0.3.1 → 0.3.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/datamapper_rails_templates.rb +1 -1
- data/lib/datamapper4rails/version.rb +1 -1
- metadata +3 -3
|
@@ -57,7 +57,7 @@ initializer 'datamapper_store.rb', <<-CODE
|
|
|
57
57
|
# init a session store which uses a memory cache and a persistent store
|
|
58
58
|
# cleanup can be a problem. jruby uses soft-references for the cache so
|
|
59
59
|
# memory cleanup with jruby is not a problem.
|
|
60
|
-
require '
|
|
60
|
+
require 'datamapper4rails/datamapper_store'
|
|
61
61
|
ActionController::Base.session_store = :datamapper_store
|
|
62
62
|
ActionController::Base.session = {
|
|
63
63
|
:cache => true,
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: datamapper4rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- mkristian
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-
|
|
12
|
+
date: 2009-11-26 00:00:00 +05:30
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
116
116
|
requirements: []
|
|
117
117
|
|
|
118
118
|
rubyforge_project: datamapper4rail
|
|
119
|
-
rubygems_version: 1.3.
|
|
119
|
+
rubygems_version: 1.3.5
|
|
120
120
|
signing_key:
|
|
121
121
|
specification_version: 3
|
|
122
122
|
summary: collection of datamapper related extensions
|