Displaying 3 results from an estimated 3 matches for "eisenhardt".
Did you mean:
isenhardt
2008 Sep 02
6
Scaffolding
Hello everyone,
Does scaffold still work in the new rails 2.0?
Thank you,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
2008 Sep 02
14
SQL 3 Lite Error
Hello everyone,
In my controller, I put the following code:
render :text => "Hello World!"
It popped up with this error:
"
MissingSourceFile in BlogController#index
no such file to load -- sqlite3
RAILS_ROOT: C:/InstantRails/rails_apps/scblog
Application Trace | Framework Trace | Full Trace
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
2008 Jul 22
1
AW: help creating array/struct for select tag
Hi Scott!
> I am using some data that is not in a database so I generated a hash
> like the following:
>
> @orders = {''Name => ''name'', ''Rank'' => ''rank'', ''HP'' => ''hp'', ''SP'' =>
> ''sp''} etc...
>
> it works fine but the problem I