Displaying 4 results from an estimated 4 matches for "frohnhofer".
2006 Jan 10
3
add blog engine to rails app
Is there a way to add a blog engine to a rails application? The TYPO
product seems all to much of a rolled up app, instead of a nice
"add-on". I have searched around but could not find anything too
useful.
Does anyone know of a product that does this ?
thanks
adam
2006 Jun 27
11
Newb question
This isn''t affecting my app, but I''d like to know the reason why I''m
seeing this. In my layout, the following code
<%= image_tag "front.jpg", :size =>"760x175" %>
generates
<img alt="Front" height="175" src="/images/front.jpg?1122106054"
width="760" />
Where is the parameter in the
2006 Jun 14
13
Undefined method
I really hope this is not a bad question (as in he''s abusing the
list). However I could use a little direction (even though I''m
reading books, tutorials)
Right now I''m getting a
undefined method `category'' for 4:Fixnum
The specific lines from the rhtml file are:
<td><%= link_to position.category_id.category, :action => "show", :id
=>
2006 Jan 17
0
URL to method?
Do I need to edit routes.rb to get the following behavior?
URL ==> method (source)
/admin ==> AdminController#index (/controllers/admin_controller.rb)
/admin/teams/list ==> Admin::TeamController#list (/controllers/admin/team_controller.rb)
/admin/teams/edit/1 ==> Admin::TeamController#edit(:id => 1) (/controllers/admin/team_controller.rb)
And will it wreck havoc with my