Rails3 branch update

113 views
Skip to first unread message

Bruno Bornsztein

unread,
Oct 6, 2011, 12:33:42 PM10/6/11
to communi...@googlegroups.com
Hi all,
Just some updates on what's happening with the Rails3 branch:

- As always, keep an eye on the Rails3 branch; it's being updated a lot. The README has been updated to make installation a little less confusing. 
- I have a Rails3 branch of the ce-heroku repo - this is an example Rails 3.1 app with CE installed, ready to deploy to Heroku. In fact, it's running there already: http://ce-rails3.herokuapp.com
http://communityengine.org/ needs some updating; a lot of the documentation is out of date (for Rails3 I'll  be moving everything back to Githiub wikis.
- The plugins listed at http://communityengine.org/ will not be maintained for the Rails3 (that's not say they won't work; just that I won't support them). The Rails3 branch comes with Facebook login (via omniauth) built in.

Thanks!
Bruno

Bruno Bornsztein

unread,
Oct 6, 2011, 12:48:04 PM10/6/11
to communi...@googlegroups.com
Update: I went ahead and moved the CE demo app over to the new Rails3 branch:



Thanks,
Bruno

Raj Kumar Goyal

unread,
Apr 23, 2013, 9:25:24 AM4/23/13
to communi...@googlegroups.com
Hi,

I try to create user on hero console and got following error:

Errno::ECONNREFUSED: Connection refused - connect(2)
from /usr/local/lib/ruby/1.9.1/net/smtp.rb:546:in `initialize'
from /usr/local/lib/ruby/1.9.1/net/smtp.rb:546:in `open'
from /usr/local/lib/ruby/1.9.1/net/smtp.rb:546:in `tcp_socket'
from /usr/local/lib/ruby/1.9.1/net/smtp.rb:555:in `block in do_start'
from /usr/local/lib/ruby/1.9.1/timeout.rb:58:in `timeout'
from /usr/local/lib/ruby/1.9.1/timeout.rb:89:in `timeout'
from /usr/local/lib/ruby/1.9.1/net/smtp.rb:555:in `do_start'
from /usr/local/lib/ruby/1.9.1/net/smtp.rb:525:in `start'
from /app/vendor/bundle/ruby/1.9.1/gems/mail-2.4.4/lib/mail/network/delivery_methods/smtp.rb:144:in `deliver!'
from /app/vendor/bundle/ruby/1.9.1/gems/mail-2.4.4/lib/mail/message.rb:2034:in `do_delivery'
from /app/vendor/bundle/ruby/1.9.1/gems/mail-2.4.4/lib/mail/message.rb:229:in `block in deliver'
from /app/vendor/bundle/ruby/1.9.1/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:415:in `block in deliver_mail'
from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
from /app/vendor/bundle/ruby/1.9.1/gems/actionmailer-3.2.8/lib/action_mailer/base.rb:413:in `deliver_mail'
... 13 levels...
from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.8/lib/active_record/callbacks.rb:264:in `create_or_update'
from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.8/lib/active_record/persistence.rb:104:in `save!'
from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.8/lib/active_record/validations.rb:56:in `save!'
from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.8/lib/active_record/attribute_methods/dirty.rb:33:in `save!'
from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.8/lib/active_record/transactions.rb:246:in `block in save!'
from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.8/lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status'
from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.8/lib/active_record/transactions.rb:208:in `transaction'
from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.8/lib/active_record/transactions.rb:293:in `with_transaction_returning_status'
from /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.8/lib/active_record/transactions.rb:246:in `save!'
from (irb):12
from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.8/lib/rails/commands/console.rb:47:in `start'
from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.8/lib/rails/commands/console.rb:8:in `start'
from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.8/lib/rails/commands.rb:41:in `<top (required)>'
from script/rails:6:in `require'
from script/rails:6:in `<main>'irb(main):013:0> 

Thanks
Raj

On Tue, Apr 23, 2013 at 5:47 PM, Raj Kumar Goyal <goyal...@gmail.com> wrote:
I need to deploy on heroku and the both url are not working.

