search for: page_controller

Displaying 6 results from an estimated 6 matches for "page_controller".

Did you mean: pages_controller
2005 Oct 17
7
Ajax.MultiUpdater ?
Hi, I''m using prototype within ruby on rails. One limitation I''d like to overcome is the restriction of beeing able to update just one html elements content using from_remote_tag or link_to_remote. AFAICS this is just a restriction of the form_remote_tag/link_to_remote implementation and it''s underlying Ajax.Updater class. Right? In theorie there should be no problem,
2007 Feb 15
0
Routing Error after upgrade
...ublic_html/en/public/dispatch.fcgi:24 They are telling me everything is working fine on the server and can’t help me. In my routes.rb I set up the following routing: map.connect ’’, :controller => “page”, :action => ‘view’, :id => ‘home.html’ I have checked my controllers and there is a page_controller.rb setup with a view function defined. I tried setting my rails root in the file /en/public/.htaccess but that has made no differance. Can any one tell me why I may be getting this error? Thank you :) -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~--...
2006 Dec 01
2
Ferret on Apache Installation
...#{RAILS_ROOT}/vendor/plugins/acts_as_ferret/lib/class_methods.rb:384:in `find_id_by_contents'' #{RAILS_ROOT}/vendor/plugins/acts_as_ferret/lib/class_methods.rb:248:in `find_by_contents'' #{RAILS_ROOT}/app/models/event.rb:6:in `full_text_search'' #{RAILS_ROOT}/app/controllers/page_controller.rb:140:in `search'' This error occured while loading the following files: ferret/index/lock_error.rb -- Posted via http://www.ruby-forum.com/.
2006 May 08
4
Tables names with model classes in seperate modules
I have a module that deals with content pages and categories in my application so create following tables: content_pages content_categories Obviously I need a Page and Category module to map to these tables, but in order to avoid conflicts with other Category classes, i declare my model classes like this: Content::Page Content::Category Now, that''s all fine - except that my models
2006 Jan 01
7
[ ANN ] Hieraki2
Happy new year! Hieraki 2.0.0 is released. You can download Hieraki2 from rubyforge.org as tgz or zip (http://rubyforge.org/projects/hieraki). Hieraki2 has a new wiki engine that ships with more than a dozen new features: * everything-is-a-wiki-page (TM) * all pages are under version control * access control list * stay in full control of the tree structure by cut and pasting
2006 Mar 29
38
Poll: Which distro do you use for Rails/Ruby development?
Good afternoon, I''ve two quick questions for the Ruby/Rails community. 1) Do you use Linux for Ruby or Rails development? 2) If you use Linux, which distro do you normally use to develop? Thank you for your input. :-) -- Posted via http://www.ruby-forum.com/.