similar to: Re: mySQL Not working with rails app

Displaying 20 results from an estimated 100000 matches similar to: "Re: mySQL Not working with rails app"

2006 Aug 22
0
Re: mySQL Not working with rails app
Joe Cairns wrote: > simonki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: >> Hi Joe >> >> You mention you''re using debian - is ruby installed from binary >> packages or from source? >> >> If it''s binary you should just be able to apt-get install >> libdbd-mysql-ruby >> If source make sure you have ruby-dev and build-essential*
2006 Aug 22
0
Re: mySQL Not working with rails app
Ok this is resolved, steps included below for Debian users who are having the same problem: The root of the problem when I went off the reservation and used a testing package for mySQL in my Sarge distro (needed 5.0.x instead of the Sarge 4.0.x). This caused the gem install mysql to error. When I upgraded, libmysqlclient12 remained. So I removed that: # apt-get remove libmysqlclient12 Also
2008 Jul 03
6
mysql gem warning on ubuntu
i just deployed my app on ubuntu with passenger. i installed the mysql gem as follows: $ sudo gem install mysql Select which gem to install for your platform (i486-linux) 1. mysql 2.7.3 (mswin32) 2. mysql 2.7.1 (mswin32) 3. mysql 2.7 (ruby) 4. mysql 2.6 (ruby) 5. Skip this gem 6. Cancel installation > 3 Building native extensions. This could take a while... Successfully installed
2011 Jun 14
5
puppet dashboard
I am using Ubuntu 10.04 and ruby-enterprise (not ubuntu ruby) and installed puppet via gem. How can I install puppet-dashboard if I don''t see a gem available and if I use the ubuntu package, i get the whole slop of ruby packages sucked in (which i am trying to avoid)? # dpkg -i puppet-dashboard_1.1.0-1_all.deb Selecting previously deselected package puppet-dashboard. (Reading database
2007 Jan 24
0
the vendor dir, gems and openid
Dear all, I am currently developing an application which uses OpenID as a login system. On my development box everything works like a charm. But as soon as I deploy the code to our production server things go wrong. First the OpenID gem could not be located. This made sense as it is not installed on the production server, so after some browsing it appeared that I needed: $ cd
2010 May 24
1
[0017330] 1.6.1 and 1.6.2 + MySQL crases on ODBC Query (via func_odbc or sip realtime)
Hi, I'm expiriencing very annoying issue with Asterisk while using ODBC on Linux box running Debian with following packages: Asterisk-node0:/tmp# dpkg -l | grep -i odbc ii libiodbc2 3.52.6-2 iODBC Driver Manager ii libmyodbc 3.51.15r409-4 the MySQL ODBC driver ii libodbcinstq1c2
2007 Dec 17
1
script/console connection works, but Rails app fails with SQL Server
Greetings, I have an application that connects to a remote SQL Server database using DBI/ODBC. If I run the application via the Rails console, I am able to retrieve data and work with the database just fine. If, however I try to access it via the Web application itself, I get the following error: DBI::DatabaseError (S1000 (0) [unixODBC][FreeTDS][SQL Server]Unable to connect to data source):
2009 Sep 19
3
Blowfish crypt in rails app
HI Im creating a rails app using blowfish encryption and decryption, in my app i have included a gem crypt for doing a encryption and im trying to decrypt the result using blowfish.js is that possible to do that encryption via ruby gem and decryption via blowfish.js, i download the blowfish js from the url: http://dren.ch/js/blowfish.js Is it possible to implement encryption via ruby
2008 Oct 28
1
Old Rails app: can't find file_column gem?
Hi all I''m trying to get some old Rails app to work. But when trying to start it, I get the following error: josh$ script/server => Booting WEBrick... ./script/../config/../config/environment.rb:5: warning: already initialized constant RAILS_ENV /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `gem_original_require'': no such file to load -- file_column
2018 Jul 31
0
question about using procmail
You can use plugin { ? fts_autoindex = yes } to cause FTS indexing during delivery as well. Aki On 31.07.2018 11:18, Joe Wong wrote: > Thanks Michael, > > ?I have followed your advice and reading more wiki page and understood > that if FTS is not updated during delivery, it will be updated when > there is new SEARCH request going into Solr. Is my understanding correct? >
2006 Dec 11
5
Instant Rails on XP sp1 setup issue
I recently downloaded and extracted Instant Rails v1.4 on my Win XP sp1 machine. After changing and saving the windows host file and starting the cookbook app with Mongrel, browsing to www.mycookbook.com does not work. With Mozilla it displays ''redirecting to cookbook...'' but never loads. It is finding the index.html in the cookbook/public dir, but the redirect to
2008 Dec 24
1
Need help : Rails app unable to connect to Solr server
Hi, I am trying to integrate solr in ruby on rails application.For that i am using the plugin acts_as_solr and gem solr-ruby. My solr server starts successfully with command $ rake solr:start But when I try to add data from $ script/console , it says that it cannot connect to solr server at the corresponding port.Same is the result if i try the browser to link to http://localhost:8982/solr
2008 Dec 23
2
rails 2.2 connection to MySQL
I have been trying to connect to MySQL thru rails. Initially I had rails 2.1.2 and upgraded to rails 2.2 to use RestAPI in sproutcore. Once I have upgraded my rails version to 2.2, I have been getting this error. All I did is the following: 1. rails addressbook 2. cd addressbook 3. script/generate scaffold Contact first_name:string lastname:string 4. rake db:migrate I also change the
2007 Feb 04
1
Rails-Mysql driver installation problem? - newbie
I''m a newbie trying to follow the ONLamp RoR tutorial at http:// www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=1 Originally, I forgot to install the MySQL driver. It took a while to get a driver installed using gem, but eventually I got mysql-2.7 driver installed after downloading some ruby dev headers and mysql client library. Now, when I try and point the browser to
2006 Jul 27
2
(Agile Rails 2nd ED) Depot App: Iteration B1 500 Error
Hello: I am working through the 2nd Edition of the agile book (after watching the first edition age on my shelf for 6 months), and am having a problem with the newly created ''store'' I''ve checked the files and fucntions that I''ve written, namely: model/product find_products_for_sale controller/store index views/store/index.rhtml and they all seem to have
2006 Jun 29
0
Problem getting encrypted submit buttons working with the paypal gem and rails 1.1.2
I''m running Rails 1.1.2, and using version 1.9.0 of the paypal gem. When I make unencrypted paypal forms, they work just fine, I get the IPN notification from the sandbox and everything is wonderful. When I try to encrypt the form though, all I get is the error message "We were unable to authorize the transaction. Please contact your merchant.", which is ... unhelpful.
2008 Jul 17
2
What is the MySQL app used in the 15 minute weblog video
On the "Create a Weblog in 15 Minutes" screencast on the Ruby On Rails site http://media.rubyonrails.org/video/rails_take2_with_sound.mov There is a really nice looking MySQL gui interface app. Can anybody tell me what the app is? I''m actually looking for a Linux version. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2018 Jul 31
2
question about using procmail
Thanks Michael, I have followed your advice and reading more wiki page and understood that if FTS is not updated during delivery, it will be updated when there is new SEARCH request going into Solr. Is my understanding correct? - Joe On Mon, Jul 30, 2018 at 8:22 PM Michael Wagner <wagner_m_bremen at web.de> wrote: > On Jul 30, 2018 um 16:48:13, Joe Wong wrote: > > Hello, I am
2007 Feb 06
1
Render component from other rails app in current rails app..
Can I render component from other rails app in current rails app? example:: app A want to render component from app B. ps.I''m weak in english. - -" -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group,
2006 Aug 30
0
Django and Rails...
Restaurants? http://www.djangorestaurant.com http://www.railscafe.com (also redirects from railsrestaurant.com) I wonder which is better? ;P Joe -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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