Joe Ruby MUDCRAP-CE
2006-Sep-21 21:05 UTC
List of Rails admin backends? What''s your favorite?
As I tire of coding yet another admin backend, does anybody use a pre-made one? What''s your favorite? Here''s a list I''ve come up with: Streamlined http://streamlined.relevancellc.com/ AJAX Scaffold http://www.height1percent.com/ auto_admin http://www.agilewebdevelopment.com/plugins/auto_admin AutoDB http://trac.visualjquery.com/admin_console Any others? Or do you have a better DIY way? Joe -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
I would also be interested in an admin backend for Rails, as this kind of work is probably over half the coding for the kind of apps I do. Streamlined seems to have the kind of features I''d need, but the releases continue to get delayed. I''ve also read some criticism of its code generation, saying that not enough is dynamic. Haven''t had a chance to use it yet but I know there is supposed to be a major release tomorrow. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Joe Ruby MUDCRAP-CE
2006-Sep-21 21:53 UTC
Re: List of Rails admin backends? What''s your favorite?
Jeff Cabaniss wrote:> Streamlined seems to have the kind of features I''d need, but the > releases continue to get delayed. I''ve also read some criticism of its > code generation, saying that not enough is dynamic. Haven''t had a > chance to use it yet but I know there is supposed to be a major release > tomorrow.Yeah, I think its code/html is generated, which doesn''t sound appealing. Joe -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Jeremy Evans
2006-Sep-21 23:03 UTC
Re: List of Rails admin backends? What''s your favorite?
On 9/21/06, Joe Ruby MUDCRAP-CE <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > As I tire of coding yet another admin backend, does anybody use a > pre-made one? What''s your favorite? Here''s a list I''ve come up with: > > Streamlined > http://streamlined.relevancellc.com/ > > AJAX Scaffold > http://www.height1percent.com/ > > auto_admin > http://www.agilewebdevelopment.com/plugins/auto_admin > > AutoDB > http://trac.visualjquery.com/admin_consoleI''m partial to the original one (the Scaffolding Extensions plugin [1]), but that''s probably because I wrote it and use it on all of my Rails projects. No Ajax, file uploads, or screencasts, though. Jeremy [1] http://wiki.rubyonrails.com/rails/pages/Scaffolding+Extensions+Plugin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---