Displaying 3 results from an estimated 3 matches for "codez".
Did you mean:
code
2010 Sep 06
1
dry_crud 1.0.0
dry_crud generates simple and extendable controller, views and helpers
that support you to DRY up the CRUD code in your Rails project. Start
with these elements and build a clean base to efficiently develop your
application upon. Version 1.0.0 is built for Rails 3.
http://github.com/codez/dry_crud
The main idea of dry_crud is to concentrate basic functionality of
your application, like CRUD actions, uniform formatting, forms and
tables into specifically extendable units. dry_crud generates various
foundation classes that you may freely adapt to your application’s
needs. For each mo...
2010 Jun 10
0
dry_crud
dry_crud is a Rails generator that generates simple and extendable
controller, views and helpers that support you to DRY up the CRUD code
in your Rails project. Start with these elements and build a clean
base to efficiently develop your application upon.
http://github.com/codez/dry_crud
The main idea of dry_crud is to concentrate basic functionality of
your application, like CRUD actions, uniform formatting, forms and
tables into specifically extendable units. dry_crud generates various
foundation classes that you may freely adapt to your application''s
needs. Fo...
2011 Nov 10
2
Rails nested Routing
Hi there!
I experienced an issue with routing.
Basically, I''m trying to follow step-by-step the Rails'' official guides
process for what concerns the nested routing.
So, I have Newspapers that has_many :ads , and :ads belongs to
:newspaper .
What I did was simply trying to obtain an URL like this:
http://localhost/newspapers/1/ads/1
but when I set routes.rb in this way: