Scaffolding for pre-existing database table in 2.0.1

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:

On Oct 3, 2014, at 10:04 AM, Richard L. [email protected]
wrote:

I ll be glad to know.
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
[email protected]

All material © Jason Fleetwood-Boldt 2014. Public conversations may be
turned into blog posts (original poster information will be made
anonymous). Email [email protected] with questions/concerns about
this.

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.

On Oct 3, 2014, at 11:13 AM, Richard L. [email protected]
wrote:

Posted via http://www.ruby-forum.com/.


You received this message because you are subscribed to the Google G. “Ruby
on Rails: Talk” group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
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
[email protected]

All material Jason Fleetwood-Boldt 2014. Public conversations may be
turned into blog posts (original poster information will be made
anonymous). Email [email protected] with questions/concerns about
this.