I need a tutorial to deploy on heroku.

Thanks
Raj

--
You received this message because you are subscribed to a topic in the Google Groups "CommunityEngine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/communityengine/qvjBYGQxcyo/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to communityengi...@googlegroups.com.
To post to this group, send email to communi...@googlegroups.com.
Visit this group at http://groups.google.com/group/communityengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Bruno Bornsztein

unread,
Apr 23, 2013, 10:26:55 AM4/23/13
to communi...@googlegroups.com
Looks like you haven't set up an e-mail server: look into one of the addons for heroku: https://addons.heroku.com/?q=mail


--
You received this message because you are subscribed to the Google Groups "CommunityEngine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to communityengi...@googlegroups.com.

Raj Kumar Goyal

unread,
Apr 23, 2013, 1:40:55 PM4/23/13
to communi...@googlegroups.com
Thanks.

It has been working fine on localhost.

But on heroku, when I press sign up button on signup page, it says - 

We're sorry, but something went wrong.


Here is the heroku log...

rkgoyal@rkgoyal:~/projects/rajkrgoyal-communityengine$ heroku logs
2013-04-23T17:27:02.210289+00:00 heroku[web.1]: State changed from up to starting
2013-04-23T17:27:02.884128+00:00 heroku[slugc]: Slug compilation finished
2013-04-23T17:27:03.931439+00:00 heroku[web.1]: Starting process with command `bundle exec rails server -p 10391`
2013-04-23T17:27:06.315717+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2013-04-23T17:27:07.472253+00:00 app[web.1]: /usr/local/lib/ruby/1.9.1/webrick/server.rb:90:in `select'
2013-04-23T17:27:07.472253+00:00 app[web.1]: [2013-04-23 17:27:07] ERROR SignalException: SIGTERM
2013-04-23T17:27:12.408141+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:27:12.408141+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:27:12.409585+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:27:12.409791+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:27:12.410020+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:27:12.410238+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style
 plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:27:12.410476+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:27:12.410672+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:27:12.410905+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:27:12.411132+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:27:12.411369+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:27:16.098807+00:00 heroku[web.1]: Error R12 (Exit timeout) -> At least one process failed to exit within 10 seconds of SIGTERM
2013-04-23T17:27:16.098854+00:00 heroku[web.1]: Stopping remaining processes with SIGKILL
2013-04-23T17:27:16.972774+00:00 app[web.1]:         SECURITY WARNING: No secret option provided to Rack::Session::Cookie.
2013-04-23T17:27:16.972774+00:00 app[web.1]:         This poses a security threat. It is strongly recommended that you
2013-04-23T17:27:16.972774+00:00 app[web.1]:         cookies. This will not be supported in future versions of Rack, and
2013-04-23T17:27:16.972774+00:00 app[web.1]:         provide a secret to prevent exploits that may be possible from crafted
2013-04-23T17:27:16.972774+00:00 app[web.1]:         future versions will even invalidate your existing user cookies.
2013-04-23T17:27:16.972774+00:00 app[web.1]: 
2013-04-23T17:27:16.972774+00:00 app[web.1]:         Called from: /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/session/abstract_store.rb:28:in `initialize'.
2013-04-23T17:27:16.972774+00:00 app[web.1]: 
2013-04-23T17:27:18.368923+00:00 heroku[web.1]: Process exited with status 137
2013-04-23T17:27:20.746614+00:00 app[web.1]: [2013-04-23 17:27:20] INFO  WEBrick::HTTPServer#start: pid=2 port=10391
2013-04-23T17:27:20.746320+00:00 app[web.1]: [2013-04-23 17:27:20] INFO  ruby 1.9.2 (2011-07-09) [x86_64-linux]
2013-04-23T17:27:20.746320+00:00 app[web.1]: [2013-04-23 17:27:20] INFO  WEBrick 1.3.1
2013-04-23T17:27:29.329691+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2013-04-23T17:27:29.352136+00:00 heroku[web.1]: Starting process with command `bundle exec rails server -p 46828`
2013-04-23T17:27:29.845291+00:00 app[web.1]: [2013-04-23 17:27:29] ERROR SignalException: SIGTERM
2013-04-23T17:27:29.845291+00:00 app[web.1]: /usr/local/lib/ruby/1.9.1/webrick/server.rb:90:in `select'
2013-04-23T17:27:39.176408+00:00 heroku[web.1]: Stopping remaining processes with SIGKILL
2013-04-23T17:27:39.176246+00:00 heroku[web.1]: Error R12 (Exit timeout) -> At least one process failed to exit within 10 seconds of SIGTERM
2013-04-23T17:27:40.921652+00:00 heroku[web.1]: Process exited with status 137
2013-04-23T17:27:43.217292+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:27:43.217409+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:27:43.218884+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:27:43.220351+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:27:43.219739+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:27:43.219151+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:27:43.220351+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:27:43.219432+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplu
gin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:27:43.220577+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:27:43.221315+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:27:43.220931+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:27:48.698604+00:00 app[web.1]:         This poses a security threat. It is strongly recommended that you
2013-04-23T17:27:48.698604+00:00 app[web.1]:         provide a secret to prevent exploits that may be possible from crafted
2013-04-23T17:27:48.698604+00:00 app[web.1]:         SECURITY WARNING: No secret option provided to Rack::Session::Cookie.
2013-04-23T17:27:48.698604+00:00 app[web.1]: 
2013-04-23T17:27:48.698604+00:00 app[web.1]:         cookies. This will not be supported in future versions of Rack, and
2013-04-23T17:27:48.698604+00:00 app[web.1]:         future versions will even invalidate your existing user cookies.
2013-04-23T17:27:48.698604+00:00 app[web.1]:         Called from: /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/session/abstract_store.rb:28:in `initialize'.
2013-04-23T17:27:48.698604+00:00 app[web.1]: 
2013-04-23T17:27:52.925234+00:00 app[web.1]: [2013-04-23 17:27:52] INFO  WEBrick::HTTPServer#start: pid=2 port=46828
2013-04-23T17:27:52.924636+00:00 app[web.1]: [2013-04-23 17:27:52] INFO  WEBrick 1.3.1
2013-04-23T17:27:52.924812+00:00 app[web.1]: [2013-04-23 17:27:52] INFO  ruby 1.9.2 (2011-07-09) [x86_64-linux]
2013-04-23T17:27:53.065220+00:00 heroku[web.1]: State changed from starting to up
2013-04-23T17:32:12.722579+00:00 heroku[slugc]: Slug compilation started
2013-04-23T17:33:50.701419+00:00 heroku[api]: Release v17 created by goyal...@gmail.com
2013-04-23T17:33:50.742318+00:00 heroku[api]: Deploy 41eb580 by goyal...@gmail.com
2013-04-23T17:33:50.816817+00:00 heroku[web.1]: State changed from up to starting
2013-04-23T17:33:51.412766+00:00 heroku[slugc]: Slug compilation finished
2013-04-23T17:33:54.530557+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2013-04-23T17:33:55.529161+00:00 app[web.1]: [2013-04-23 17:33:55] ERROR SignalException: SIGTERM
2013-04-23T17:33:55.529161+00:00 app[web.1]: /usr/local/lib/ruby/1.9.1/webrick/server.rb:90:in `select'
2013-04-23T17:33:58.039886+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2013-04-23T17:33:58.984937+00:00 app[web.1]: [2013-04-23 17:33:58] ERROR SignalException: SIGTERM
2013-04-23T17:33:58.984937+00:00 app[web.1]: /usr/local/lib/ruby/1.9.1/webrick/server.rb:90:in `select'
2013-04-23T17:34:03.697963+00:00 heroku[web.1]: Stopping remaining processes with SIGKILL
2013-04-23T17:34:03.697860+00:00 heroku[web.1]: Error R12 (Exit timeout) -> At least one process failed to exit within 10 seconds of SIGTERM
2013-04-23T17:34:05.926704+00:00 heroku[web.1]: Process exited with status 137
2013-04-23T17:34:11.257554+00:00 heroku[web.1]: State changed from starting to up
2013-04-23T17:34:38.776465+00:00 heroku[web.1]: State changed from up to starting
2013-04-23T17:34:40.972301+00:00 heroku[web.1]: Starting process with command `bundle exec rails server -p 21012`
2013-04-23T17:34:51.540185+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:34:51.540185+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:34:51.541048+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:34:51.542207+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:34:51.542003+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:34:51.541265+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:34:51.541488+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:34:51.541714+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:34:51.542974+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:34:51.542446+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:34:51.542698+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and
 bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-04-23T17:35:00.165888+00:00 app[web.1]:         cookies. This will not be supported in future versions of Rack, and
