hi, i "always" end up creating an admin "backend" controller to control models which are not public to the user. i read that that merb has something like that, but not sure since i havetn used it... so my question is: would it be possbile to integrate the creation of these files into the scaffolding part? maybe im just overseeing something and there is something like that... (no, do not mention active-scaffolding... ;-)) thx tom -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Hi Tom, Am 09.01.2010 um 17:44 schrieb tom:> maybe im just overseeing something and there is something like > that... (no, do not mention active-scaffolding... ;-))As such an integration into rails core will never happen, try one of the others besides activescaffold: http://www.ruby-toolbox.com/categories/rails_admin_interfaces.html But I''m usually very quick with make_resourceful, resourceful_scaffold and a handful of custom form helpers. ciao, tom -- Thomas R. "TomK32" Koll just a geek trying to change the world http://ananasblau.com || http://photostre.am || http://photolog.at -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Hi Tom, the feature is coming in rails three, since merb and rails are merging, the merb admin, is now in rails, optionally, of course Check the github commits or rails blog for details.. On 9 Jan 2010, at 16:44, tom wrote:> hi, > > i "always" end up creating an admin "backend" controller to control > models which are not public to the user. i read that that merb has > something like that, but not sure since i havetn used it... > > so my question is: would it be possbile to integrate the creation of > these files into the scaffolding part? > > > maybe im just overseeing something and there is something like > that... (no, do not mention active-scaffolding... ;-)) > > thx > tom > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. > To post to this group, send email to rubyonrails-core@googlegroups.com. > To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.