Displaying 20 results from an estimated 2000 matches similar to: "Intel Mac, Rails, MYSQL - access denied"
2006 Jun 26
2
RailsConf DVD ?
Hi All,
I saw spurious mentions on a few blogs of a DVD being made available of
RailsConf presentations. However none seemed to have a who/what/when/where
attached to them, thus might just be pure speculation. Anyone know of an
official source/effort being made for a DVD?
Would be well keen for copy if one is to be made available....
Cheers
Rowan
---
http://raili.st/
-------------- next part
2006 Jul 24
4
List etiquette question
I''ve written a little ruby/rails hangman-ish app to keep my wife occupied at
work that I think list members might also find interesting. I''m new to this
list so I wanted to see if it would be considered bad form to post the link
before I did. There aren''t any ads so I''m not getting anything out of more
visitors, but I still didn''t want to take the
2006 Jun 02
5
Firefox extension for ajax debugging
or similar...
Is there any extension for firefox so that I can view the source code of
ajax returned content?
Thanks everybody.
2006 Feb 07
6
Switchtower not working due to openssl not found
I''m struggling to get switchtower working, and from other posts about
it I know it has something to do with ruby binding to open ssl. I''m
just not sure what I should recompile/reinstall to get things to work.
running: "rake remote_exec ACTION=setup" gives me --->
...executing "mkdir -p -m 775 /usr/apps/hello-rails/releases
/usr/apps/hello-rails/shared/system
2006 Jun 29
9
Handling multiple developers making migrations and using svn
Hey all,
I''ve run into an interesting scenario that I think some of you might have
some suggestions on. I am currently working on a RoR project and we are
making full use of the migrations. We are also using a subversion repository
for our source control. Now, the problem....
We are both making migrations and checking them into SVN. So, if in our
checkout we have migrations up to 10 and
2006 Mar 23
2
Ruby and RoR Book Roundup
Hello,
I''m a big bookworm, so I decided to round up all the upcoming Ruby
books in the market in one big blog post. At my count, there are
_sixteen_ books to be released (in print) for the upcoming year, with
some available in pdf form right now. Here''s the list:
http://www.robsanheim.com/2006/03/23/ruby-and-ruby-on-rails-book-roundup/
Hope its helpful for fellow book nerds
2006 Jul 12
3
Most efficient way to "increment" a string?
I have members with usernames. In the event that a new member requests
an already-existing username, I''d like to automatically "increment" a
next-best string:
johnny
johnny1
johnny2
Knowing RoR, my gut tells me there''s some elegant, concise way to do
this, but I can''t think of it. Any advice?
--
Posted via http://www.ruby-forum.com/.
2006 Sep 16
1
Selenium Vs Zentest
I would like to know which one is better. Zentest seems to lack good documentation whereas
Selenium seems to be having good documentation. TIA
--~--~---------~--~----~------------~-------~--~----~
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
2006 May 31
2
Milwaukee Ruby User Group Meeting
The Milwaukee Ruby User''s Group
is pleased to announce it''s first meeting.
Date: June 7, 2006 - Wednesday
Time: 5:30 - 7:30 p.m.
Location: SpiderLogic, Conference Room 1 on first floor
10000 West Innovation Dr.
Milwaukee, WI 53266
Map ==> http://tinyurl.com/olprl
Look for Medical College of Wisconsin / Wipfli sign outside
Very Tentative Agenda:
5.30 -
2006 Jun 28
8
[OT] rimuhosting and VPS experiences wanted
All -
I am considering signing up for hosting at rimuhosting for rails, PHP,
and email, and would like to hear some personal experiences with their
service, especially compared to shared hosting services like Dreamhost.
Please email me off-list at ken.liu.pub [at] gmail.com.
Thanks
Ken
2006 Sep 06
13
Ruby/Rails facts?
I found these facts while in #ruby-lang irc?
<duracell8> 1. Limited Pool of developers who know Ruby. Get developers
to nominate if Ruby will be their secondary language.
<duracell8> 2. The serving of Ruby Apps from Apache using FastCGI is
broken the world over. It causes periodic process and database connection
blowouts. Move to a Mongrel Pack.
<duracell8> 3. Limited
2006 Nov 24
4
good HTML, CSS, JavaScript design mail lists?
Rails People,
I like the Rails mail-list.
I find a lot of good info here.
Can anyone recommend a good mail-list which discusses
the usage of HTML, CSS, JavaScript and Ajax?
-Peter
--
Peter Smith
GoodJobFastCar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
http://GoodJobFastCar.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
2006 Jan 31
1
question on gem update rails effect on fcgi/mysql bindings
Would upgrading rails and all dependancies break the installation of
the fcgi/mysql bindings? I know I had all this stuff working a month
ago or so, but since then I''ve updated a few times...
- Rob
--
http://www.robsanheim.com/ - blog on java, rails, tdd, agility, and
life in general
http://www.ajaxian.com/ - the net''s premier ajax blog
2006 Jun 29
14
TDD and migrations?
TDD, SVN and migrations seem to be a natural combination for model
development: create a test, add the column with a migration, write the
code, and check it all in when you''re done.
The trouble is that this ends up creating one migration per field. I guess
it''s not horrible in and of itself, but it does have a code smell to it.
Has anyone come up with a different way of doing
2006 Jan 10
14
Not wishing to instigate a DB war, but...
Can I get some opinions on which free DB to use with rails for a virtual
server that will eventually be doing lots of heavy database lifting?
Not a lot of heavy duty querying per se. Think multiple simultaneous
forums and blog sites and the like.
I know each of the different DB possibilities such as MySQL and
PostgreSQL has plus points and minus points. I''m particularly
interested
2006 Jul 10
8
Setup new data in the test database _after_ unit test runs
All,
I want to run automated unit tests as part of my build. I am building
to my test environment. Upon successful completion of all of my unit
tests, I would then like to load some data (using a fixture, I imagine)
into my test database that will act as fresh "system test" data for my
users to play with.
What is the best way to "load the standard system test/user acceptance
2006 Jul 09
5
Tip: searchable Rails api docs from within RadRails!
Just a tip for those of you using RadRails. If you install the new
rubygems 0.9.0, you can type "gem rdoc --all --ri" at the command line.
Then, open up RadRails, go to Window->Preferences->Ruby->Ri/rdoc and
change your ri path to the path to gemri (which gemri). Finally, open up
your RI Eclipse view and voila...indexed, searchable rails api docs at
your finger tips!
This
2006 Aug 17
3
Developing in different versions of rails at the same time?
Hi,
I was wondering if some of you have had to keep more than one version of
Rails on your machine at a time? If you have more than one customer,
they may have different requirements. You might need to work on a
pre-existing app that is not scheduled to be moved to a newer version of
Rails right now. How is the best way to deal with this?
thanks,
jp
--
Posted via
2006 Jul 06
17
Linux distros
Is there any particular distro that seems to be most used among RoR
developers on Linux? Any that might provide better support somehow for
development of RoR apps?
--
Posted via http://www.ruby-forum.com/.
2006 Jul 23
6
how do you give focus to a form field?
When you put up a page with a form on it and the top item is a text
field it would be nice to have that field already focused instead of
forcing the user to click in it before they start typing. Is there a
rails (i.e. probably Prototype) way of giving focus to a field? I did
some searching and found nothing.
thanks,
jp
P.S. I''m on a Mac. Perhaps a winoze and/or unix automatically