[Rails] Re: 1 Page website :)

2009-01-09 Thread David Rose
I find that Sinatra is great for small web apps like simple database-backed forms or form mailers, or simple web services. http://github.com/bmizerany/sinatra/tree/master doppler On Thu, Jan 8, 2009 at 9:04 PM, typemismatch wrote: > > Is there a way to create what is basically a 1 page website

[Rails] Re: autocomplete for

2008-09-29 Thread David Rose
Try script/plugin install auto_complete doppler On Mon, Sep 29, 2008 at 7:49 AM, David Nguyen < [EMAIL PROTECTED]> wrote: > > Hi, > > I've got an old ruby app to update. > > I've got 2.1.0 Rails and the controllers to update has an > autocomplete_for macro. > > How can I update this, the API say