2013-04-23T17:35:00.165888+00:00 app[web.1]:         provide a secret to prevent exploits that may be possible from crafted
2013-04-23T17:35:00.165888+00:00 app[web.1]:         SECURITY WARNING: No secret option provided to Rack::Session::Cookie.
2013-04-23T17:35:00.165888+00:00 app[web.1]:         This poses a security threat. It is strongly recommended that you
2013-04-23T17:35:00.165888+00:00 app[web.1]: 
2013-04-23T17:35:00.165888+00:00 app[web.1]:         Called from: /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/middleware/session/abstract_store.rb:28:in `initialize'.
2013-04-23T17:35:00.166198+00:00 app[web.1]: 
2013-04-23T17:35:00.165888+00:00 app[web.1]:         future versions will even invalidate your existing user cookies.
2013-04-23T17:35:04.865533+00:00 app[web.1]: [2013-04-23 17:35:04] INFO  ruby 1.9.2 (2011-07-09) [x86_64-linux]
2013-04-23T17:35:04.865351+00:00 app[web.1]: [2013-04-23 17:35:04] INFO  WEBrick 1.3.1
2013-04-23T17:35:04.866283+00:00 app[web.1]: [2013-04-23 17:35:04] INFO  WEBrick::HTTPServer#start: pid=2 port=21012
2013-04-23T17:35:05.334992+00:00 heroku[web.1]: State changed from starting to up

Thanks
Raj

Raj Kumar Goyal

unread,
Apr 23, 2013, 1:46:40 PM4/23/13
to communi...@googlegroups.com
I have setup smtp settings like - http://asciicasts.com/episodes/206-action-mailer-in-rails-3

Thanks
Raj

Dan Coutu

unread,
Sep 2, 2013, 11:19:20 AM9/2/13
to communi...@googlegroups.com
I have discovered that the friedly_id gem used by CE requires version 4.x of friendly_Id when used with Rails versions greater than 3.1. There's also a branch of friiendly_id for Rails 4 but since CE doesn't work with Rails 4 yet that's not an issue.

Bruno, I see that the CE models are still using the syntax for version 3 of friendly_id. You can find details on how to modify the code here: http://norman.github.io/friendly_id/4.0/file.WhatsNew.html

For now I'll just use model overrides to take care of the change.

Dan

Dan Coutu

unread,
Sep 3, 2013, 11:58:41 AM9/3/13
to communi...@googlegroups.com
Hmm, I'm having trouble with getting CE to use the new version and I'm working against a short deadline so I'll defer this until later.

On a related note I have found that the meta_search gem has been replaced by the author with a new search support gem called ransack. The github info for ransack is at https://github.com/ernie/ransack

I noticed this because I've added some custom models to my CE app and want to include search capability for the new models.

Dan

Raj Kumar Goyal

unread,
Sep 4, 2013, 1:19:33 PM9/4/13
to communi...@googlegroups.com
Thanks.

I'll check when I will have need next time. Thanks again.

-Raj


--
You received this message because you are subscribed to a topic in the Google Groups "CommunityEngine" group.

To unsubscribe from this group and all its topics, send an email to communityengi...@googlegroups.com.
To post to this group, send email to communi...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages