Rails 2.2 RC1: i18n, thread safety, docs, etag/last-modified, JRuby/1.9 compatibility

Posted by David October 24, 2008 @ 12:47 PM

Rails 2.2 is almost ready for its final release, but before we christen the gems, we’d like to have everyone test out a release candidate. Rails 2.2 is a major upgrade that includes a wealth of new features and fixes.

Chief inclusions are an internationalization framework, thread safety (including a connection pool for Active Record), easier access to HTTP caching with etags and last modified, compatibility with Ruby 1.9 and JRuby, and a wealth of new documentation.

Mike Gunderloy has compiled an exhaustive list and walk-through of many of the interesting new features for the Rails 2.2 release notes.

To help test the Rails 2.2 release candidate, please install with:
gem install rails -s http://gems.rubyonrails.org -v 2.2.0

Hopefully there will not be too much folly in the RC and we can quickly move to a final release. But it requires your help to get there.

Note that this release is called 2.2.0, not 2.1.99 as our previous naming scheme would have dictated. So the final release of Rails 2.2 will actually be 2.2.1 (if we only need one RC).

Posted in Releases | 50 comments

Comments

  1. AkitaOnRails on 24 Oct 12:58:

    Brazilian/Portuguese Railers, check out the Release Notes in portuguese: http://www.akitaonrails.com/2008/10/24/tradu-o-ruby-on-rails-2-2-release-notes

  2. Jamie van Dyke on 24 Oct 12:59:

    Great changes. I also note the new naming scheme where 2.2.0 is a RC, rather than a stable. 2.2.1 will be stable. Yay!

  3. Ozéias Sant'ana on 24 Oct 13:06:

    Sounds good.

  4. Andrew Chalkley on 24 Oct 13:11:

    Yey! This is how the world ends! (In a good way)

  5. tejo on 24 Oct 13:45:

    I have some problems with mysql gem After some tryes I have installed it with: sudo gem install mysql——with-mysql-config=/usr/local/mysql/bin/mysql_config

    but rails now give me messages like:

    LoadError: Failed to lookup Init function /usr/local/lib/ruby/gems….

    Any Ideas? Seems to be some missing path…but can’t solve this.

  6. Yaroslav Markin on 24 Oct 13:49:

    Great stuff!

    Cheers to I18n team for first I18n-compatible Rails!

  7. Attila Györffy on 24 Oct 14:11:

    I am glad that we have a lot better documentation this time. I just cannot imagine how awesome it is.

    Thanks a lot. Installing in the background already.

    Just a quick one, talking about compatibility: If someone is experiencing compatibility issues with Ruby Enterprise Edition and this release, could you guys let us know about them, please?

    Thanks a lot, Keep up the good work.

    A.

  8. iRubyist on 24 Oct 14:29:

    Looks Excellent! I’ve got a new project starting soon, so perfect timing for me :)

  9. Csiszár Attila on 24 Oct 15:16:

    Thanks Mike for the great summary!

    I couldn’t wait for the I18n support!

    @tejo: maybe your mysql gem isn’t installed correctly. Try it at irb: > require ‘mysql’ =>true It should return true if its correct.

    If fails look at these link, maybe helps: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/249986

  10. Terry Schmidt on 24 Oct 15:16:

    I would like to say “Great Job” to those that worked on this release. I cannot wait to play with all the new features/updates.

  11. Richy on 24 Oct 15:48:

    In the afternoon, i just updated from 2.1.1 to 2.1.2 and make a latest app pass all ‘rake spec’ . Just now, i upgrade to 2.2.0. With some tiny effort, only the parts using searchgasm have problem.

    Wonderful work!

  12. Bob on 24 Oct 16:16:
    1. rails /usr/local/lib/ruby/gems/1.8/gems/rails-2.2.0/bin/../lib/rails_generator/options.rb:32:in `default_options’: undefined method `write_inheritable_attribute’ for Rails::Generator::Base:Class (NoMethodError) from /usr/local/lib/ruby/gems/1.8/gems/rails-2.2.0/bin/../lib/rails_generator/base.rb:90 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require’ from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require’ from /usr/local/lib/ruby/gems/1.8/gems/rails-2.2.0/bin/../lib/rails_generator.rb:34 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require’ from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require’ from /usr/local/lib/ruby/gems/1.8/gems/rails-2.2.0/bin/rails:13 from /usr/local/bin/rails:19:in `load’ from /usr/local/bin/rails:19
  13. Tom on 24 Oct 17:25:

    installing under Ruby1.9 trunk

    error create new rails app,

    /opt/ruby1.9/lib/ruby/gems/1.9.0/gems/activesupport-2.2.0/lib/active_support.rb:26:in `require’: /opt/ruby1.9/lib/ruby/gems/1.9.0/gems/activesupport-2.2.0/lib/active_support/inflector.rb:281: invalid multibyte char (US-ASCII) (SyntaxError) /opt/ruby1.9/lib/ruby/gems/1.9.0/gems/activesupport-2.2.0/lib/active_support/inflector.rb:281: invalid multibyte char (US-ASCII) /opt/ruby1.9/lib/ruby/gems/1.9.0/gems/activesupport-2.2.0/lib/active_support/inflector.rb:281: syntax error, unexpected $end, expecting ‘)’ if “foo” != Inflector.transliterate(“föö”) ^ from /opt/ruby1.9/lib/ruby/gems/1.9.0/gems/activesupport-2.2.0/lib/active_support.rb:26:in `<top>‘ from /opt/ruby1.9/lib/ruby/gems/1.9.0/gems/rails-2.2.0/lib/rails_generator.rb:28:in `require’ from /opt/ruby1.9/lib/ruby/gems/1.9.0/gems/rails-2.2.0/lib/rails_generator.rb:28:in `<top>‘ from /opt/ruby1.9/lib/ruby/gems/1.9.0/gems/rails-2.2.0/bin/rails:13:in `require’ from /opt/ruby1.9/lib/ruby/gems/1.9.0/gems/rails-2.2.0/bin/rails:13:in `<top>‘ from /opt/ruby1.9/bin/rails:19:in `load’ from /opt/ruby1.9/bin/rails:19:in `<main>‘

  14. tejo on 24 Oct 18:51:

    @Csiszár Attila thanks for your help…but still get the same error… =(

  15. Erik on 24 Oct 19:49:

    Thank you guys, fantastic news!

  16. Miha Filej on 24 Oct 20:03:

    Nice summary. I would just like to point out that Enumerable#several? mentioned under 9.4. was actually renamed to many? inba0f38f8.

  17. Jinzhu on 24 Oct 22:53:

    Awesome :)

  18. random8r on 25 Oct 02:57:

    I wonder when Active Record will get proper encapsulation of ‘attributes’. At present it’s impossible to have an interface on a model object.

    FAIL!

  19. rayngwf on 25 Oct 06:45:

    Cheers! Rails!!

  20. Mike Gunderloy on 25 Oct 11:20:

    Thanks, Miha – the Release Notes were an RC themselves ;)

  21. tejo on 25 Oct 13:37:

    UPDATE about the mysql gem madness:

    After a load of pain and suffer i solved Installing mysql5 client from port

    sudo port install mysql5

    and re-installing the mysql gem with this options:

    sudo env ARCHFLAGS=”arch i386” gem install mysql -—with-mysql-include=/opt/local/include/mysql5—with-mysql-lib=/opt/local/lib/mysql5—with-mysql-config=/opt/local/lib/mysql5/bin/mysql_config

    Hope this can help somebody to save some hours of googoling.

  22. Scott White on 25 Oct 17:35:
    @Tom, Had the same issue. I had to add
    1. coding:utf-8

    To the top of inflector.rb, surely not the greatest thing to do but get’s me moving towards testing ruby 1.9 with this rails version. Anyone know the correct way for the encoding to work?

  23. Scott White on 25 Oct 17:38:

    Hmm, yea that should be a pound symbol not the number 1

  24. Steve Purcell on 25 Oct 18:39:

    This release is the first in recent times to not work with the pure-ruby PostgreSQL driver. Was this accidental, or considered an acceptable loss?

  25. Pratik on 25 Oct 20:36:

    @Steve Purcell : Sounds accidental. You might want to drop an email to the core mailing list – http://groups.google.com/group/rubyonrails-core

  26. pra on 26 Oct 04:43:

    after installing not able to generate controllers

    Macintosh:vms Pra$ ruby script/generate controller Vacancy undefined method `empty?’ for /_generator$/:Regexp

  27. Hiroshi on 27 Oct 03:13:

    Be careful, If you use cache_template_loading in production.rb or else, you’ll get “undefined method `cache_template_loading=’ for ActionView::Base:Class”. Just remove the line.

    For more details see: http://github.com/rails/rails/commit/83e29b9773ac113ceacb1e36c2f333d692de2573

  28. Jens on 27 Oct 10:26:

    I have gettext installed and starting the server results are:

    Exiting /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.0/lib/active_support/core_ext/module/aliasing.rb:33:in `alias_method’: undefined method `render_file’ for class `ActionView::Base’ (NameError) from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.0/lib/active_support/core_ext/module/aliasing.rb:33:in `alias_method_chain’ from /usr/lib/ruby/gems/1.8/gems/gettext-1.93.0/lib/gettext/rails.rb:291 from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:32:in `gem_original_require’ from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:32:in `require’ from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.0/lib/active_support/dependencies.rb:148:in `require’ from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.0/lib/active_support/dependencies.rb:507:in `new_constants_in’ from /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.0/lib/active_support/dependencies.rb:148:in `require’ from /home/svn/carroll/ivac-ror/app/controllers/application.rb:3

    Any idea how to solve this? Thanks

  29. Khalid Shaikh on 28 Oct 17:29:

    Great work!

  30. ratnaonrails.wordpress.com on 29 Oct 07:03:

    Hi I18n team,

    I have a translation in tamil language. How to add this to the language set u have.

    Regards, Ratnavel.

  31. Xiaoxin on 29 Oct 09:54:

    Excellent

  32. Frank on 30 Oct 22:15:

    When are you guys expecting to release the final version and the gem?

  33. Maciej Piechotka on 31 Oct 19:40:

    Personally I prefere the old scheme – because it follows the rule of least surprise.

  34. Vipin on 04 Nov 06:30:

    Hi all,

    I have a problem with acts_as_rateable in rails 2.2.0.

    ActionView::TemplateError (uninitialized constant <#object>::Rating) on line #10 of app/views/blah/blah.html.erb:

    /Library/Ruby/Gems/1.8/gems/activesupport-2.2.0/lib/active_support/dependencies.rb:102:in `const_missing’ /Library/Ruby/Gems/1.8/gems/activerecord-2.2.0/lib/active_record/base.rb:2042:in `compute_type’ /Library/Ruby/Gems/1.8/gems/activesupport-2.2.0/lib/active_support/core_ext/kernel/reporting.rb:11:in `silence_warnings’ /Library/Ruby/Gems/1.8/gems/activerecord-2.2.0/lib/active_record/base.rb:2038:in `compute_type’ /Library/Ruby/Gems/1.8/gems/activerecord-2.2.0/lib/active_record/reflection.rb:151:in `send’ /Library/Ruby/Gems/1.8/gems/activerecord-2.2.0/lib/active_record/reflection.rb:151:in `klass’ /Library/Ruby/Gems/1.8/gems/activerecord-2.2.0/lib/active_record/reflection.rb:182:in `quoted_table_name’ /Library/Ruby/Gems/1.8/gems/activerecord-2.2.0/lib/active_record/associations/has_many_association.rb:91:in `construct_sql’ /Library/Ruby/Gems/1.8/gems/activerecord-2.2.0/lib/active_record/associations/association_collection.rb:21:in `initialize’ /Library/Ruby/Gems/1.8/gems/activerecord-2.2.0/lib/active_record/associations.rb:1289:in `new’ /Library/Ruby/Gems/1.8/gems/activerecord-2.2.0/lib/active_record/associations.rb:1289:in `ratings’

    This happens only in production mode. Not in development mode.

    Any ideas???

    Vipin

  35. Jim Lee on 04 Nov 15:59:

    I have the following error while trying to run the golberg submodule installation.

    rake goldberg:install—trace > output rake aborted! uninitialized constant Rails::Plugin::Dependencies /home/racerx/code/rails/demo2/vendor/rails/activesupport/lib/active_support/dependencies.rb:102:in `const_missing_before_generators’ /home/racerx/code/rails/demo2/vendor/rails/railties/lib/rails_generator/lookup.rb:15:in `const_missing’ /home/racerx/code/rails/demo2/vendor/plugins/goldberg/init.rb:9:in `evaluate_init_rb’ /home/racerx/code/rails/demo2/config/../vendor/rails/railties/lib/rails/plugin.rb:103:in `evaluate_init_rb’ /home/racerx/code/rails/demo2/vendor/rails/activesupport/lib/active_support/core_ext/kernel/reporting.rb:11:in `silence_warnings’ /home/racerx/code/rails/demo2/config/../vendor/rails/railties/lib/rails/plugin.rb:99:in `evaluate_init_rb’ /home/racerx/code/rails/demo2/config/../vendor/rails/railties/lib/rails/plugin.rb:44:in `load’ /home/racerx/code/rails/demo2/config/../vendor/rails/railties/lib/rails/plugin/loader.rb:33:in `load_plugins’ /home/racerx/code/rails/demo2/config/../vendor/rails/railties/lib/rails/plugin/loader.rb:32:in `each’ /home/racerx/code/rails/demo2/config/../vendor/rails/railties/lib/rails/plugin/loader.rb:32:in `load_plugins’ /home/racerx/code/rails/demo2/config/../vendor/rails/railties/lib/initializer.rb:319:in `load_plugins’ /home/racerx/code/rails/demo2/config/../vendor/rails/railties/lib/initializer.rb:157:in `process’ /home/racerx/code/rails/demo2/config/../vendor/rails/railties/lib/initializer.rb:112:in `send’ /home/racerx/code/rails/demo2/config/../vendor/rails/railties/lib/initializer.rb:112:in `run’ /home/racerx/code/rails/demo2/config/environment.rb:13 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require’ /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require’ /home/racerx/code/rails/demo2/vendor/rails/activesupport/lib/active_support/dependencies.rb:148:in `require’ /home/racerx/code/rails/demo2/vendor/rails/activesupport/lib/active_support/dependencies.rb:507:in `new_constants_in’ /home/racerx/code/rails/demo2/vendor/rails/activesupport/lib/active_support/dependencies.rb:148:in `require’ /home/racerx/code/rails/demo2/vendor/rails/railties/lib/tasks/misc.rake:3 /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:617:in `call’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:617:in `execute’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:612:in `each’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:612:in `execute’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:578:in `invoke_with_call_chain’ /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:571:in `invoke_with_call_chain’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:588:in `invoke_prerequisites’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:585:in `each’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:585:in `invoke_prerequisites’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:577:in `invoke_with_call_chain’ /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:571:in `invoke_with_call_chain’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:588:in `invoke_prerequisites’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:585:in `each’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:585:in `invoke_prerequisites’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:577:in `invoke_with_call_chain’ /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:571:in `invoke_with_call_chain’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:588:in `invoke_prerequisites’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:585:in `each’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:585:in `invoke_prerequisites’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:577:in `invoke_with_call_chain’ /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:571:in `invoke_with_call_chain’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:564:in `invoke’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2019:in `invoke_task’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in `top_level’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in `each’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in `top_level’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2036:in `standard_exception_handling’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1991:in `top_level’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1970:in `run’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2036:in `standard_exception_handling’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1967:in `run’ /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/bin/rake:31 /usr/bin/rake:19:in `load’ /usr/bin/rake:19

  36. Fred 2 on 04 Nov 19:34:

    What does the new config.gems get you that the old $GEM_PATH and $GEM_HOME does not?

    See http://wiki.rubyonrails.org/rails/pages/HowToUseMultipleGemRepositories

    I just have a global gems repo and the wider use-any-gem functionality of vendor/gems located in RAILS_ROOT/gems by putting GEM_HOME to RAILS_ROOT/gems and setting GEM_PATH to $GEM_HOME:<the rest>

    What am I missing?

  37. thaniyarasu on 05 Nov 15:38:

    Excellent

  38. bucteldete on 07 Nov 18:27:

    How does a reverse mortgage work?

  39. hoboal on 08 Nov 23:30:

    Hi all, my name is Albert Shulze and i am the owner of Orlando Floor Restoration. I hope that my skill can help a few of you on this board. I am also a proud member of the Natural Stone Restoration Alliance, so if I do not have the answer, I can get it for you.

  40. Nikolay Kolev on 09 Nov 01:32:

    I couldn’t believe that the Rails core team pick the enterprisey and cryptic i18n vs natural language such as intl or similar!

  41. Strock on 09 Nov 13:34:

    Installed under Ruby 1.9.1-preview1, got two problems while creating new Rails application:

    1) Similar to Tom’s problem with invalid multibyte char – resolved by adding # coding:utf-8 to the top of inflector.rb

    2) macbook-pro-strock:test_9 strock$ rails . uninitialized constant ActiveSupport::SecureRandom

    Don’t know how to resolve second problem. Can you help me with it?

  42. Dominic on 10 Nov 08:55:

    I’m having a lot of problems when porting from Rails 2.x to 2.2 with Inflectors. Such errors as:

    uninitialized constant FileColumn::ClassMethods::Inflector

    I believe lots of plugins depended on this method. How are you guys safely dealing with this?

  43. pal on 10 Nov 12:02:

    @Strock

    To resolve “uninitialized constant ActiveSupport::SecureRandom” while running rails, add this to the top of “rails-2.2.0/lib/rails_generator/generators/applications/app/app_generator.rb”

    require ‘active_support/secure_random’

  44. James on 10 Nov 15:34:

    I can’t wait for Ruby 1.9 and Rails 2.2 to get finalized and the new Pragmatic Programmer books to come out ( I CAN wait for it all be get done right, though).

  45. Strock on 11 Nov 06:23:

    @pal, thank you, your advice helped me and I succesfully generated blank Rails 2.2.0 application. Now, when I try to start script/console, I get this:

    Loading development environment (Rails 2.2.0) /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.0/lib/active_support/deprecation.rb:10: warning: already initialized constant DEFAULT_BEHAVIORS /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-2.2.0/lib/action_controller/routing/segments.rb:6: warning: encoding option is ignored – N /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.0/lib/active_support/deprecation.rb:10: warning: already initialized constant DEFAULT_BEHAVIORS /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.0/lib/active_support/dependencies.rb:428:in `rescue in load_missing_constant’: uninitialized constant ActiveSupport::Rescuable (NameError) from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.0/lib/active_support/dependencies.rb:424:in `load_missing_constant’ from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.0/lib/active_support/dependencies.rb:77:in `const_missing_with_dependencies’ from /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-2.2.0/lib/action_controller/rescue.rb:45:in `included’ from /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-2.2.0/lib/action_controller.rb:66:in `include’ from /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-2.2.0/lib/action_controller.rb:66:in `block in <top>‘ from /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-2.2.0/lib/action_controller.rb:61:in `class_eval’ from /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-2.2.0/lib/action_controller.rb:61:in `<top>‘ from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.0/lib/active_support/dependencies.rb:148:in `require’ from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.0/lib/active_support/dependencies.rb:148:in `block in require’ from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.0/lib/active_support/dependencies.rb:507:in `new_constants_in’ from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.0/lib/active_support/dependencies.rb:148:in `require’ from /usr/local/lib/ruby/gems/1.9.1/gems/rails-2.2.0/lib/initializer.rb:253:in `block in require_frameworks’ from /usr/local/lib/ruby/gems/1.9.1/gems/rails-2.2.0/lib/initializer.rb:253:in `each’ from /usr/local/lib/ruby/gems/1.9.1/gems/rails-2.2.0/lib/initializer.rb:253:in `require_frameworks’ from /usr/local/lib/ruby/gems/1.9.1/gems/rails-2.2.0/lib/initializer.rb:133:in `process’ from /usr/local/lib/ruby/gems/1.9.1/gems/rails-2.2.0/lib/initializer.rb:112:in `run’ from /Users/strock/Code/test_9/config/environment.rb:13:in `<top>‘ from /usr/local/lib/ruby/1.9.1/irb/init.rb:249:in `require’ from /usr/local/lib/ruby/1.9.1/irb/init.rb:249:in `block in load_modules’ from /usr/local/lib/ruby/1.9.1/irb/init.rb:247:in `each’ from /usr/local/lib/ruby/1.9.1/irb/init.rb:247:in `load_modules’ from /usr/local/lib/ruby/1.9.1/irb/init.rb:20:in `setup’ from /usr/local/lib/ruby/1.9.1/irb.rb:53:in `start’ from /usr/local/bin/irb:12:in `<main>‘

  46. Mitch on 13 Nov 12:13:

    Yeah, i know how irritating a CAPTCHA box can be, but isn’t it much better than a bunch of spam in the blog?

  47. HSCharles on 16 Nov 01:59:

    I have a flash site i’m looking for the script who makes google adsense with flash. do you know this script?

  48. illitipse on 18 Nov 05:25:

    Hello. It is test.

  49. BusseaspKem on 20 Nov 02:36:

    Laticia & Elissa Fucking

    http://img146.imagevenue.com/img.php?image=th_08378_1_123_1102lo.jpg<>img] http://img161.imagevenue.com/img.php?image=th_08385_3_123_1192lo.jpg<>img]

    2 Hot Lesbians Fucking Each Other http://www.fucking4utoo.com/showthread.php?t=9

  50. dorikibirovtop on 22 Nov 00:40:

    barry goldwater range in arizona This website about is focused on [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=29]boob[/url], free online graphic novels hot latina women having hardcore sex in these movies lil jhon snap yo fingers )...[url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=46]femdom tgp[/url]. ! [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=14]her first big cock[/url] important!! What is [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=53]free porn movies[/url] that was xerox solid ink [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=73]free huge tits[/url]. is nice [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=75]sexual intercourse[/url] clean picture jokes appleton attempted homicide shower to wathc. Now [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=119]lesbian threesome[/url]. Today [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=48]disturbed ten thousand fists[/url] free downloadable old english font [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=104]lesbians licking pussy[/url]. Is the [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=111]woman with small tits[/url] or [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=85]male masturbation video[/url] realy [url=https://wiki.ubuntu.com/Der74hva3?action=AttachFile&do=get&target=133]fingering a vagina[/url] grandparents sueing for visitation rights . Ok, now [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=127]transgender sex[/url] is the best [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=95]oral sex[/url] with [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=59]free gay sex movies/urltitty fucking[/url], do u think? this [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=129]transvestite clothing[/url] 1997 harley fxdl vibration . In the [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=12]big round butts[/url] justin timberlakebringing sexy back , [url=https://wiki.ubuntu.com/Der74hva3?action=AttachFile&do=get&target=136]upskirt voyeur[/url]. From now all porn links [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=94]nudes[/url] amazing fist anal is true. what? Why my [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=97]lesbian orgy[/url] everybody love so much? Couse [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=1]anal sex[/url] is audioslave dandelion lyrics and breadman bread machines . Low aluminum recumbent bicycles enforcing noncompetition agreement maine [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=98]free pantyhose gallery[/url] : real [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=55]free porn videos[/url],This [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=35]big clitoris[/url]. ... pang 96 the game new media esplanade job shootings in waipahu ([url=https://wiki.ubuntu.com/Der74hva3?action=AttachFile&do=get&target=132]bald vagina[/url], [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=50]free gay porn movies[/url]) girls giving oral pleasure . alexandro , [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=66]hardcore sex galleries[/url] and [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=119]threesome sex[/url]. nudity tits/urlnude girls[/url], ebonite cross fire and that’s it. A wofford family coat of arms can come [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=76]interracial porn[/url]. So everybody! [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=49]foursome porn/urldisturbed ten thousand fists[/url] black ice defender , integrate . 12 volt ride on jeep australia follow [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=89]milf hunter[/url] rick forrestal and [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=55]free gay porn[/url].What is never norwegian family names is the same as [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=45]female orgasms[/url] and [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=73]huge black tits[/url] with [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=77]kinky girls[/url] prostatasamen melken . Who is jt sprocketschain silencer ? He watch [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=104]lesbian pussy licking[/url] all the time. [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=49]foursome sex/urlteen lesbian[/url] !!! Now…maori tattoo design [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=74]free hustler[/url] so so… Let’s do [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=28]free bondage[/url] satsuma vase gold boobs sexy hot remote control car parts prices [url=http://blake.bcm.tmc.edu/emanwiki/Hval_Derek?action=AttachFile&do=get&target=124]small tits[/url]