On Viernes, 31 de Julio de 2009 02:14:28 Courtland escribió: > Yep that fixed it. > > If you could give me a general idea as to the differences between the > "security" branch and master, or point me at some post that discusses > such, I would be happy to try and test the branch further. I am just > unsure as to what to look for. At face value it seems to at least > "work". I am currently using <action>_authorized? methods in all of my > active_scaffold controllers and expect the scaffolds to reflect that. > I also have authorized_for_destroy? methods in some of my models. So > some understanding in regards to the intended direction of the > security model would be helpful.
Look at this thread: http://groups.google.com/group/activescaffold/browse_thread/thread/7ba188e522306779 My proposal is specifically in this message: http://groups.google.com/group/activescaffold/browse_thread/thread/7ba188e522306779#81b32d6e920bb381 And a change in my proposal: http://groups.google.com/group/activescaffold/browse_thread/thread/7ba188e522306779#34c09f69b75a5c32 > > On Jul 30, 6:15 am, "Sergio Cambra .:: entreCables S.L. ::." > > <[email protected]> wrote: > > It's fixed now, thanks for trying thatbranch > > > > On Miércoles, 29 de Julio de 2009 18:48:01 Courtland escribió: > > > ~/test_app: ./script/server -e production > > > => Booting Mongrel > > > => Rails 2.3.2 application starting onhttp://0.0.0.0:3000 > > > /Library/Ruby/Gems/1.8/gems/activerecord-2.3.2/lib/active_record/ > > > base.rb:1964:in `method_missing': private method `include' called for > > > ActiveRecord::Base:Class (NoMethodError) > > > from /Users/nick/test_app/vendor/plugins/active_scaffold/lib/ > > > active_record_permissions.rb:66:in `included' > > > from /Users/nick/test_app/vendor/plugins/active_scaffold/ > > > environment.rb:13:in `include' > > > from /Users/nick/test_app/vendor/plugins/active_scaffold/ > > > environment.rb:13 > > > from /Users/nick/test_app/vendor/plugins/active_scaffold/ > > > environment.rb:13:in `class_eval' > > > from /Users/nick/test_app/vendor/plugins/active_scaffold/ > > > environment.rb:13 > > > from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in > > > `gem_original_require' > > > from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in > > > `require' > > > from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.2/lib/ > > > active_support/dependencies.rb:158:in `require' > > > ... 18 levels... > > > from /Library/Ruby/Gems/1.8/gems/rails-2.3.2/lib/commands/server.rb: > > > 84 > > > from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in > > > `gem_original_require' > > > from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in > > > `require' > > > from ./script/server:3 > > > > -- > > Sergio Cambra .:: entreCables S.L. ::. > > Mariana Pineda 23, 50.018 Zaragoza > > T) 902 021 404 F) 976 52 98 07 E) [email protected] > > -- Sergio Cambra .:: entreCables S.L. ::. Mariana Pineda 23, 50.018 Zaragoza T) 902 021 404 F) 976 52 98 07 E) [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en -~----------~----~----~----~------~----~------~--~---
