Displaying 7 results from an estimated 7 matches for "cucuzella".
2006 Mar 04
2
convert string to AR class
...ue
puts "error"; exit
end
Now I want to find out if it is derived from ActiveRecord, but can''t
seem to figure out how. I looked at Modules#ancestors and
Module#nesting, but this does not seem to be the right thing. Any help
would be greatly appreciated.
Thanks,
Mat Cucuzella
--
Posted via http://www.ruby-forum.com/.
2006 Feb 22
3
Listing/Relationship Question
Hello,
I know this is probably super simple, but for some reason I just can''t get
it!
What I want to do is click on a post and display all the categories that the
post is in.
class Post < ActiveRecord::Base
has_many :categories
end
class Category < ActiveRecord::Base
belongs_to :post
end
...simple enough.
In the categories_controller I have this:
def list_all_categories
2006 Feb 28
4
How to use Ruby on Rails on OS X
Direct from the horse''s mouth. :-)
http://developer.apple.com/tools/rubyonrails.html
Found via:
http://digg.com/technology/Apple_makes_a_concise_Ruby_on_Rails_tutorial
--
-- Tom Mornini
2006 May 11
2
pages in /public cant find CSS
Hi everyone,
I have a rails project that I''ve been serving via WebBrick at work,
and its been working fine (low traffic). For the last few days I''ve
been trying to deploy it under Apache which already serves our groups
static and PHP pages. I have the dynamic rails part working now, but
am having problems with stylesheet references in static pages. My URL
using WebBrick was (and
2006 Feb 24
2
reloading in development
I''ve just started getting so odd symptoms working with webrick. I use
TextMate editing my rails apps over a CIFS mount on the server.
Usually when I "edit/save/reload" a page I see the new changes.
However I''ve started getting the same old data and now have to
frequently restart the webrick server to get my changes to render.
What is available to debug on this to
2006 Feb 25
5
WEBrick Bad File Descriptor Error
All of a sudden I have a wierd error when running script/server on a
Windows XP box. Webrick is failing with a bad file descriptor error.
I''m sure it''s conflicting with something in my enviornment, but I
cannot figure out what. I googled the issue and haven''t been able to
find any answer for it.
Although, I did find a workaround. If I''m using a port above
2006 May 11
5
crating a ajax datagrid
hi,
Im looking to build a live data grid, where you can add delete rows
using dhtml.
and was just wondering if anyone is aware of any plugin''s taht may help
me.
Ive found this example but if anyone is aware of any other plugin''s
please let me know
http://unspace.ca/datagrid/update
thanks
scott
--
Posted via http://www.ruby-forum.com/.