Displaying 4 results from an estimated 4 matches for "ericgh".
Did you mean:
ericah
2009 Sep 18
6
should I chmod gem writable directories?
I am new to Solaris and new to Ruby. When I install some gem file
using
gem install, I get this warning. I''d like to make these gems available
globally:
bash-3.00$ gem install thor
WARNING: Installing to ~/.gem since /opt/coolstack/lib/ruby/gems/1.8
and
/opt/coolstack/bin aren''t both writable.
/opt/coolstack/lib/ruby/site_ruby/1.8/rubygems/installer.rb:149:
warning:
2008 Dec 20
5
Calendar icon for date selection functionality
Hello.
I would like to add date selection functionality using a calendar
icon. Is there a tutorial anywhere I could use?
Thanks in advance.
Pepe
--~--~---------~--~----~------------~-------~--~----~
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 Dec 25
5
One question about Dynamic Select Menus
Hi all,
Merry X''mas first :-)
I have "Product","Category","Subcategory" 3 Model, and when new
"Product", I want to use "Dynamic Select Menus" just like Ryan
mentioned in http://railscasts.com/episodes/88-dynamic-select-menus
I have everything down. But when I visit the js file, I got following
error
Showing
2008 Nov 25
21
"mysql" 2.7.3 gem install for Windows appears incomplete
When I install the 2.7.3 "mysql" gem on Windows XP (trying to prepare
for the requirement to use the mysql gem in Rails 2.2.2) by using:
gem install mysql
I get a mysql-2.7.3-x86-mswin32 directory under gems, but underneath
that, only a docs directory, an ext directory, and README, Rakefile and
.require_paths.
I then cannot do any connecting to my MySQL databases.
Shouldn''t