Displaying 6 results from an estimated 6 matches for "scaffolding_extensions".
2006 Nov 07
19
DrySQL
DrySQL is a plug-in that extends ActiveRecord to provide a complete DRY
solution for Object-Relational Mapping.
You''ve defined columns, constraints, relationships, and keys on your DB.
With DrySQL you don''t need to re-define any of these things in your Ruby
code.
If you have tables, keys, and columns that don''t follow the Rails naming
conventions, have a complex
2006 Aug 07
0
scaffolding extensions plugin
...be down, but
it seems that''s the plugin that will solve all my problems :), I''d
really like to be able to test it.
Do you know of another plugin with similar functionality?
Does anybody have a local copy to share?
Thanks, Eduardo.
[1] svn: svn://suven.no-ip.org/rails/plugins/scaffolding_extensions
file: http://suven.no-ip.org/scaffolding_extensions.tar.gz
2010 Nov 20
6
unicorn 3.0.0 - disable rewindable input!
Changes:
Rewindable "rack.input" may be disabled via the
"rewindable_input false" directive in the configuration file.
This will violate Rack::Lint for Rack 1.x applications, but can
reduce I/O for applications that do not need a rewindable
input.
This release updates us to the Kgio 2.x series which should play
more nicely with other libraries and applications. There are
2006 Jan 12
8
Scaffolding support for many-to-many editing (habtm)?
Like with simple table editing, there are also typical ways of how a
user usually interacts with one-to-many or many-to-many relations. For
example, one would show the fields of one row of table1 in the screen
and below a line-by-line view of all associated entries in table2. Then,
one could press an "Edit" button and add or delete rows from table2 to
this entry of table1,
2007 Jan 18
8
How can I find out which attribute is screwing up pluralize/singularize?
...problems with plugins such as GLoc and
Scaffold Extension, seemingly because of some attribute names.
Scaffolding works without the plugins, but once they''re installed, I
get errors like this which is from the Scaffolding Extension:
ArgumentError in Admin/crud#edit
Showing vendor/plugins/scaffolding_extensions/scaffolds/edit.rhtml
where line #3 raised:
wrong number of arguments (0 for 1)
Extracted source (around line #3):
1: <h1>Editing <%= @scaffold_singular_name.humanize.downcase %></h1>
2:
3: <%= scaffold_form(''update'',
:fields=>@scaffold_class.scaffold_edit_f...
2006 Feb 15
36
Rubuntu Live CD for Rails
Friends-
I am almost finished with a custom live cd called Rubuntu ;-) This
is an ubuntu live cd variant that comes preloaded with ruby and rails
developers in mind. I already have it working with all the basics but
I was wondering what extras people would like to see on this distro.
What editors with what configurations?
What other tools do people really like for rails development on a