Displaying 4 results from an estimated 4 matches for "railsbridg".
Did you mean:
railsbridge
2009 May 23
9
undefined method `assert_select'
I''m having trouble getting the specs to run for a plugin where I want to
fix a bug. (I''ve actually already found and fixed the bug, but I don''t
want to submit a fix without a test!) When I started the specs weren''t
running, but it may be that I''m using Rails 2.3.3 and the plugin has
been tested on 2.1 and earlier. I went through writing a spec for a
2012 Mar 12
4
Help: Ruby Newbie Trying to Install on OSX 10.7.3
I entered in "rails" from the terminal prompt. Here is what I
got...... any help is appreciated
Last login: Sun Mar 11 15:26:54 on console
67-61-37-207:~ clesceri$ rails
Rails is not currently installed on this system. To get the latest
version, simply type:
$ sudo gem install rails
You can then rerun your "rails" command.
67-61-37-207:~ clesceri$ sudo gem install
2011 Sep 26
1
network of volunteer rubists for humanitarian projects
Hi,
Do you know the existence of networks of volunteers in the ruby on rails
community willing to be involved or being consulted sometime for
humanitarian projects? (I saw a website about that a long time ago , but
I don''t remember its name)
Thanks!
Nicolas
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby
2009 Oct 01
2
Any way to avoid instantiating a class twice?
Hey everyone, I''m trying to find a work around for a performance problem
I''ve been having.
I have a class that builds paths (among other things) dynamically to
many files and folders depending on what sets of information the user
accesses. Once built, this class instantiation contains all the
information necessary for several pages (controllers/views) to operate.
However at