Displaying 11 results from an estimated 11 matches for "abstract_store".
2009 Sep 28
2
Error with flash and form_authenticity_token in new rails application with scaffolding
...ack-2.3.4/lib/
action_controller/session/cookie_store.rb:156:in `unmarshal''
/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-2.3.4/lib/
action_controller/session/cookie_store.rb:145:in `load_session''
/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-2.3.4/lib/
action_controller/session/abstract_store.rb:62:in `block in load!''
/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-2.3.4/lib/
action_controller/session/abstract_store.rb:70:in
`stale_session_check!''
/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-2.3.4/lib/
action_controller/session/abstract_store.rb:61:in `load!''...
2012 Jul 23
4
uninitialized constant ActionController::Flash::FlashHash [NameError])
...(Session contains objects whose class definition isn''t available.
Remember to require the classes for all objects kept in the session.
(Original exception: uninitialized constant ActionController::Flash::FlashHash [NameError])
):
actionpack (3.2.1) lib/action_dispatch/middleware/session/abstract_store.rb:62:in `rescue in rescue in stale_session_check!''
actionpack (3.2.1) lib/action_dispatch/middleware/session/abstract_store.rb:58:in `rescue in stale_session_check!''
actionpack (3.2.1) lib/action_dispatch/middleware/session/abstract_store.rb:55:in `stale_session_check!'...
2009 Oct 28
6
undefined method `^' for "e":String
...onpack-2.3.4/lib/action_controller/session/cookie_store.rb:156:in
`unmarshal''
/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-2.3.4/lib/action_controller/session/cookie_store.rb:145:in
`load_session''
/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-2.3.4/lib/action_controller/session/abstract_store.rb:62:in
`block in load!''
/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-2.3.4/lib/action_controller/session/abstract_store.rb:70:in
`stale_session_check!''
/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-2.3.4/lib/action_controller/session/abstract_store.rb:61:in
`load!''
/...
2009 Sep 12
5
undefined method `^' for "d":String
...ntroller/session/cookie_store.rb:156:in `unmarshal''
C:/Ruby/Ruby1.9.1-p243/lib/ruby/gems/1.9.1/gems/actionpack-2.3.4/lib/
action_controller/session/cookie_store.rb:145:in `load_session''
C:/Ruby/Ruby1.9.1-p243/lib/ruby/gems/1.9.1/gems/actionpack-2.3.4/lib/
action_controller/session/abstract_store.rb:62:in `block in load!''
C:/Ruby/Ruby1.9.1-p243/lib/ruby/gems/1.9.1/gems/actionpack-2.3.4/lib/
action_controller/session/abstract_store.rb:70:in
`stale_session_check!''
C:/Ruby/Ruby1.9.1-p243/lib/ruby/gems/1.9.1/gems/actionpack-2.3.4/lib/
action_controller/session/abstract_store.r...
2014 Apr 04
0
Rspec not running properly
...m experiencing a problem using Rspec, it
should end without errors but I still get this result:
PS C:\RubyTools\rubygems-2.2.2\rails_projects\sample_app> rspec spec
Called from:
C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/actionpack-3.2.0/lib/action_dispatch/middleware/session/abstract_store.rb:28:in
`initialize'.
Rack::File headers parameter replaces cache_control after Rack 1.5.
FFFFFFFFF
Failures:
1) PagesController GET 'about' returns http success
Failure/Error: get 'about'
NoMethodError:
undefined method `get' for
#<RSpec::ExampleGroup...
2010 Dec 10
0
Encoding issues when uploading files
...;'
rack (1.2.1) lib/rack/methodoverride.rb:24:in `call''
actionpack (3.0.0) lib/action_dispatch/middleware/params_parser.rb:
21:in `call''
actionpack (3.0.0) lib/action_dispatch/middleware/flash.rb:182:in
`call''
actionpack (3.0.0) lib/action_dispatch/middleware/session/
abstract_store.rb:149:in `call''
actionpack (3.0.0) lib/action_dispatch/middleware/cookies.rb:287:in
`call''
activerecord (3.0.0) lib/active_record/query_cache.rb:32:in `block in
call''
activerecord (3.0.0) lib/active_record/query_cache.rb:10:in `cache''
activerecord (3.0.0) lib/ac...
2011 May 21
4
request.format = :mobile causes error "undefined method `ref' for nil:NilClass"
...;'
rack (1.2.2) lib/rack/methodoverride.rb:24:in `call''
actionpack (3.0.7) lib/action_dispatch/middleware/params_parser.rb:
21:in `call''
actionpack (3.0.7) lib/action_dispatch/middleware/flash.rb:182:in
`call''
actionpack (3.0.7) lib/action_dispatch/middleware/session/
abstract_store.rb:149:in `call''
actionpack (3.0.7) lib/action_dispatch/middleware/cookies.rb:302:in
`call''
activerecord (3.0.7) lib/active_record/query_cache.rb:32:in `call''
activerecord (3.0.7) lib/active_record/connection_adapters/abstract/
query_cache.rb:28:in `cache''
active...
2010 Aug 18
6
undefined method `eq' for nil:NilClass
I''m walking through an example in the "Head First Rails" book, but,
instead doing the examples using Rails3.0.0.rc.
But, I''m getting this error when browsing for example:
http://localhost:3000/advs/1
undefined method `eq'' for nil:NilClass
Provided that my advs_controller.rb is as follows:
http://pastie.org/private/cd9zntg2ite57ept288kfa
Any ideas why
2010 Jul 27
13
3.0.0rc ActionController::RoutingError No route matches
Have been developing on 3.0.0beta4 and just updated to 3.0.0.rc.
When I try to link_to() a User object that previously had worked, I
get the following:
ActionView::Template::Error (No route matches
{:action=>"destroy", :controller=>"games", :id=>#<User ..... >
Yet I have in my routes.rb file has resources :users and my "rake
routes" shows:
2011 Apr 20
1
Omniauth facebook authentication failure
I am using devise and omniauth for authentication. Wherever i click on
the facebook login button i get this warning msg.
******************************************
warning: peer certificate won''t be verified in this SSL session
******************************************
But now i get this error msg
*****************************************
OpenSSL::SSL::SSLError SSL_connect returned=1
2013 Mar 14
7
No Migration Files are created
I''ve been working with Rails for 3 Months now, but haven''t experienced
this problem until now. I''m currently working through Micharl Hartls
Tutorial and everything worked fine so far, but suddenly (chapter 11) I
can nolonger create Migration Files.
when entering "rails g model Name field1:type" I don''t get the usual
"create db/migrate...."