Displaying 20 results from an estimated 67 matches for "polyglot".
2009 Nov 18
1
undefined method `register' for Polyglot:Module
Getting this error. I have the treetop, polyglot, and rspec libraries
in the load_path (not installed as a gem). Any ideas? What defines
the register method?
/home/jvandyk/dev/web/wpn_rails/../../rcommon/lib/test/treetop/lib/treetop.rb:16:
undefined method `register'' for Polyglot:Module (NoMethodError)
from /home/jvandyk/dev/rcommon/...
2009 Sep 10
1
Perhaps not the correct group...
...ing" application and get the following error.
/Library/Ruby/Gems/1.8/gems/color-1.4.0/lib/color.rb:19: Color is not
a module (TypeError)
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require''
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`polyglot_original_require''
from /Library/Ruby/Gems/1.8/gems/polyglot-0.2.8/lib/polyglot.rb:68:in
`require''
from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.2/lib/
active_support/dependencies.rb:158:in `require''
from /Library/Ruby/Gems/1.8/gems/pdf-writer-1.1.8/lib/pdf/writer....
2009 Aug 31
7
"Missing these required gems: rspec-rails" in ruby 1.9
...error when running rake.
I tried switching rails 2.3.3 with 2.3.2 but it didn''t help.
here are my gems:
actionmailer (2.3.2)
actionpack (2.3.2)
activerecord (2.3.2)
activeresource (2.3.2)
activesupport (2.3.2)
builder (2.1.2)
cucumber (0.3.98)
diff-lcs (1.1.2)
hoe (2.3.3)
nokogiri (1.3.3)
polyglot (0.2.8)
rack (1.0.0)
rails (2.3.2)
rake (0.8.7)
rspec (1.2.8)
rspec-rails (1.2.7.1)
rubyforge (1.0.4)
term-ansicolor (1.0.4)
test-unit (1.2.3)
treetop (1.3.0)
webrat (0.5.3)
and here is the error after typing rake:
no such file to load -- rspec-rails
/opt/ruby-1.9.1-p243/lib/ruby/gems/1.9.1/gems/...
2009 Mar 31
7
[Cucumber] Running single feature from command line
...nv.rb -r features/support/plain.rb -r
features/steps features/plain
OR
cucumber -r features/support/env.rb -r features/support/plain.rb -r
features/steps features/plain/login.feature
I get
Failed to load features/support/env.rb from /Library/Ruby/Site/1.8/
rubygems/custom_require.rb:31:in `polyglot_original_require''
from /Library/Ruby/Gems/1.8/gems/polyglot-0.2.5/lib/polyglot.rb:54:in
`require''
from /Library/Ruby/Gems/1.8/gems/rspec-1.2.2/lib/spec/runner/
option_parser.rb:144:in `invoke_requires''
from /Library/Ruby/Gems/1.8/gems/rspec-1.2.2/lib/spec/runner/
o...
2009 Apr 27
2
uninitialized constant ActionController running Cucumber features in Aptana/RadRails IDE
...uby shell, I get the following error:
./app/controllers/application.rb:4: uninitialized constant
ActionController (NameError)
from C:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require''
from C:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`polyglot_original_require''
from C:/ruby/lib/ruby/gems/1.8/gems/polyglot-0.2.5/lib/polyglot.rb:
54:in `require''
from C:/ruby/lib/ruby/gems/1.8/gems/cucumber-0.3.0/bin/../lib/
cucumber/cli/main.rb:79:in `require_files''
from C:/ruby/lib/ruby/gems/1.8/gems/cucumber-0.3.0/bin/../lib...
2009 Mar 18
2
Cucumber failing with ''uninitialized constant Spec::Ruby''
...b/
active_support/dependencies.rb:77:in `const_missing''
from /Library/Ruby/Gems/1.8/gems/rspec-1.2.0/lib/spec/interop/test.rb:1
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require''
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`polyglot_original_require''
from /Library/Ruby/Gems/1.8/gems/polyglot-0.2.5/lib/polyglot.rb:54:in
`require''
from /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/
active_support/dependencies.rb:155:in `require''
from /Library/Ruby/Gems/1.8/gems/rspec-1.2.0/lib/spec/test/uni...
2011 Mar 16
19
Uninitialized constant Files::Magick -still around
Hi there,
I''m solving the problem about the plugin Magick. In my app in Gemfile
I''ve follwoing:
require ''rubygems''
require ''mongo''
require ''RMagick''
include Magick
and in a model Files:
class Files
def self.save(upload)
...
img = Magick::Image.read(''public/data/nature6.jpg'').first
end
end
2011 Oct 30
2
Could not find rails (>= 0) amongst [bundler-1.0.21]
...WARNING: abstract-1.0.0 has an invalid nil value for @cert_chain
Fetching: erubis-2.6.6.gem (100%)
Fetching: actionpack-3.0.1.gem (100%)
Fetching: arel-1.0.1.gem (100%)
Fetching: activerecord-3.0.1.gem (100%)
Fetching: activeresource-3.0.1.gem (100%)
Fetching: mime-types-1.17.2.gem (100%)
Fetching: polyglot-0.3.2.gem (100%)
Fetching: treetop-1.4.10.gem (100%)
Fetching: mail-2.2.19.gem (100%)
Fetching: actionmailer-3.0.1.gem (100%)
Fetching: thor-0.14.6.gem (100%)
Fetching: railties-3.0.1.gem (100%)
Fetching: bundler-1.0.21.gem (100%)
Fetching: rails-3.0.1.gem (100%)
Successfully installed activesuppor...
2010 Feb 26
0
ruby script/cucumber -tags producing a gem error
.../1.8/rubygems.rb:68:in `gem''
./vendor/gems/cucumber-0.5.1/examples/ramaze/features/support/env.rb:4
F:/BACKUP/Backup/ruby/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:31:in `gem_original_require''
F:/BACKUP/Backup/ruby/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:31:in `polyglot_original_require''
F:/BACKUP/Backup/ruby/lib/ruby/gems/1.8/gems/polyglot-0.3.0/lib/
polyglot.rb:65:in `require''
F:/BACKUP/Backup/Web_apps_svn_working/writersonly/HEAD/vendor/rails/
activesupport/lib/active_support/dependencies.rb:158:in `require''
F:/BACKUP/Backup/Web_apps_...
2009 Apr 26
9
Problems running features with Textmate Cucumber bundle
I finally plunked down for the beta RSpec bundle and I''m working
through the initial example. Although I''m a fairly experienced RSpec
user, I''m stlll learning new tricks.
Anyway, I''m going though the mastermind example, and everything is
going well, except that I decided to also try out the Textmate bundle
for Cucumber. I decided to use Ben Mabey''s
2013 Jun 05
3
dashboard/passenger not connecting on port 8140
...nection_adapters/mysql_adapter.rb:620:in
`connect''
These are the gems i have installed locally
gem list --local
*** LOCAL GEMS ***
activesupport (3.2.9)
arel (3.0.2)
builder (3.1.4)
bundler (1.2.3)
daemon_controller (1.1.0)
erubis (2.7.0)
i18n (0.6.1)
json (1.7.5)
multi_json (1.5.0)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
rack-mount (0.8.3)
rack-test (0.6.2)
rake (10.0.2)
rubygems-update (1.8.24)
thor (0.16.0)
treetop (1.4.12)
tzinfo (0.3.35)
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this gr...
2011 Apr 30
1
Could not autoload inventory_active_record: uninitialized constant ActiveRecord
...abstract (1.0.0)
actionmailer (3.0.7, 2.2.3)
actionpack (3.0.7, 2.2.3)
activemodel (3.0.7)
activerecord (3.0.7)
activeresource (3.0.7, 2.2.3)
activesupport (3.0.7, 2.3.5, 2.2.3)
arel (2.0.9)
builder (2.1.2)
bundler (1.0.12)
erubis (2.6.6)
i18n (0.5.0)
mail (2.2.19)
mime-types (1.16)
mysql (2.8.1)
polyglot (0.3.1)
rack (1.2.2)
rack-mount (0.6.14)
rack-test (0.5.7)
rails (3.0.7)
railties (3.0.7)
rake (0.8.7)
thor (0.14.6)
treetop (1.4.9)
tzinfo (0.3.27)
Installed ruby packages:
ruby-1.8.6.383-6.el5.kb
ruby-enterprise-debuginfo-1.8.7-1
rubygems-1.3.1-1.el5
ruby-devel-1.8.6.383-6.el5.kb
ruby-shadow-1....
2004 Sep 24
2
maps for Russian Federation
Dear all,
I am interested in plotting maps visualizing spatial statistics in an
aggregated fashion, according to administrative boundaries. Partially, I
want to visualize some spatial data for administrative units (autonomous
republics, oblasts, krays) of the Russian Federation on a geographical
map.
I have found the maps package (and related) and would like to use this
package e.g. in a kind
2012 Jul 31
1
puppet doc questions
....0.10)
audited (3.0.0.rc1)
audited-activerecord (3.0.0.rc1)
builder (2.1.2)
diff-lcs (1.1.3)
erubis (2.6.6)
has_many_polymorphs (3.0.0.beta1)
hiera (0.3.0)
i18n (0.5.0)
jquery-rails (1.0.19)
json (1.7.3)
mail (2.2.19)
metaclass (0.0.1)
mime-types (1.19)
mocha (0.12.1)
mysql (2.8.1)
net-ldap (0.3.1)
polyglot (0.3.3)
puppetlabs_spec_helper (0.2.0)
rack (1.2.5, 1.1.0)
rack-mount (0.6.14)
rack-test (0.5.7)
rails (3.0.15)
railties (3.0.15)
rake (0.9.2.2)
rdoc (3.12)
rdoc-data (3.12)
rest-client (1.6.7)
rspec (2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.2)
rspec-mocks (2.11.1)
rspec-puppet (0.1.3)...
2009 May 06
0
Cucumber, Webrat, RSpec and Mechanize for Non-Ruby Apps
...r http://wiki.github.com/aslakhellesoy/cucumber/a-whole-new-world.
from ./features/support/paths.rb:26
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
31:in `gem_original_require''
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
31:in `polyglot_original_require''
from c:/ruby/lib/ruby/gems/1.8/gems/polyglot-0.2.5/lib/
polyglot.rb:54:in `require''
from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/
active_support/dependencies.rb:158:in `require''
from c:/ruby/lib/ruby/gems/1.8/gems/c...
2011 May 10
7
Webrick script/server file does not exist
...MS ***
abstract (1.0.0)
actionmailer (3.0.6)
actionpack (3.0.6)
activemodel (3.0.6)
activerecord (3.0.6)
activeresource (3.0.6)
activesupport (3.0.6)
arel (2.0.9)
builder (2.1.2)
bundler (1.0.12)
erubis (2.6.6)
i18n (0.5.0)
mail (2.2.15)
mime-types (1.16)
open4 (1.0.1)
pg (0.10.1)
Platform (0.4.0)
polyglot (0.3.1)
POpen4 (0.1.4)
rack (1.2.2)
rack-mount (0.6.14)
rack-test (0.5.7)
rails (3.0.6)
railties (3.0.6)
rake (0.8.7)
rb-readline (0.4.0)
rubyzip2 (2.0.1)
sqlite3 (1.3.3 x86-mingw32)
sqlite3-ruby (1.3.3)
thor (0.14.6)
treetop (1.4.9)
tzinfo (0.3.26)
win32-open3 (0.3.2 x86-mingw32)
Thank you in ad...
2012 Mar 07
6
Can't find the PostgreSQL client library (libpq)
When i try it start my ruby server i get a error that looks like
rails server Could not find pg-0.12.2 in any of the sources
Run `bundle install` to install missing gems.
I dont know what to do
Thanks for all the help
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2009 Jul 20
9
rake error
...inecache (0.43)
memcache-client (1.7.4)
metaid (1.0)
mini_magick (1.2.5)
mislav-will_paginate (2.3.11)
mocha (0.9.7)
mojombo-chronic (0.3.0)
money (2.1.3)
mongrel (1.1.5)
mysql (2.7)
net-scp (1.0.2)
net-sftp (2.0.2)
net-ssh (2.0.11)
net-ssh-gateway (1.0.1)
nokogiri (1.3.2)
notahat-machinist (1.0.3)
polyglot (0.2.6)
prawn (0.5.0.1)
prawn-core (0.5.0.1)
prawn-format (0.2.0.1)
prawn-layout (0.2.0.1)
rails (2.3.2, 2.2.2)
rake (0.8.7)
rcov (0.8.1.2.0)
RedCloth (4.2.2)
relevance-rcov (0.8.3.4)
rmagick (2.10.0)
rspec (1.2.7)
ruby-debug (0.10.3)
ruby-debug-base (0.10.3)
ruby_parser (2.0.3)
rubyforge (1.0.3)
s...
2011 Sep 19
27
Installing Rails Help!
....10, bcrypt-ruby-3.0.1,
builder-3.0.0, builder-2.1.2, bundler-1.0.18, coffee-rails-3.1.1,
coffee-script-2.2.0, coffee-script-source-1.1.2, erubis-2.7.0, erubis-2.6.6,
execjs-1.2.6, hike-1.2.1, i18n-0.6.0, jquery-rails-1.0.14, mail-2.3.0,
mail-2.2.19, mime-types-1.16, multi_json-1.0.3, mysql2-0.3.7,
polyglot-0.3.2, rack-1.3.2, rack-1.2.3, rack-cache-1.0.3, rack-mount-0.8.3,
rack-mount-0.6.14, rack-ssl-1.3.2, rack-test-0.6.1, rack-test-0.5.7,
rails-3.0.3, railties-3.1.0, railties-3.0.3, rake-0.9.2, rdoc-3.9.4,
rdoc-2.5.11, rdoc-data-2.5.3, sass-3.1.7, sass-rails-3.1.1, sprockets-2.0.0,
thor-0.14.6, tilt...
2011 Jan 28
5
mysql quotation wonky
Why would, in an upgrade from 3.0.1 to 3.0.3, a rake db:migrate run
this:
SELECT "schema_migrations"."version" FROM "schema_migrations"
vs this ?
SELECT `schema_migrations`.`version` FROM `schema_migrations`
__ rake db:migrate output __
rake aborted!
Mysql::Error: You have an error in your SQL syntax; check the manual
that corresponds to your MySQL server version