search for: woertink

Displaying 6 results from an estimated 6 matches for "woertink".

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 versio...
2010 Nov 30
0
Rails 3 & FasterCSV
...me records based off the data 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...
2010 Dec 02
4
how to redirect to ERROR page /500.html in rails
I setup an application in rails while performing some action am getting below error Status: 500 Internal Server Error Content-Type: text/html 500 Internal Server Error page. using Rails 2.2.2 I want to redirect the user to /500.html so that they get the error page that looks like our application,.how could achieve this ?? -- Posted via http://www.ruby-forum.com/. -- You received this
2007 Mar 26
5
Session trouble
I am having a problem with an assignment to an object stored in session. for example when I am in console o = NewOrder.new # dl = DeliveryLocation.new # o.delivery_location = dl #=> returns a delivery location object # o.delivery_loaction.save #=> returns true when I am using the controller delivery_location = DeliveryLocation.new(params[:delivery_location])
2006 Dec 08
0
Rake help
I have a problem with this application I am working on where I have to modify the schema file directly. (it''s pretty crazy) When I run rake db:test:prepare it will change my schema file to its default setting where create_table :events, :force => true do |t| t.column "name", :string end becomes create_table "events", :force => true do |t| t.column
2010 Mar 08
0
Clearance issues
...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...