Displaying 20 results from an estimated 500 matches similar to: "ruby and MySql"
2008 May 01
3
Adding script line give errors Help!
I am trying to add this script
<script language="javascript" type="text/javascript" src="http://
www.expedia.com/pubspec/scripts/storefront/expe.sf.vertical.350.asp?pid=&aid="></script>
To my idex page and it give me errors, when I delete this line <script
src="js/lightbox/prototype.js" type="text/javascript"></script>
2007 Mar 08
3
RE: MySQL Install error on Centos 4.3
I get the following error on trying to install mysql rpms please any idea
what might be wrong and how to work around it?
[root at localhost linux 23-02-2007]# rpm -i --nodeps
mysql-5.0.27-1.el4.centos.i386.rpm
warning: mysql-5.0.27-1.el4.centos.i386.rpm: V3 DSA signature: NOKEY, key ID
443e1821
file /etc/my.cnf from install of mysql-5.0.27-1.el4.centos conflicts
with file from package
2009 Jun 22
3
puppetshow
Hi all
How do I get the latest version of puppetshow?
git clone git://reductivelabs.com/puppetshow
is terribly slow if working at all .....
I tried http://github.com/shadoi/puppetshow/tree/master version but I
can not make it work
When I go to http://localhost:3000 I get:
NoMethodError in Hosts#table
Showing vendor/plugins/active_scaffold/frontends/default/views/
_list_header.rhtml where
2010 Sep 28
12
Completed 406 Not Acceptable
After migrating my 2.3.9 app to rails 3.0.0 I get this error:
Completed 406 Not Acceptable in 513ms
I also noted that processing controller doesn''t output the protocol:
-- Processing by Admin::PhotographersController#update as
while if it works, say:
-- Processing by Admin::PhotographersController#update as HTML
Here is the full action output http://pastie.org/1187051
Can
2010 Apr 12
2
daemon() function is unimplemented
Hi all,
I''m a newbie... so be patient pliz
;-)
I''m starting to use Rails on my machine (OS: Win 7) but when I''m trying
to connect to http://0.0.0.0:3000 I get nothing.
So I launch rails in this way: ruby script/server -d
this is the answer:
"
C:\Ruby19\rubyApps\bookmark_manager>ruby script/server -d
=> Booting WEBrick
=> Rails 2.3.5 application
2007 Dec 18
2
RFacebook | Help required
Hello all,
I am developing a basic application using RFacebook. The tutorial Im
following is from
http://www.liverail.net/articles/2007/6/29/tutorial-on-developing-a-facebook-platform-application-with-ruby-on-rails
After I develop the facebook app, and start the server and send a request to
http://127.0.0.1:3000/socialrecipe, it takes me to the facebook login page
(as expected, so no issues up
2011 May 06
2
Unable to Connect
Hey folks,
I''m just starting out learning Rails, so I picked up "Agile Web
Development with Rails" and tried to get a demo server going. I
entered the command C:\Sites\demo>rails server and got the
following messages:
=> Booting WEBrick
=> Rails 3.0.7 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown
2008 Dec 25
5
Plugin auto_complete
Hi all !
I began to develop Rails applications with Aptana Radrails under
Windows. For that I had successfully installed auto_complete plugin and
succeeded to use it.
Now I have an iMac and I''m trying to restart my developments under OS X.
My problem is: when I run the command ''script/plugin install
auto_complete'', the result is:
Plugin not found:
2009 Mar 09
4
undefined method `symbol_path'
I am getting following error while creating a new topic using RESTful
design. But, everything works fine when I use <% form_tag :action =>
:create do %> .
ActionView::TemplateError (undefined method `symbol_path'' for
#<ActionView::Base:0xb72a2e40>) on line #3 of topics/new.rhtml:
1: <h1>New Topic</h1>
2:
3: <% form_tag :topic, :url => topics_path do %>
2011 Dec 14
30
How can I get RVM/Passenger/Apache2 to play nicely together
Hello all,
Can anyone point me to any solid documentation on how to set up a
production server using RVM, Passenger, and Apache2? I have been at
this for a week with absolutely no luck at all so I thought I would
post here to see if anyone has managed to get this to work and written
down the steps they used.
Right now with my current implementation, I am getting a 404 error
when I attempt to
2007 Oct 12
7
webrick 500 error
Hi,
This is my second question on the poor performance of webrick
(previously I had a problem with Ajax).
I have a somewhat simple Rails application which works just fine, but
when I come back to work the next day, the server responds with error
500. It looks like if it is running more than 12 hours, it''ll crap-out.
I don''t use CVS (which I read on the web it is a common cause
2010 Jan 22
5
Rails Render Issue
Hi,
I am adding login functionality to my app which has two controllers
users and photos and i am having some trouble.
In my users/index view
<%if logged_in? %>
<%=render "photos/index"%>
<%else%>
.... Home page With login.....
<%end%>
In my photos/index view
<%if logged_in? %>
.... Welcome page .....
<%else%>
2010 Dec 12
1
err:menubuilder:convert_to_native_icon (MS Office 2010)
Hi,
when I try to install MS Office 2010 Trial (downloaded from Technet), I get the following error:
Code:
[scenox at arch MS]$ wine ProfessionalPlus.exe
[scenox at arch MS]$ err:menubuilder:convert_to_native_icon error 0x80070005 creating output file
err:menubuilder:convert_to_native_icon error 0x80070005 creating output file
err:menubuilder:convert_to_native_icon error 0x80070005 creating
2009 Dec 03
2
AuthLogic Question - one time password (persistence_token) - what config is required to use this???
Hi,
I''m stuck trying to work this one out - have been reviewing the
AuthLogic code base but having a hard time making sense of it (
http://github.com/binarylogic/authlogic ).
Question 1 - Can anyone confirm what config exactly is required to
make the one time password (persistence_token) work in AuthLogic? See
below for the bulk...
Question 2 - If not the full answer to the above,
2010 May 13
1
Where has the stats-rosuda-devel mailing list gone?
I require some assistance with JGR, but following the mailing list link from http://jgr.markushelbig.org/FAQ.html leads me to http://mailman.rz.uni-augsburg.de/mailman/listinfo/stats-rosuda-devel which responds with
No such list stats-rosuda-devel
I was previously subscribed to this mailing list and want to resubscribe, but where has it gone?
Many thanks,
Oliver Mannion
Programmer
COMPASS -
2007 Nov 27
1
routing
Hi all,
My site uses subdomains to define an item. Eg http://itemname.mysite.com
I fetch the itemname and render the appropriate site from that
itemname. The subdomain is used everywhere (eg http://itemname.mysite.com/events,
http://itemname.mysite.com/products/show/11, ...)
I now want to give the user the possibilty to use a ''real'' domain like
www.itemname.com that should
2009 Apr 21
12
still cannot install rails on windows
if i follow the instructions on:
http://agilo.us/2009/03/15/rails-on-windows/
the command
gem install sqlite3-ruby
will give
---------------------------------
Building native extensions. This could take a while...
ERROR: Error installing sqlite3-ruby:
ERROR: Failed to build gem native extension.
c:/ruby/bin/ruby.exe extconf.rb
checking for fdatasync() in rt.lib... no
checking for
2010 Aug 18
2
[Rails 3] remote_function ?
Is the remote_function still valid in Rails 3 as it seems many of the
Prototype helpers have been replaced ? (link_to_remote, ...)
where can I find any link on it ? not in the standard doc I guess ..
thanks for you feedback
--
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
2008 Aug 22
2
How to find/open Spec::Expectations and Spec::Matchers
Hi,
Then RSpec 1.4 recommends, in the webpage http://rspec.info/documentation/expectations.html,
referencing the subject items.
I''m running ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32] over
WinXP-Pro/SP2.
I believe I installed RSpec with a Ruby gem. At least, I think that''s
confirmed because I have a lot of stuff in the directory K:\_Utilities
2007 Jun 29
5
phpinfo for RoR?
Dear all,
Is there something like phpinfo() for RoR? I have a dual install of
ruby and would like to know which version I am actually using.
Thanks in advance!
Harm
--~--~---------~--~----~------------~-------~--~----~
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