Re: [CommunityEngine] Re: Rails4 Branch

2014-03-10 Thread Bruno Bornsztein
Yeah, plans are to merge bugfixes from master into rails4 (there aren't a ton, but they need to be merged in). I'm still not using rails4 in production anywhere (is anyone else?). On Fri, Mar 7, 2014 at 4:04 PM, jsh joshua.chu...@gmail.com wrote: looks like rails4 branch is behind master a few

[CommunityEngine] Re: Rails4 Branch

2014-03-10 Thread jsh
You need to create a new app first (rails new) then follow the installation instruction. CE is supposed to be used as an Engine. On Monday, March 10, 2014 7:05:20 PM UTC-7, Jeremias Santos wrote: I'm still grasping ruby and rails, but must use this design looks pretty cool, but I'm somewhat

Re: [CommunityEngine] ActiveModel::MassAssignmentSecurity::Error in MessagesController#create

2014-03-10 Thread jsh
ok.. I was able to set up the test/dev env.. ran 'bundle exec rake test', all tests passed then I ran the test app and tried sending/replying private messages (using the credentials in fixtures/user.yml) in browser.. However, i was unable to reproduce the bug..it seemed working fine. any idea?