[Radiant] Gemspec doesn't match Gemfile doesn't match Gem

2012-06-30 Thread Jordon Bedwell
Since master is pretty dirty (and by dirty I mean it's a dirty dirty and very naughty tree) I think it would be very prudent to clean up some basics for development, such as `rake radiant:gemspec` producing a broken gemspec... then there are also descrepencies between the gemspec on the tree and Ge

[Radiant] Re: Radiant app on heruko errors on first request after idle

2012-06-30 Thread jsmorris
Thanks for the help John. Does this disable any other features of RadiantCMS? For example, will I be unable to add CSS files to my site using the design/stylesheets tab with a filter of SASS? Jason On Thursday, June 28, 2012 3:30:19 PM UTC-7, john wrote: > > i've run into the same issue and

[Radiant] Allowing different roles to access different methods and the same controller

2012-06-30 Thread jsmorris
I have installed the RBAC_base extension to add custom roles for my extension. However, I would like different roles to be able to access different methods on the same controller. For example, only_allow_access_to :index, :show, :new, :create, :edit, :update, :remove, :destroy, :when