search for: mamp

Displaying 16 results from an estimated 16 matches for "mamp".

Did you mean: camp
2008 Sep 19
2
Using Rails on MAMP via Passenger?
I''m new Ruby as well as the Rails Framework. I want to install Passenger so that I can develop in MAMP (Leopard), but I can''t find any instructions specific to installing Passenger on MAMP. Can anyone provide with me instructions on how to do so? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rai...
2006 Mar 28
0
Sql error using MAMP with rails 1.1
Hi, I am newbie and i am using MAMP with rails for trying out few things in web development. I just upgraded to rails 1.1 and created a new rails depot project and when i just gone to change my database.yml, I get this ------------------------------------------------------------------------------- development: adapter: mysql...
2006 Jun 24
8
PostgreSQL on Mac?
Is there something like MAMP, but uses PostgreSQL instead? I found a couple PostgreSQL dmg''s, but one was < 8.x. For those who use PostgreSQL on Mac, how''d you install it (fink, package, please don''t say compile!)? Thanks, Joe -- Posted via http://www.ruby-forum.com/.
2012 Dec 09
3
Where is located the rscript in mac osx??
Dear all, I have a very simple question. I am trying to find where islocated the rscript in mac os x. The r is installed in the applications folderbut I can not find the rscript. Thank you.Dimitris [[alternative HTML version deleted]]
2007 Nov 29
6
Locomotive: Can not install mysql gem
I''m using Locomotive on MacOSX 10.4, and I have installed mysql 5.0.45. To my surprise, the Ruby version included in Locomotive does not come with the mysql gem installed, so I tried to install it manually. According to the instructions in database.yml, this should be done using the --include switch, like this: gem install mysql -- --include=/usr/local/lib I selected the mysql 2.7
2008 Oct 07
0
Rails Deployment Using Passenger (Problems)
...eopard] for specific instructions for Mac (but they are for leopard). Right now if I go to http://localhost all I get is "It Works!". My configuration files are as follows - http://pastie.org/286516 . I think the problem is because I have multiple Apache servers running (I had installed MAMP a few months ago). The two installations are in / usr/local/apache2 and /Applications/MAMP/Library. How do I choose the correct one? Which one is the correct one? Can I somehow remove both of them and get a clean slate and get instructions on how to do that. Any help would be appreciated. Thanks...
2011 Jan 17
2
Accessing MySQL Database in R
I have a local installation of MySQL on my computer. I enter the following to access MySQL from the command line: /Applications/MAMP/Library/bin/mysql -h localhost -u root -p I am then prompted for a password, and I use: root This connects me to MySQL in the command line. I now want to access MySQL databases in R. I enter the following: mysql <- dbDriver("MySQL") conn <- dbConnect(mysql,user='root',host...
2009 Sep 24
13
Rails Authentication Tutorial
Does anyone know a good authentication tutorial they can suggest? I''ve tried several restful authentication ones and an authlogic one on RailsCast. But with each one I try, something seems to be missing in the tutorial and I can''t get it to work. I''m new to Rails so it''s possible user error on my part. I''m on Mac OS X 10.5 and I generate all my apps in
2011 Jan 15
0
NoMethodError: undefined method `more_results' for #<Mysql>
...nection "old_database" # Because table name is lowercase def self.table_name() "user" end end database.yml old_database: adapter: mysql database: old_database username: root password: socket: /Applications/MAMP/tmp/mysql/mysql.sock -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrail...
2006 Aug 07
0
MySQL Native Bindings
...s/1.8/gems/mysql- 2.7 for inspection. Results logged to /usr/local/lib/ruby/gems/1.8/gems/mysql-2.7/gem_make.out I have googled for the results and found several solutions, but i am no unix/server geek...just a photographer who has been enjoying rails enough for the last 2 days on his locomotive/mamp setup to try to take it to the next step and not have to use some funky configuration paths... i am running OSX 10.4.7 any help on what i should run to get that working, or do to get rid of my mistake, would be awesome... thanks, - Will -------------- next part -------------- An HTML attachmen...
2006 Feb 24
1
sqlite3 error: uninitialized constant API
I''m just starting my first rails app and I can''t figure out this error. It''s got something to do with connecting to sqlite3...Here''s the application trace: <code> /usr/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:200:in `const_missing''
2007 Feb 28
8
Export/save csv-file to desktop of user?
Hi, looking for something that simple, but can''t find it. I got: outfile = File.open(''teams.txt'', ''wb'') CSV::Writer.generate(outfile) do |csv| for team in @teams csv << [team.id, team.name] end end outfile.close send_file "teams.txt", :filename => "teams.txt",:disposition =>
2006 Jan 21
19
RoR - Mac OS 10.4.4 on Intel
I got a new 20 inch iMac dual core today and am busy getting it all setup. A couple of issues though: 1. Is the Ruby 1.8.2 install by Apple still botched or has that been fixed? I recall someone had fixed the rbconfig.rb to get it working. Is this something I still have to do? 2. Does anyone know if Locomotive is using the uniersal binaries, or is it targetting PPC yet? I couldn''t
2006 Jun 09
8
Installation on OSX...
Hi, Just got my first Mac. I''m trying to install rails on it, using the instructions in the rails wiki: http://wiki.rubyonrails.com/rails/pages/HowtoInstallOnOSXTigerUsingDarwinPorts I go to install mysql, and the version of mysql supported by DarwinPorts appears to be 4.1.18. But all the sites appear to only have 4.1.19 or 4.1.20. So it looks like DarwinPorts is over a month out
2006 Jun 15
25
[Very OT] MacBook defects: should I buy a MacBook?
Hello, First and foremost sorry for off topic message, but I thought maybe you smart guys can help me to decide about purchasing a MacBook or not. I was going to buy a MacBook but I found a story on digg.com about case discoloring and after googling the subject I found MacBook defects: http://www.appledefects.com/wiki/index.php?title=MacBook_Pro I''m totally confused, should I buy it?
2011 Jan 22
0
how to call BayesX in R to see the graph
...s@structuremonitoring.com> Cc: r-help@r-project.org, PtitBleu <ptit_bleu@yahoo.fr> Subject: Re: [R] Accessing MySQL Database in R Message-ID: <alpine.OSX.2.00.1101220856040.18654@dngan> Content-Type: TEXT/PLAIN; charset=UTF-8; format=flowed I think this is not an R issue, but one of MAMP. On my server's sql service, I can connect using password, however, on my local MAMP, I need the socket: dbCon <- dbConnect(dbdr, user="root", password="root", dbname="mydb", unix.socket="/Applications/MAMP/tmp/mysql/mysql.sock") HTH, *S* On 11-01-...