Displaying 8 results from an estimated 8 matches for "ajax_scaffold_generator".
2006 Apr 30
3
require "ajax_scaffold" in model error
Hi there,
I''ve got installed ajax_scaffold_generator (3.1.2, 2.2.1)
Anyway I''m following the example here <http://height1percent.com/
articles/2006/04/18/ajaxscaffold-3-1-0-released> which suggests the
following in a model file:
--------------------------------------------------------
require ''ajax_scaffold''
class...
2006 Mar 16
0
Ajax_scaffold_generator and datebox_engine
All,
I suspect the datebox_engine is not a compatible with AJAX, but I hope
I''m wrong.
Has anybody succesfully gotten a view that started out life as
generated from the ajax_scaffold_generator to have a form element
which is a datebox from the datebox_engine?
== Details
I just tried unsuccessfully.
>From the javascript I''m getting a dialog box that says
Calander.setup:
Nothing to setup (no fields found). Please check your code.
I''m following the same proc...
2006 May 15
1
Ajax Scaffold is htmlescaping "&" in url''s
Seems like I have a problem with html escaping of "&" in my
url''s. "Create New" have following link:
http://localhost:3000/stylesheets/new?scaffold_id=stylesheet&page=1&sort_direction=asc
Any ideas how I can fix this?
Using:
ajax_scaffold_generator (3.1.2) &
rails (1.1.2)
Regards Henrik
2006 Feb 25
31
Ajax Scaffold Generator for Rails Released
I just released a whole new version of the Ajax Scaffold Generator (for Ruby
on Rails). The generator creates a scaffold page like the typical rails one,
except adding, editing and deleting are all done inline. The generated
scaffold is valid XHTML strict and fully styled right out of the box.
Check out the demo:
http://ajaxscaffold.height1percent.com/
And the how-to:
2006 Mar 04
4
AjaxScaffold 2.2.0 released with graceful JS degredation
Just wanted to let anyone know that might have checked out the generator
before and couldn''t use it b/c you''re project required graceful degredation.
Well its in there now. Thanks everyone and enjoy.
Demo: http://ajaxscaffold.height1percent.com
Release Notes:
http://www.height1percent.com/articles/2006/03/04/ajaxscaffold-2-2-0-released-with-graceful-js-degredation
--
Richard
2006 Jul 08
4
Application generation
I love rails but I want more. :-)
I''d like a generator that generates a complete application. It would
read an information model, and from it generate the MVC''s with a
validation-constrained model, errors and exceptions, page navigation and
rich view layout...
The information model would be represented by ruby "meta" classes, and
could be generated as an
2006 May 19
4
Lookup tables and scaffolding
It occurs to me as a missing feature that there''s no way to indicate a lookup
table relationship (as opposed to other sorts of foreign key relationships)
in Rails and that the scaffolding generator could recognise this lookup and
render a drop-down list automagically for the lookup table.
Say you have an Address and a State, and the State is a lookup table. In
addresses you have
2006 Mar 03
17
RCSS problems
Hi List!
Following http://rcss.rubyforge.org/files/README.html, I''m trying to get
RCSS to work with Rails. The rcss command itself works fine, but when
trying to access http://localhost:3000/rcss/test.css I always get
"Unknown action - No action responded to test.css", which I don''t
understand since the route and controller are in place.
Anyway, hopefully this is