Merge branch 'master' of git://github.com/tapajos/couchrest_model
Conflicts: Rakefile couchrest_model.gemspec history.txt lib/couchrest_model.rb spec/couchrest/attribute_protection_spec.rb
This commit is contained in:
commit
c32992c21b
12 changed files with 84 additions and 10 deletions
|
@ -3,7 +3,9 @@ require 'couchrest'
|
|||
|
||||
gem "tzinfo", ">= 0.3.22"
|
||||
|
||||
gem 'railties', ">= 3.0.0.rc"
|
||||
gem "activesupport", ">= 3.0.0.rc"
|
||||
|
||||
require 'active_support/core_ext'
|
||||
require 'active_support/json'
|
||||
|
||||
|
@ -57,3 +59,4 @@ require "couchrest/model/base"
|
|||
|
||||
# Add rails support *after* everything has loaded
|
||||
|
||||
require "couchrest/railtie"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue