Displaying 20 results from an estimated 900 matches similar to: "Textdrive Rails 1.1 Error - Dependencies::LoadingModule"
2006 Feb 25
5
MySQL client ran out of memory
I''m getting the following error unexpectedly for my rails app. I just
exported the databae from dreamhost and imported it on textdrive for
my rails app.
Mysql::Error: MySQL client ran out of memory: SELECT COUNT(*) FROM
comments WHERE (comments.listing_id = 2666)
/usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/connection_adapters/abstract_adapter.rb:88:in
2009 Apr 30
1
Partitioning Specs
On Thu, Apr 30, 2009 at 9:33 AM, Nicholas Van Weerdenburg
<vanweerd at gmail.com> wrote:
> I saw that a couple of days ago- very nice. Will that be added to RSpec?
Sooner or later, yes, but it will be managed through the hash passed
to the declarations:
describe "something", :tags => [:a,:b] do
it "does something", :tags > [:c] do
etc
You can already access
2006 Jan 20
3
Anyone running a business hosting plan @ textdrive?
I currently run a handfull of sites on a MediaTemple VPS - which is blazing
fast and very cheap for what I get. BUT installing rails and mysql v4 was a
major pain in my ass, along with other things.
I''m considering switching to a Textdrive business hosting plan but wanted to
get some feedback from list members first.
I pay about $200 a month quarterly for my MediaTemple service.
2006 Mar 22
1
Engine Trouble With Edge
First off, yes, I did follow the "Using Engines With Edge Rails" post on
the Engines wiki.
So here''s my problem.
In ActiveSupport 1.2.5, there was a class called RootLoadingModule which
had a parent class LoadingModule in
activesupport/lib/active_support/dependencies.rb
ie. RootLoadingModule < LoadingModule < Module
My problem is that there is no RootLoadingModule
2006 Feb 14
18
Does shared hosting work? Anywhere?
I moved a rails application to textdrive using their low-cost shared plan.
Once on textdrive my app would display ''proxy errors'' periodically. Hitting
reload
seemed to be all that was needed to get past the proxy error.
After discussions with their support people I decided the proxy errors were
being caused by apache server restarts -- because there were many of us
sharing
one
2005 Oct 29
1
Navigating Rails Projects
I''m finding my larger rails project increasing difficult to navigate.
Model,. controller, view, and helpers being seperated, as well as
there being so many small fragments, it can be awkward to find a
partial on a complex page, and awkard to move among all the compents
that need to be touched for a non-trivial change.
Just wondering if anyone had any tips regarding this.
Thanks,
Nick
--
2007 Apr 25
2
Flash Skin and Rails View Issue
Hi,
I have an issue embedding a flash movie into one of my rails views.
/movies/index.rhtml
embeds /resources/movies/episode1.swf and episode1.flv
e.g index.rhtml includes:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="320"
2006 Feb 24
2
Unable to automatically link controller and model?
This is the first time I''ve seen this. I''m running Rails 1.0 on lighttpd
(Mac OS/X) and all my other Rails apps are working just fine.
I did:
script/generate controller Menu
script/generate model Menu
added a little code (like scaffold :menu)
and got:
undefined method `find'' for Menu:Dependencies::LoadingModule
Adding
model :menu
solves the problem. Anyone know
2006 Mar 31
3
Updating to 1.1.0 crashes webrick on existing apps
Hi all,
I''m (well was) running rails on debian. After the update to rails 1.1.0 newly
created aps run great. But trying to start webrick for an old one makes me
cry (see below).
Any docs on how to ''migrate'' existing apps to the up and up?
Thanx n Grtz
Gerard.
=> Booting WEBrick...
2005 Oct 19
35
Why you MUST use SCGI for Rails development
Hello happy Railers,
I used to develop with a local out-of-the-box Apache and load times were
pretty slow (like a few seconds each page). "Well, it''s the price to
pay for no compile / cache / etc..." I thought. Nonsense. Yesterday I
installed SCGI, and now I''ve got the best of both worlds: rails
development env uses my very latest modifications, while SCGI ensures I
2005 Jan 13
10
Program logic behind Ruby On Rails
Hi, I''m a newbie in both Ruby and Ruby on Rails. I finished the Ruby on
Rail Tutorial on Todo list and it was great. But, now I''m trying to
understand the logic behind it, that is something that is not obvious on
how each one of them ties together.
Is there a flowchart that shows how the inner working of Ruby on Rails?
In another words, let''s suppose we consider the
2006 May 02
3
Mongrel on Textdrive
As anyone deployed on Textdrive using Apache + Mongrel? If so did you just
install the GEM locally?
I have filed a support request with Textdrive querying when we will see the
Mongrel GEMs installed but have received no response yet...
Thanks!
Josh
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Apr 27
3
Rails apps and TextDrive
Hi, I was wondering, does anyone have experience with deploying rails
application(s) on TextDrive. At this time, I''m only seeing an index page
remotely but on my system, I would type the following and obtain the
expected result:
http://localhost:3000/visitor/list
However, when I perform the same operation on textdrive, I''m getting the
following message on the screen:
2006 Mar 12
1
restart ROR app running on Apache, FCGI (textdrive)
I have an app running on Apache and FCGI (on Textdrive). It is
displaying an error, and I need to restart it, but have no idea how to
do it.
Could anyone advice me on that?
What are the commands to be used to start,stop and restart apps running
on Apache and FCGI. I also want to make sure that apps on my other
subdomains are not affected.
Thanks for the help.
Arpan
--
Posted via
2007 Jan 21
2
Help with Installation on OpenSolaris (TextDrive Containers)
Gents,
I installed ferret successfully in my MacOS (rails development) using
the gem install. I did some tests and everything worked fine.
Then I tried to install it on the same way on my production environment
at TextDrive? running OpenSolaris? (container). This time ''gem install
ferret'' seems to be completed:
[92140-AA:~/web/labs/blogblogs/trunk] root# gem install ferret
2006 May 29
0
subversion password using capistrano on textdrive
Hi,
I am trying to set up capistrano for use on textdrive, and followed
the instructions posted at this very helpful site:
http://blog.tuples.us/pages/rails-guide
My problem is that when I try to execute rake remote:exec
ACTION=cold_deploy the execution getss stuck when it tries to access
my subversion repository.
** [out :: myurl.com] Authentication realm: <http://myurl.com:80>
2006 Jul 25
2
Shovel/TextDrive error: missing SSHAgent.socket
Hi there
When running the initial ''rake remote:exec ACTION=setup_lighty''
command I get this error:
''No such file or directory - /tmp/501/nl.uu.phil.SSHAgent.socket''
Any clues would be appreciated.
Richard Sandilands
2007 Oct 27
1
Textdrive / Joyent Support not responding?
I''m thinking about going with an accelerator account through Joyent
and have tried 3 times now to get a response to one simple question:
Does the setup costs include configuration of a standard rails app &
cron entry to start the app @ reboot? And if not, do they offer (for a
charge), services to configure this?
What worries me, Is I can''t keep any sort of consistent
2005 Nov 04
0
Dispatch error on textdrive
Any ideas what coule be causing this error when I run dispatch.cgi?
xxx@gilford$ ./dispatch.cgi
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.10.2/lib/action_controller/request.rb:13:in
`method'': undefined method `downcase'' for nil:NilClass (NoMethodError)
from
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.10.2/lib/action_controller/request.rb:23:in
`post?''
2007 Apr 13
5
[Ferret] Serious memory leak on Joyent / TextDrive / Solaris
There is serious memory leak bug in ferret. I''m having this error on
TextDrive Container (aka. Joyent Accelerators) OpenSolaris with Ferret
0.11.4
It happens while searching for some terms with accented or special
characters.
This makes ferret to allocate lots of memory (usually reaching 3+ GB)
and failing if another query like this is executed.
Any ideas on that, could this be locale