search for: orderedoption

Displaying 7 results from an estimated 7 matches for "orderedoption".

Did you mean: orderedoptions
2006 Jun 16
5
superclass mismatch for class OrderedOptions
I have Rails 1.1.2 installed and froze my app to 1.0 by checking it out into the vender directory. Maybe it''s coincidence, but now when trying to do rake migrate I get this: > rake migrate --trace (in /home/beet/workspace/) rake aborted! superclass mismatch for class OrderedOptions /usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/ordered_options.rb:27 /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'' /usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in `require'' /usr/lib/ruby/gems/...
2006 Mar 06
0
superclass mismatch for class OrderedOption Edge Rails
I upgraded rake as mentioned on other blogs in order to get switchtower now Capsitrano to work in an app that I need some features and bug fixes of Rails 1.1 but now known of my rake tasks work with the app, however switchtower does. I get a superclass mismatch for class OrderedOption error whenever I try to run any rake task. The wierd thing is that it works just fine on my dev box, it is our staging box that is throwing up. I am running our staging box on ruby 1.8.2 edge rails Lighttpd FastCGI. Any thoughts? Andrew
2007 Feb 05
0
superclass mismatch for class OrderedOptions (TypeError)
ngw@adreadedsunnyday ~/projects/hotchalk$ script/server ./script/../config/boot.rb:28:Warning: require_gem is obsolete. Use gem instead. /opt/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/initializer.rb:606: superclass mismatch for class OrderedOptions (TypeError) from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/ custom_require.rb:27:in `gem_original_require'' from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/ custom_require.rb:27:in `require'' from /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.3...
2006 Apr 27
6
OrderedHash
Looks like I have skipped on this, but still - a couple of questions: 1) Why there suddenly is an OrderedHash in ActiveSupport? (this glaring omission from ruby core is present in many apps already) 2) Why it doesn''t match the semantics of Hash respectively? 3) Why it''s #nodoc ? -- Julian ''Julik'' Tarkhanov please send all personal mail to me at julik.nl
2006 May 02
4
ordering after a inject
Hi, My results are getting out of order after I do the following command: count = result.inject({}) { |hsh, row| hsh[row[''name'']] = row[''count''].to_i; hsh } Why? Here are more specifics: My complete method is this (based off of acts_as_taggable code - not'' DHHs, but the original one): def self.sql_to_count_plays(lookback) sql =
2007 Feb 09
1
First steps: superclass mismatch
...talled via "gem install typo" and "typo install /my/path/..." so far so good. Starting script/server or public/dispatch.cgi brings up: # ruby script/server ./script/../config/../vendor/rails/activesupport/lib/active_support/ordered_options.rb:28: superclass mismatch for class OrderedOptions (TypeError) from ./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:364:in `require'' from ./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:364:in `require'' from ./script/../config/../vendo...
2007 Dec 21
4
Action Web Service and rails 2.0
Hi, Just thought I''d share what we did to get action web service to go on rails 2.0 http://www.texperts.com/2007/12/21/using-action-web-service-with-rails-20/ Fred --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to