Displaying 20 results from an estimated 10000 matches similar to: "trouble getting started (on a mac)"
2006 Mar 29
4
trouble adding to database (stringify_keys)
I''m brand new to rails and am trying to build a simple ajax email
collection form. It''s just a coming soon sort of thing where the user
can enter his email address in the field, hit submit, and the ajax form
dumps the email into the database and says "success" unless the email is
blank or not unique in which case it says "failure."
The trouble is, no
2005 Dec 30
2
Locomotive 1.0.0 for Mac OS 10.3+
Hi All,
I''m very happy to announce the release of Locomotive 1.0.0.
Locomotive is a one-click development solution for Rails on Mac OS X.
See more details at http://locomotive.sourceforge.net
Get it at:
http://prdownloads.sourceforge.net/locomotive/Locomotive_1.0.0.dmg?download
What''s New?
===========
* Server bundle updated to lighttpd 1.4.8
* Server bundle updated to
2005 Dec 15
1
Locomotive for Mac OS X 10.3+. Now with Rails 1.0
Hi All,
The base Locomotive download now comes with Rails 1.0.
http://locomotive.sourceforge.net
If you already have a current version of Locomotive (0.4.1), all you
need is a new bundle.
Rails 1.0 Min:
http://prdownloads.sourceforge.net/locomotive/Rails_1.0.0_Min.dmg?download
Rails 1.0 Max:
http://prdownloads.sourceforge.net/locomotive/Rails_1.0.0_Max.dmg?download
Cheers!
-r
--
Ryan
2005 Sep 22
0
Locomotive 0.2.1 for Mac OS X 10.3+ : rails_product support
I am pleased to announce the newest release of Locomotive with one new feature!
New in 0.2.1
============
* Correctly loads rails_product''s from the sites/ directory
Otherwise unchanged from 0.2.0. If you already have 0.2.0 and don''t
want/need rails_product support, then you don''t need to download this
release - rails_product support is the only change.
Get it at:
2005 Jul 29
1
Samba, VPN, and Mac OSX 10.4.2
We're having an odd problem with connecting to Samba shares over a VPN
with a Mac client.
We have several Mac clients connecting to a Samba 3.0.10-1.fc2
installation. Prior to upgrading them to Tiger, everything worked fine
both local and over an IPSec VPN.
After upgrading to Tiger, they still work fine when on our LAN. But if
they try to connect to a share over the VPN, Finder hangs.
2005 Sep 27
6
Locomotive 0.2.4 for Mac OS X 10.3+
I am pleased to announce the newest release of Locomotive!
http://locomotive.sourceforge.net
Mostly a bug fix release. If you are using Locomotive on 10.4 you
should definitely upgrade.
New in 0.2.4
============
* Rename application entries in status window
* Run/Restart/Stop buttons now immediately update
* Bundle choosing is fixed for Mac OS X 10.4
* Missing gem dependencies in Rails 0.13.1
2006 Jan 14
5
New problem with Mac OS X + rails + mysql. Please help!
All,
I am working through the ''depot'' sample application from the
"Pragmatic Programmers" book on my
powerbook. I was going through the install process on
http://hivelogic.com/articles/2005/12/01/
ruby_rails_lighttpd_mysql_tiger and it seemed to work fine.
But when I try to create the first table, I get the following error,
and I have no idea what this means.
Any
2005 Nov 02
3
problems running rails on mac osx tiger (10.4.3)
Hi,
I''m newbie to rails, so please be gentle with me.
I got one of the new powerbooks that apple just released
last month (october 2005).
I installed rails using RubyGems
and also the installer for mac osx found
here
http://www.tonyarnold.com/articles/2005/08/10/rolling-with-ruby-on-rails-on-mac-os-x-tiger-for-beginners
everything seems to update and install fine.
But when I type
2005 Dec 15
3
CocoaMySql Equivalent Tool for Linux & Windows
In the screencast on RoR.com entitled "Creating a weblog in 15 minutes" the tool CocoaMySQL is being used to define and modify the database schema.
http://media.rubyonrails.org/video/rails_take2_with_sound.mov
http://cocoamysql.sourceforge.net/index.html
CocoaMySql runs only on OSX. Are there equivalent tools for Linux and/or Windows?
Thanks!
2005 Dec 29
3
Blank pages, ''missing default helper path rails_info_helper''
Environment:
* OS X 10.4.3
* Ruby 1.8.2 (2004-12-25) [powerpc-darwin8.0]
* Rails (1.0.0, 0.13.1)
* WEBrick 1.3.1
* Following the wiki directions, I did the OSX fixrbconfig thing,
installed Rails, MySQL, etc..
Please bear with me, I''m new to Rails.
I successfully followed the ''depot'' application from the Agile Web
Development with Rails book, building it piece by
2006 Feb 28
0
Re: Rails Digest, Vol 17, Issue 663
CocoaMySQL is definitely the way to go. Great app. Unfortunately,
it''s somewhat complicated to find the correct version to use. Make
sure you get version CocoaMySQL v0.7b2 based on official SMySQL
framework (http://cocoamysql.sourceforge.net/beta.php). the current
stable version 0.5 does not work with MySQL4.1., the latest beta does
(however, no support for new new password
2007 Jan 20
3
Making tables with SQLight
Hi, Im using locomotive and running SQLight. Im confused about making
tables with sqlight.
Im following the depot example from ''agile web development with rails''.
When trying to make the table ''products'' is there a difference when
using SQLight rather than MySQL?
Here is the DDL for MySQL, how do I make this table with SQLight?
-
drop table if exists
2005 Nov 30
2
weird errors with self-installed ruby 1.8.3 on Mac OS X 10.4.3
Hi All,
I''m hoping someone has seen this error before and can advise me.
I was having problems with Switchtower hanging, and I found a blog
posting which pointed the finger at Apple''s install of Ruby 1.8.2
(?). I downloaded ruby-1.8.3.tar.gz, compiled it with --enable-
shared, and installed it under /usr/local.
I went through /usr/bin and /usr/lib and archived away all of
2006 Apr 24
4
Ruby/rails on Mac OSX not working
I have been using Locomotive for rails development and recently decided
to fix up the ruby/rails install that is on my mac.
As we all know, Ruby 1.8.2 came on the mac and has problems, so I
followed the instructions at Hivelogic for installing the latest
versions of Ruby, Rails, Lighttpd and so forth.
I have this set in my path within bash_login: export
2006 Mar 25
4
Can''t quite get Rails working on Mac, help please :).
I''ve followed the install the install guide on
http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger
and it seemed to work. And I''ve been following the Instant Gratifiction
guide in Chapter four in Agile Web Development with Rails book. I''m in
terminal and I type -
cd work (everything works fine) then
rails demo (everything seems to work) then
cd
2009 Mar 26
0
[LLVMdev] LLVM trunk doesn't build on PowerBook G4 Mac OS 10.5.6
When trying to build from trunk, I get the attached output.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: trunk_output.txt
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090326/04071e95/attachment.txt>
-------------- next part --------------
I'm on a PowerBook G4 running Mac OS 10.5.6
2005 Dec 15
1
Problem with ActionMailer -- which looks really cool!
Whatever I do to try to connect including trying different ISPs, I
get the same errors, here they are:
Errno::ECONNREFUSED in Events#send_my_email
Connection refused - connect(2)
Application Trace | Framework Trace | Full Trace
/Applications/Locomotive/Bundles/rails-0.14.1-min.bundle/Contents/
Resources/ports/lib/ruby/1.8/net/protocol.rb:83:in `initialize''
2006 Feb 09
2
breakpointer error
Hi,
I can''t get breakpointer to work on locomotive. Pretty sure it used to
work...
Any ideas??
Jeroen
jeroen$ ruby script/breakpointer
/Applications/Locomotive/Bundles/rails-1.0.0-max.bundle/Contents/Resources/ports/lib/ruby/1.8/drb/drb.rb:828:in
`getaddrinfo'': getaddrinfo: No address associated with nodename
(SocketError)
from
2006 Feb 17
3
Migration Errors?
Hi there,
I just bought the Rails Recipes and PDF preview of the book. So far
it''s excellent. I decided to try Chapter 8 of the book regarding
tagging.
I''ve done migrations before, and I feel comfortable with them, however
this error stumps me.
--------------------------------------------------
antrover:~/RubyProjects/rlog dhoefler$ ruby script/generate migration
2006 Mar 27
2
:through and STI
Hi,
I''m trying to use :through and STI using the trunk version of Rails, but
I get the following error see bottom of this msg[1]
here are my classes.
class Player < ActiveRecord::Base
end
class Ladder < ActiveRecord::Base
has_many :subscriptions
has_many :players, :through => :subscriptions
end
class SingleLadder < Ladder
end
class Subscription <