Change version of the mongo_session_store gem + clean code

This commit is contained in:
dinedine 2010-06-11 11:23:20 +02:00
parent f567b7754f
commit fe96fbdaa2
3 changed files with 5 additions and 7 deletions

View File

@ -9,7 +9,7 @@ gem "bson_ext", ">= 1.0.1"
gem "mongo_ext"
gem "mongoid", ">= 2.0.0.beta6"
gem "mongoid_acts_as_tree", ">= 0.1.2"
gem "mongo_session_store", :git => 'git://github.com/nmerouze/mongo_session_store.git'
gem "mongo_session_store", "2.0.0.pre"
gem "warden"
gem "devise", ">= 1.1.rc1"
gem "haml", "3.0.1"
@ -19,6 +19,7 @@ gem "jeweler"
gem "mimetype-fu", :require => "mimetype_fu"
gem "formtastic-rails3", :require => "formtastic"
gem "carrierwave-rails3", :require => "carrierwave"
gem "actionmailer-with-request", :require => 'actionmailer_with_request'
# Development environment
group :development do

View File

@ -45,9 +45,6 @@ module Locomotive
config.encoding = "utf-8"
# Configure sensitive parameters which will be filtered from the log file.
config.filter_parameters << :password
# config.action_controller.session_store :cookie_store, { :key => "_myapp_session" }
# config.secret_token = '968a457262807c64e3ed5609882e17a774b917f5bcf2d308bd37eac4ba4d416d5692e6b13d77523fddb94c1dd603f160db8492b86b5e0203240bf339fe2aeae4'
config.filter_parameters << :password
end
end

View File

@ -1,7 +1,6 @@
BOARD:
- deploy on Heroku
- convert 2 plugins into gems (mongo_session_store / actionmailer_with_request)
BACKLOG:
@ -120,4 +119,5 @@ x make an engine:
x missing translation in english
x api security option in content types
x password resets (url is not handled correctly)
x mongoid hack for nested attributes
x mongoid hack for nested attributes
x convert 2 plugins into gems (mongo_session_store / actionmailer_with_request)