Displaying 5 results from an estimated 5 matches for "ruby_gem".
Did you mean:
rubygem
2007 Feb 07
3
Gem problem with ActiveRecord/Oracle (without rails)
...ipt below. I have the ruby-oci adapter
installed, the newest version of gems and the newest version of
ActiveRecord. When I run the code I''m getting the follow error following
my code. It seems to be an issue with gems as far as I can tell. Any
help?
Thanks,
Drew
Code:
require ''ruby_gems''
require ''active_record''
ActiveRecord::Base::establish_connection(
:adapter=>"oci",
:host=>"***",
:database=>"***",
:user=>"***",
:password=>"***")
class Employee < ActiveRecord::Base
set_t...
2007 Jul 27
6
Problem with installing acts_as_ferret plugin
Hi all,
when I type this:
ruby script/plugin install
svn://projects.jkraemer.net/acts_as_ferret/tags/stable/acts_as_ferret
from my rails project the plugin is not getting installed, its simply
going back to my rails application.
I don''t find the plugin in the vendor/plugin directory
I am using Instant Rails for your information. Could anyone please let
me know whats going wrong...
2006 Jun 04
1
Problem with images on Apache and Lighttpd
...ls-apps on a vserver-host so
that I can access from work ;-)
I tried all I can imagine and what Google/MSN teached me: FastCGI, SCGI,
Lighttpd, Apache, Alias, Vhosts,....
But nothing really works. I am on Debian 3.1 with Ruby 1.8.4, Rails
1.1.2, FastCGI 2.4.0, mod_fastcgi 2.4.2, ruby_fcgi 0.8.6, ruby_gems
0.8.11, Apache 2.0.54, Lighttpd 1.4.11
At last I was really near my favorite solution. So that I can reach:
http://my.server.net/BlackJax
http://my.server.net/tracks
But both Apache AND Lighttpd showed the same problem: Images (and
partly) Stylesheets are not shown. The technique as such works...
2008 Jan 14
4
PIE CHART
i have a rails applications which can record various tasks
and times used to do those tasks within each day in a week,
now i want it to have the abbility of displaying the
percentage of time spent in each task in a pie chart. can
someone please show me the neccesary formatting of data and
other steps required for this to be done using
2007 Jun 15
4
404 Error in any controller/action on Media Temple
...'m just starting with RoR.
A few days ago I signed up to the (gs) Grid Service on Media Temple.
This is my very first experience deplying RoR on a production
enviroment. Until now I just used the WebRick server on developement.
Well, the problem I''m having is that after installing the ruby_gems,
rails, mysql and the mongrel gems as indicated on the knowledge base of
media temple without any problem
(http://kb.mediatemple.net/article.php?id=140 ).
I''ve created a new RoR application, created the simbolic link, and
generated the .htaccess file just like the article indicates.
You...