Displaying 9 results from an estimated 9 matches for "normscherer".
2009 Dec 13
20
Need help...NameError in InteractController#add_to_cart
Hi,I am developing a web app and am following the text-Agile web development.....Each time I click my "add to cart" button" i always get the page below:I have double checked to see if i have errors in my code,there was none,please what do i need to do to proceed?
NameError in InteractController#add_to_cartundefined local variable or method `find_cart'' for
2009 Sep 22
3
RE: We're sorry something went wrong when I use -d mysql
Hi:
I am trying to make an application using mysql. When I do rails name --
d mysql, and then run mongrel. I will go to localhost:3000 and when i
check my application environment, I get an error We''re sorry something
went wrong.
Now, when I do the same procedure without using --d mysql and just use
the defalt sqllite. When I check my application environment it shows
the information.
2011 Mar 31
2
multiple vhosts running off of one passenger/rails app
Hi,
I''ve been googling quite a bit - but up until now to no use :(
My problem is how to configure Apache conf (and perhaps Passenger) for
this setup to work:
<VirtualHost *:80>
ServerName oxen.company_A.com
DocumentRoot /var/www/html/oxen/sites/company_A/public
PassengerAppRoot /var/www/html/oxen
SetEnv OXID 23
</VirtualHost>
<VirtualHost *:80>
2012 Nov 30
3
Rails Course Booking System
Hi all,
i have just finished reading Beginning Rails 3 and have done as many
tutorials on the web I can find.
So I have decided for my first real project I would like to create a
system where an admin can created courses controlled from some sort of
back-end.
Users could then register an account book and pay for course utilizing
maybe some sort of calender system.
Am I starting out too big for
2010 Jul 02
22
MySQL not Connected ...... *pull hair*
I''m trying to run " rake db:migrate " and im getting an error back:
------------------------------------------------------------------------
C:\wamp\www\demoproject>rake db:migrate
(in C:/wamp/www/demoproject)
rake aborted!
Mysql::Error: query: not connected: CREATE TABLE `schema_migrations`
(`version`
varchar(255) NOT NULL) ENGINE=InnoDB
(See full trace by running task
2011 May 10
7
Webrick script/server file does not exist
Hello all,
I worked fairly enough with PHP and MySQL, but am very new to Ruby.
I have Windows machine with Apache and MySQL installed previously.
Both Apache and MySql were stopped while installing Ruby.
I tried several ways to install Ruby 1.8.7 and one-step installer.
I can use Ruby with netbeans 6.0.1 with its own Ruby or with the one I
installed now.
The problem starts when I try to create
2008 Sep 14
1
Running DeLorme Street Atlas
I have had a lot of problems with my XP system recently so I would like
to convert over to Linux (Ubuntu) and the use of Street Atlas 2006 is
the only thing really standing in my way.
I installed Wine 1.0 and installed Street Atlas using it. SA brings up
the basic map programs but not everything works correctly yet.
I have observed the following error messages so far:
2008 Oct 29
0
digest
please change me to digest
--~--~---------~--~----~------------~-------~--~----~
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
2010 Nov 06
0
multi lines in button_to
I am using ROR 2.2.2.
In order to make my layout look a bit better I would like to put two
words on a button label and have them on two lines. I tried to put a
break in the label text but it just ended up as escaped html. Is there
any way to put in multi-lines other than writing my own button_to
helper? I couldn''t find any help in the documentation or on google.
Thanks
Norm
--