Displaying 6 results from an estimated 6 matches for "meersschaert".
2010 Jul 06
4
Simple routing problem
I''ve got the following in config\routes.rb:
map.resources :users
In app\views\shared\_menu.erb, I''ve got:
Please sign in <%= link_to
"here", :controller=>"user", :action=>"sign_in" -%>
In app\controllers\users_controller.rb
def sign_in
end
When I run the application, I crash with:
Routing Error
No route matches
2007 Apr 03
3
end_form_tag
In my logs I can see that end_form_tag is being deprecated. I wanted to
make the switch now but cannot get the new end tag to work.
THIS WORKS:
<%= form_remote_tag :url =>{:action => "next_question",
:kwiz_id => @kwiz.id,
:position => @next_position} %>
<% @question.choices.each do
2009 Nov 24
2
mongrel stand alone for small site
Hello,
I just completed my first rails app. I''m currently signed up at
HostGator with a shared account. I noticed that they run their rails
apps with just the mongrel (non Apache load balanced/clustered)
server. I''ve read some mixed information about mongrel. Some say its
ok by itself, some say no. For a small site with maybe 500-1000 hits a
month, will the mongrel service by
2009 Dec 28
3
Updating Scriptaculous and Prototype with current project
Hi
I''ve been trying to use the latest version of Lightview. It says that
it needs:
Lightview requires Prototype 1.6.1 and Scriptaculous 1.8.2.
I have included the following in my project files:
<script type=''text/javascript'' src=''http://ajax.googleapis.com/ajax/
libs/prototype/1.6.1/prototype.js''></script>
<script
2010 Jun 04
4
Mac OS/X and Rails 3 ?
Hello List,
Label me a newb, but how do you install Rails 3 on your Mac?
Google sent me to these URLs:
http://weblog.rubyonrails.org/2010/2/5/rails-3-0-beta-release/
http://guides.rails.info/3_0_release_notes.html
http://asciicasts.com/episodes/200-rails-3-beta-and-rvm
From early Feb 2010 I see this short recipe:
gem install tzinfo builder memcache-client rack rack-test rack-mount
erubis mail
2009 Dec 01
12
Rails 2.3.5 - Cannot install plugin
I''m always get the message "Plugin not found: ["git://github.com/
aaronchi/jrails.git"]" when trying to install a rails plugin, even for
SVN or GIT. After google search, some people suggest that replace
"git://" with "http://" and add "/" at the end of the url. I tried and
it still does not work.
I used the ruby 1.9.1-p243 and rails