Ruby on Rails Friday, October 3, 2014

Although old, ActiveScaffold is still an excellent, efficient, unobtrusive, scalable, and highly effective solution to build out lots of quick list views (complete with searching, sorting, and pagination) and CRUD actions.

Check out: http://activescaffold.com

The front-end isn't very aesthetic, but with a little CSS love that can be easily fixed. Personally I use ActiveScaffold for back-end (admin-view) pages, and then write my own controllers for front-end (user-facing) functionality.

Here's a list of other alternatives to ActveScaffold for you to consider as well:

https://www.ruby-toolbox.com/search?utf8=✓&q=scaffold




On Oct 3, 2014, at 10:04 AM, Richard Lenawasae <lists@ruby-forum.com> wrote:

> Email Address:richardlenawasae@gmail.com
> Hi,
>
> I'm developing a heavy project using Ruby on Rails, and I already have a
> big database schema in my sublime text,but my database has a dozen of
> fields of tables which are sometimes very tiresome when scaffolding such
> as £rails g scaffold profile firstname:string lastname:string,
> ....Please show me any other alternative on how to handle such
> scenario..
>
> I ll be glad to know.
>
> Thanks...
>
> --
> 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/814f6ed5a7fd3ff59fd4599b98720a5e%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/4E231A7F-C783-471E-BC3B-DC631FDBD4D0%40datatravels.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment