search for: stonean

Displaying 3 results from an estimated 3 matches for "stonean".

2008 Jun 24
0
Lockdown 0.5.10
What: Lockdown <http://stonean.com/projects/show/lockdown> is an authorization/authentication gem for RubyOnRails 2.x This version bundles Classy Inheritance<http://stonean.com/projects/show/classy-inheritance>to simplify the management screens. There is also a lot of template cleanup in this release. *There were no...
2008 Jan 31
1
New Rails Generator: Stage
...pleted a new generator called stage. This generator was based off of the scaffold generator included with Rails 2.0.2. Along with the helper, it uses form and data partials to DRY up the view code. There were also some minor tweaks such as humanizing titles and such. More details at: http://blog.stonean.com/2008/01/generator-stage.html Hope someone finds this useful. thanks, andy -- Andrew Stone --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send emai...
2008 Mar 15
3
[HELP]No :secret given to the #protect_from_forgery call
...Cookie Session Store). ./spec/controllers/usuario_controller_spec.rb:30: script/spec:4: This is the only failure. Line 30 is the post "create". I am on Ruby 1.8.6, Rails 2.0.2, Rspec 1.1.3 (saw in vendor/plugins/rspec/CHANGES). I searched google for solutions, found this: http://blog.stonean.com/2007/12/rspec-and-protectfromforgery.html then I added @controller.class.protect_from_forgery :secret => "secretkey" in the before(:each) method. I put the same secret key I found in environment.rb. But now it gives me: ActionController::InvalidAuthenticityToken I am lost. Why th...