Displaying 7 results from an estimated 7 matches for "rrubygem".
Did you mean:
rubygem
2007 Aug 08
3
rspec with autotest on a windows machine
...t after reading a couple of tutorials I''ve become
enamored. Anyway, I am at minute 42 of the rSpec basics screencast (
peepcode.com) and I''m having the following error running autotest w/rSpec:
D:\ruby\projects\forecaster>autotest
loading autotest/rails_rspec
c:\ruby\bin\ruby -rrubygems -e "require ''redgreen''" -S script/spec -O
spec/spec.opts spec/models/weather_spec.rb
spec/views/weathers/show.rhtml_spec.rb
spec/controllers/weathers_controller_spec.rb
spec/views/weathers/new.rhtml_spec.rb spec/views/weathers/edit.rhtml_spec.rb
spec/helpers/weathers_...
2006 Jul 01
0
activerecord generating wrong syntax with postgresql
I''m using activerecord outside of rails and find_first generates sql
that postgresql doesnt'' like. This is rails 1.1.4, with everything up
to date via "gem update".
This is the command line:
ruby -rrubygems seca -c ../etc/seca.cnf cert --export 1 --format
pkcs12 --key root.key >root.pfx
This is the error:
(PGError: ERROR: argument of WHERE must be type boolean, not type integer
: SELECT * FROM certificates WHERE (1) LIMIT 1)
This is the code that generates the error:
bc = SECA::Backend::Cert...
2008 Jan 21
0
no method error
...hat do the spec and the view look like?
> Also, no word on my autotest question?
>
> c:\rails\rails_apps\tracker>autotest
> loading autotest/rails_rspec
> from
> C:\Rails\rails_apps\tracker\vendor\plugins\rspec_on_rails\lib\autotest\rails_rspec.rb
> C:\Rails\ruby\bin\ruby -rrubygems -e "require ''redgreen''" -S script/spec
> -O spec/spec.opts spec/controllers/chapters_routing_spec.rb
> invalid option: -O
> Test::Unit automatic runner.
> Usage: -e [options] [-- untouched arguments]
There was another thread about this just a day or two...
2011 Sep 30
1
ubygems.rb file - is error?
Hi, I just installed Rails, and I was wondering what is this file?
/lib/ubygems.rb ?
Here is a copy of it:
https://github.com/rubygems/rubygems/blob/master/lib/ubygems.rb
Is this a bug/type (ubygems rather than what it should be, ubygems) or
is it supposed to be that way? If so, what does it do, could someone
explain how it works? (sorry if it''s a dumb question I''m new at
2007 Apr 23
3
Troubles with using gems in Rails
Hi!
I''m observing some problems using gem inside Rails. My understanding is
that after following sequence in irb:
$ irb
irb(main):001:0> require ''rubygems''
=> true
irb(main):002:0> require ''active_record''
=> true
irb(main):003:0> gem ''acts_as_taggable''
=> true
I should have access to acts_as_tagable mixins, like:
2006 Sep 04
7
0.10.2 release with win32 gem
Hey all,
I''ve just released Ferret version 0.10.2. It is mostly just a bug fix
release. The only change is that a highlight method has been added to
Ferret::Index::Index. Please try it out and let me know what you
think.
The big news for this release is that there is also a binary win32 gem
included. This is the first time I''ve build a gem like this so please
let me know if
2010 Apr 15
11
Rails 3, Rspec 2, Autotest
Trying to set up a Rails 3 project with RSpec and Autotest. I followed
these steps exactly:
http://gist.github.com/365816
But when I start up autotest, I get:
$ autotest
loading autotest/rails
style: Rails
instead of:
$ autotest
loading autotest/rails_rspec2
style: RailsRspec2
And autotest doesn''t seem to do anything. Any idea what''s happening?
I''m using Ruby