[CommunityEngine] Re: CE 1.0 release candidate

2009-03-30 Thread lordmortis

tried it just then. I followed the instructions here:
http://github.com/bborn/communityengine/tree/CE-1.0_rc (as the
http://www.communityengine.org/ site is down currently)

and this is the error I got:

script/generate plugin_migration
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
1.8/yaml.rb:143:in `initialize': No such file or directory - /Users/
lordmortis/Projects/cetest/vendor/plugins/community_engine/
engine_config/application.yml (Errno::ENOENT)
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/
usr/lib/ruby/1.8/yaml.rb:143:in `open'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/
usr/lib/ruby/1.8/yaml.rb:143:in `load_file'
from /Users/lordmortis/Projects/cetest/vendor/plugins/
communityengine/init.rb:29:in `evaluate_init_rb'
from /Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/rails/
plugin.rb:103:in `evaluate_init_rb'
from /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/
active_support/core_ext/kernel/reporting.rb:11:in `silence_warnings'
from /Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/rails/
plugin.rb:99:in `evaluate_init_rb'
from /Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/rails/
plugin.rb:44:in `load'
from /Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/rails/plugin/
loader.rb:33:in `load_plugins'
 ... 9 levels...
from /Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/commands/
generate.rb:1
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`require'
from script/generate:3
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CommunityEngine group.
To post to this group, send email to communityengine@googlegroups.com
To unsubscribe from this group, send email to 
communityengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/communityengine?hl=en
-~--~~~~--~~--~--~---



[CommunityEngine] Re: CE 1.0 release candidate

2009-03-30 Thread lordmortis

thanks for that, that fixed it.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CommunityEngine group.
To post to this group, send email to communityengine@googlegroups.com
To unsubscribe from this group, send email to 
communityengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/communityengine?hl=en
-~--~~~~--~~--~--~---



[CommunityEngine] Re: BBorn

2009-03-30 Thread Bruno Bornsztein
What CE version are you using here? If this is a patch to edge, could you
please submit it as a pull-request through github or as a patch on
Lighthouse?
Thanks,
Bruno

On Sun, Mar 29, 2009 at 2:57 PM, sprite aake.gregert...@gmail.com wrote:


 Here is the fix [Add to sessions_hack.rb]

 class CGI::Session::ActiveRecordStore
  alias original_initialize initialize
  def initialize(session, option = nil)
if option.include?(session_data)
  session.instance_variable_set('@session_id', option
 [session_data]) unless option[session_data].empty?
end

original_initialize(session, option)
  end
 end


 On Mar 29, 9:04 am, sprite aake.gregert...@gmail.com wrote:
  Can't make any sense of this. The session ID passed in is actually
  correct. The session ID displayed in the Rails log is wrong...
 
  Processing UsersController#show (for 12.228.3.116 at 2009-03-29
  10:59:02) [GET]
Session ID: 1fc819f0a5fa5f46a3c70520146ee57f
Parameters: {id=camgirl}
  Rendering template within layouts/application
  Rendering users/show
  Completed in 133ms (View: 110, DB: 3) | 200 OK [
 http://www.vipwithme.com/camgirl]
 
  Processing PhotosController#swfupload (for 12.228.3.116 at 2009-03-29
  10:59:36) [POST]
Session ID: aad4900bce548456f9a9af5a101e0fab WTF?
Parameters: {Filename=jessicahot.jpg, album_id=14,
  _vipwithme2_session=1fc819f0a5fa5f46a3c70520146ee57f,
  Upload=Submit Query, user_id=1,
  Filedata=#ActionController::UploadedStringIO:0x7f060573dfb8}
  Filter chain halted as [:login_required] rendered_or_redirected.
  Completed in 1ms (View: 0, DB: 1) | 406 Not Acceptable [
 http://www.vipwithme.com/1/albums/14/photos/swfupload?_vipwithme2_session=1f..
 .]
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CommunityEngine group.
To post to this group, send email to communityengine@googlegroups.com
To unsubscribe from this group, send email to 
communityengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/communityengine?hl=en
-~--~~~~--~~--~--~---



[CommunityEngine] Re: CE 1.0 release candidate

2009-03-30 Thread moritz

Hi Bruno:

I'm not sure if you had been following the jQuery and CE thread
lately, but in the light of successfully using jQuery with the latest
version of Prototype (1.6.0.3) and Scriptaculous (1.8.2), could you
please consider upgrading the versions in CE for future releases, if
you haven't already.

Thanks,

Andreas

http://groups.google.com/group/communityengine/browse_thread/thread/17d72840a0db656

On Mar 26, 8:16 am, Bruno Bornsztein bruno.bornszt...@gmail.com
wrote:
 Hi everyone,
 I'm not sure if doing a r_c is the right thing to do, but there are enough
 people using this project now that I want to be deliberate about major
 version updates. So, CE 1.0 release candidate is available in this tag:

 http://github.com/bborn/communityengine/tree/CE-1.0_rc

 I'd really like some help from a few of you to make sure this is ready to
 release. Please try upgrading your apps, and let me know if there are any
 problems or undocumented requirements (1.0 requires a few updated gems,
 etc). If all goes well, I'll merge this over to master and make it official.

 Thanks!
 Bruno
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CommunityEngine group.
To post to this group, send email to communityengine@googlegroups.com
To unsubscribe from this group, send email to 
communityengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/communityengine?hl=en
-~--~~~~--~~--~--~---