search for: jeremywoertink

Displaying 4 results from an estimated 4 matches for "jeremywoertink".

2010 Nov 22
3
Issue using bundler
I run bundle install, or bundle update, and it fails. I''m using RVM, so if I switch to Ruby 1.9.2, this works fine, but using Ruby 1.8.7 it fails. Any idea? jeremy-woertinks-imac:winovations jeremywoertink$ bundle update Fetching source index for http://rubygems.org/ Using rake (0.8.7) Using RedCloth (4.2.3) Using abstract (1.0.0) Installing activesupport (3.0.1) /Library/Ruby/Site/1.8/rubygems/installer.rb:164:in `install'': activesupport requires Ruby version >= 1.8.7. (Gem::InstallError...
2010 Jan 08
7
input form fields not in the #<WWW::Mechanize::Form array
Hi This may be a dumb question with an obvious answer. It would seem that an input form field identified with an ''id'' qualifier and not with a ''name'' qualifier is not recognised by Mechanize - at least it isn''t in the form field list. Is there any way of getting at these elements or am I, as I suspect, fresh out of luck. But you never know ...
2010 Nov 30
0
Rails 3 & FasterCSV
...ta in the CSV files. I''m pretty sure the problem is a character encoding issue because the CSV is full of French and German words. If I remove all the accents off the letters, then it uploads fine, otherwise it just throws a FasterCSV::MalformedCSVError. jeremy-woertinks-imac:winovations jeremywoertink$ file -I ~/Downloads/example.csv /Users/jeremywoertink/Downloads/example.csv: text/plain; charset=iso-8859-1 I''m using jeremy-woertinks-imac:winovations jeremywoertink$ ruby -v ruby 1.8.7 (2010-08-16 patchlevel 302) [i686-darwin9.8.0] gem ''rails'', ''3.0.1'...
2010 Mar 08
0
Clearance issues
.... Now, this issue I''m having might not be related directly to bundler, but I can''t figure out what else could be causing it. My Gemfile source :gemcutter gem "rails", "~> 2.3.5", :require => nil gem "clearance", "0.8.6" My Problem jeremywoertink$ ./script/generate clearance Couldn''t find ''clearance'' generator jeremywoertink$ ./script/console Loading development environment (Rails 2.3.5) >> Clearance => Clearance >> Anyone have any suggestions? Thanks, ~Jeremy -- Posted via http://www.ruby-foru...