search for: requested_spec

Displaying 5 results from an estimated 5 matches for "requested_spec".

Did you mean: requested_specs
2010 Dec 26
1
Sqlite gem not found with rails3
...aterialize'' 3 /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0/lib/bundler/ definition.rb 93 in `specs'' 4 /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0/lib/bundler/ definition.rb 137 in `specs_for'' 5 /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0/lib/bundler/ definition.rb 126 in `requested_specs'' 6 /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0/lib/bundler/ environment.rb 23 in `requested_specs'' 7 /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0/lib/bundler/ runtime.rb 11 in `setup'' 8 /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0/lib/bundler.rb 100 in `setup...
2010 Sep 22
1
Bundler picking up wrong version of Ruby with Rails 3 ( possible bundler bug )
.../bundler/definition.rb:93:in `specs'' from /Users/manish/Foo/Foo-Server/jruby-1.5.2/lib/ruby/gems/1.8/gems/bundler-1.0.0/lib/bundler/definition.rb:137:in `specs_for'' from /Users/manish/Foo/Foo-Server/jruby-1.5.2/lib/ruby/gems/1.8/gems/bundler-1.0.0/lib/bundler/definition.rb:126:in `requested_specs'' from /Users/manish/Foo/Foo-Server/jruby-1.5.2/lib/ruby/gems/1.8/gems/bundler-1.0.0/lib/bundler/environment.rb:23:in `requested_specs'' from /Users/manish/Foo/Foo-Server/jruby-1.5.2/lib/ruby/gems/1.8/gems/bundler-1.0.0/lib/bundler/runtime.rb:11:in `setup'' from /Users/mani...
2012 Jun 25
0
Trouble with starting pow
...rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.3/lib/bundler/ definition.rb:127:in `specs'' ~/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.3/lib/bundler/ definition.rb:172:in `specs_for'' ~/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.3/lib/bundler/ definition.rb:161:in `requested_specs'' ~/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.3/lib/bundler/ environment.rb:23:in `requested_specs'' ~/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.3/lib/bundler/ runtime.rb:11:in `setup'' ~/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.3/lib/bundler.rb: 10...
2011 Dec 13
1
Trouble setting up Rails with a JS runtime environment
Hi all, I''m using Ubuntu 11.10 and the terminal to install and run Rails. Here is the process I''ve taken so far to setup Rails: > download and install Ruby 1.9.2 and Rails 3.1.0 -- I did this using ''sudo apt-get ruby1.9.1'' and ''sudo gem install rails'' > I made a new rails app using ''rails new path/to/app'' > I went
2011 Sep 19
27
Installing Rails Help!
Hi, I followed a Tutorial on Nettuts to install Ruby with RVM and this went well. I then tried to install Rails to follow the ''How to build a dropbox live service'' from Netttus but appear to get errors can anybody help?. Once I installed rails I created a new rails project using the command (Rails new sharebox -d mysql) This worked and created the folder structure. I then