I generally do not use the rails built-in scaffolding generators. They are from the early days of rails and while they may have some usefulness, they do not save me time in the long run.
One table that contains over 100 column fields doesn't sound like a good database design -- maybe you should step back and think of a way to create a more management data model.
ActiveScaffold lets you write very little code and get a very usable out-of-the-box list & CRUD views for admin-facing pages. Like I said, I would not use it for front-facing part of the site.
I have found it to be well documented, although trying to do certain more complex things can get tricky.
https://github.com/activescaffold/active_scaffold
http://activescaffold.com
On Oct 3, 2014, at 11:13 AM, Richard Lenawasae <lists@ruby-forum.com> wrote:
> Email Address:richardlenawasae@gmail.com>>>Jason Fleetwood-Boldt
>
> @Jasonfb, i guess i did alot of research on ruby on rails as far
> scaffolding is concern, but you find when it comes on real world
> boilerplate applications..it's kind of a nightmare when we try oldschool
> method 'scalfolding' because it may take you actually the whole day
> scaffolding even one table that contains over 100 colum fields..may be
> tell me some procedures on how to use activescaffold..!!
>
> --
> 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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
> To post to this group, send email to rubyonrails-talk@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/c6f7e8f9cfb83c180ca458bee97c1bcd%40ruby-forum.com.
> For more options, visit https://groups.google.com/d/optout.
>
----
Jason Fleetwood-Boldt
tech@datatravels.com
http://www.jasonfleetwoodboldt.com/writing
All material © Jason Fleetwood-Boldt 2014. Public conversations may be turned into blog posts (original poster information will be made anonymous). Email jason@datatravels.com with questions/concerns about this.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/2B53E73F-9306-4E32-A406-968F2632A5B7%40datatravels.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment