DanielFischer.com
2008-Aug-26 00:30 UTC
Rails deployment issue... no such file or directory - getcwd? huh?
Everything works fine locally but when I deploy I get this: Errno::ENOENT (No such file or directory - getcwd): /vendor/rails/activerecord/lib/../../activesupport/lib/ active_support/dependencies.rb:78:in `expand_path'' /vendor/rails/activerecord/lib/../../activesupport/lib/ active_support/dependencies.rb:78:in `require_or_load'' /vendor/rails/activerecord/lib/../../activesupport/lib/ active_support/dependencies.rb:60:in `depend_on'' /vendor/rails/activerecord/lib/../../activesupport/lib/ active_support/dependencies.rb:442:in `require_dependency'' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: 141:in `prepare_application'' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: 178:in `send!'' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: 178:in `run_callbacks'' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: 175:in `each'' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: 175:in `send!'' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: 175:in `run_callbacks'' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: 114:in `dispatch'' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: 126:in `dispatch_cgi'' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/mongrel/ rails.rb:76:in `process'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/mongrel/ rails.rb:74:in `synchronize'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/mongrel/ rails.rb:74:in `process'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ mongrel.rb:155:in `process_client'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ mongrel.rb:155:in `process_client'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ mongrel.rb:154:in `each'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ mongrel.rb:154:in `process_client'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ mongrel.rb:281:in `run'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ mongrel.rb:281:in `initialize'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ mongrel.rb:281:in `new'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ mongrel.rb:281:in `run'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ mongrel.rb:264:in `initialize'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ mongrel.rb:154:in `each'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ mongrel.rb:154:in `process_client'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ mongrel.rb:281:in `run'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ mongrel.rb:281:in `initialize'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ mongrel.rb:281:in `new'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ mongrel.rb:281:in `run'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ mongrel.rb:264:in `initialize'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ mongrel.rb:264:in `new'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ mongrel.rb:264:in `run'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/mongrel/ configurator.rb:282:in `run'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/mongrel/ configurator.rb:281:in `each'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/mongrel/ configurator.rb:281:in `run'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/mongrel_rails: 128:in `run'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/mongrel/ command.rb:212:in `run'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/mongrel_rails: 281 /usr/local/bin/mongrel_rails:16:in `load'' /usr/local/bin/mongrel_rails:16 Anyone have an idea? It''s worked before, but for some reason my new changes aren''t taking place and somehow, at the same time, this error came up. My changes only involve editing the view and routes which is nothing related to the above. I''d love some ideas! Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Conrad Taylor
2008-Aug-26 00:43 UTC
Re: Rails deployment issue... no such file or directory - getcwd? huh?
Hi, does your rails application work locally in production mode? -Conrad On Mon, Aug 25, 2008 at 5:30 PM, DanielFischer.com <arachnd-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> > Everything works fine locally but when I deploy I get this: > > Errno::ENOENT (No such file or directory - getcwd): > /vendor/rails/activerecord/lib/../../activesupport/lib/ > active_support/dependencies.rb:78:in `expand_path'' > /vendor/rails/activerecord/lib/../../activesupport/lib/ > active_support/dependencies.rb:78:in `require_or_load'' > /vendor/rails/activerecord/lib/../../activesupport/lib/ > active_support/dependencies.rb:60:in `depend_on'' > /vendor/rails/activerecord/lib/../../activesupport/lib/ > active_support/dependencies.rb:442:in `require_dependency'' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: > 141:in `prepare_application'' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: > 178:in `send!'' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: > 178:in `run_callbacks'' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: > 175:in `each'' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: > 175:in `send!'' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: > 175:in `run_callbacks'' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: > 114:in `dispatch'' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: > 126:in `dispatch_cgi'' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in > `dispatch'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/mongrel/ > rails.rb:76:in `process'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/mongrel/ > rails.rb:74:in `synchronize'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/mongrel/ > rails.rb:74:in `process'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:155:in `process_client'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:155:in `process_client'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:154:in `each'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:154:in `process_client'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:281:in `run'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:281:in `initialize'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:281:in `new'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:281:in `run'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:264:in `initialize'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:154:in `each'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:154:in `process_client'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:281:in `run'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:281:in `initialize'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:281:in `new'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:281:in `run'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:264:in `initialize'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:264:in `new'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:264:in `run'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/mongrel/ > configurator.rb:282:in `run'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/mongrel/ > configurator.rb:281:in `each'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/mongrel/ > configurator.rb:281:in `run'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/mongrel_rails: > 128:in `run'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/mongrel/ > command.rb:212:in `run'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/mongrel_rails: > 281 > /usr/local/bin/mongrel_rails:16:in `load'' > /usr/local/bin/mongrel_rails:16 > > > Anyone have an idea? > > It''s worked before, but for some reason my new changes aren''t taking > place and somehow, at the same time, this error came up. > > My changes only involve editing the view and routes which is nothing > related to the above. > > I''d love some ideas! > > Thanks. > > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Henry Collingridge
2008-Sep-09 20:13 UTC
Re: Rails deployment issue... no such file or directory - getcwd? huh?
For the record, I had the same problem yesterday. I rebooted my server (a Solaris 10 zone) and that seemed to fix it. On Aug 26, 12:30 pm, "DanielFischer.com" <arac...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Everything works fine locally but when I deploy I get this: > > Errno::ENOENT (No such file or directory - getcwd): > /vendor/rails/activerecord/lib/../../activesupport/lib/ > active_support/dependencies.rb:78:in `expand_path'' > /vendor/rails/activerecord/lib/../../activesupport/lib/ > active_support/dependencies.rb:78:in `require_or_load'' > /vendor/rails/activerecord/lib/../../activesupport/lib/ > active_support/dependencies.rb:60:in `depend_on'' > /vendor/rails/activerecord/lib/../../activesupport/lib/ > active_support/dependencies.rb:442:in `require_dependency'' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: > 141:in `prepare_application'' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: > 178:in `send!'' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: > 178:in `run_callbacks'' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: > 175:in `each'' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: > 175:in `send!'' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: > 175:in `run_callbacks'' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: > 114:in `dispatch'' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb: > 126:in `dispatch_cgi'' > /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in > `dispatch'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/mongrel/ > rails.rb:76:in `process'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/mongrel/ > rails.rb:74:in `synchronize'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/mongrel/ > rails.rb:74:in `process'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:155:in `process_client'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:155:in `process_client'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:154:in `each'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:154:in `process_client'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:281:in `run'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:281:in `initialize'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:281:in `new'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:281:in `run'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:264:in `initialize'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:154:in `each'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:154:in `process_client'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:281:in `run'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:281:in `initialize'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:281:in `new'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:281:in `run'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:264:in `initialize'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:264:in `new'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/ > mongrel.rb:264:in `run'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/mongrel/ > configurator.rb:282:in `run'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/mongrel/ > configurator.rb:281:in `each'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/mongrel/ > configurator.rb:281:in `run'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/mongrel_rails: > 128:in `run'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/../lib/mongrel/ > command.rb:212:in `run'' > /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.1/bin/mongrel_rails: > 281 > /usr/local/bin/mongrel_rails:16:in `load'' > /usr/local/bin/mongrel_rails:16 > > Anyone have an idea? > > It''s worked before, but for some reason my new changes aren''t taking > place and somehow, at the same time, this error came up. > > My changes only involve editing the view and routes which is nothing > related to the above. > > I''d love some ideas! > > Thanks.--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Coby Randquist
2009-Sep-11 17:23 UTC
Re: Rails deployment issue... no such file or directory - ge
Henry Collingridge wrote:> For the record, I had the same problem yesterday. I rebooted my server > (a Solaris 10 zone) and that seemed to fix it.I experienced this issue today, it was caused by the fact that I was running in a directory that I had removed from another terminal instance. -- Posted via http://www.ruby-forum.com/.
Carlos Gottberg
2013-Mar-22 21:37 UTC
Re: Rails deployment issue... no such file or directory - ge
Hey, thanks! I was just about to throw the computer through the window. Was running in a removed directory too. On Friday, 11 September 2009 12:53:51 UTC-4:30, Coby Randquist wrote:> > Henry Collingridge wrote: > > For the record, I had the same problem yesterday. I rebooted my server > > (a Solaris 10 zone) and that seemed to fix it. > > I experienced this issue today, it was caused by the fact that I was > running in a directory that I had removed from another terminal > instance. > -- > 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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/mrGqOP9sG2AJ. For more options, visit https://groups.google.com/groups/opt_out.
Colin Law
2013-Mar-22 22:04 UTC
Re: Re: Rails deployment issue... no such file or directory - ge
On 22 March 2013 21:37, Carlos Gottberg <carlos.gottberg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hey, thanks! I was just about to throw the computer through the window. Was > running in a removed directory too.I expect someone else will do it again in another three or four years. Colin> > > On Friday, 11 September 2009 12:53:51 UTC-4:30, Coby Randquist wrote: >> >> Henry Collingridge wrote: >> > For the record, I had the same problem yesterday. I rebooted my server >> > (a Solaris 10 zone) and that seemed to fix it. >> >> I experienced this issue today, it was caused by the fact that I was >> running in a directory that I had removed from another terminal >> instance. >> -- >> 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 unsubscribe from this group and stop receiving emails from it, send an > email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-talk/-/mrGqOP9sG2AJ. > For more options, visit https://groups.google.com/groups/opt_out. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
Joel Muzzerall
2013-Aug-21 01:37 UTC
Re: Re: Rails deployment issue... no such file or directory - ge
I was running in a removed dir too. Life saving thread. On Friday, March 22, 2013 7:04:52 PM UTC-3, Colin Law wrote:> > On 22 March 2013 21:37, Carlos Gottberg <carlos....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org<javascript:>> > wrote: > > Hey, thanks! I was just about to throw the computer through the window. > Was > > running in a removed directory too. > > I expect someone else will do it again in another three or four years. > > Colin > > > > > > > On Friday, 11 September 2009 12:53:51 UTC-4:30, Coby Randquist wrote: > >> > >> Henry Collingridge wrote: > >> > For the record, I had the same problem yesterday. I rebooted my > server > >> > (a Solaris 10 zone) and that seemed to fix it. > >> > >> I experienced this issue today, it was caused by the fact that I was > >> running in a directory that I had removed from another terminal > >> instance. > >> -- > >> 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 unsubscribe from this group and stop receiving emails from it, send > an > > email to rubyonrails-ta...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. > > To post to this group, send email to rubyonra...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<javascript:>. > > > To view this discussion on the web visit > > https://groups.google.com/d/msg/rubyonrails-talk/-/mrGqOP9sG2AJ. > > For more options, visit https://groups.google.com/groups/opt_out. > > > > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/9fb0fd75-2d66-4ba1-94f2-ed32ea37d23c%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.