Oh, yeah, looks like it was requiring desert before having installed the gem. I switched the order around so the gems are installed first, and it works now.Thanks, Bruno
On Fri, Apr 24, 2009 at 2:57 PM, Nicholas Van Weerdenburg < [email protected]> wrote: > I got the same (see error further down). Everything was superslick and > running beautifully till near the end. I verfied I entered the right sudo > password. I manually installed deserty (sudo gem install desert) and ran > again, and it looks like it was successful. Tests seems to run moslty OK > (community_engine:test has 12 errors- haven't look closely yet). > Awesome install process. Haven't looked at the app yet, but I love the > philosophy and see much more activity here then with the other social > network options on rails. > > Thanks, > Nick > > The original error: > > file config/application.yml > gem desert > gem rmagick > gem hpricot > gem htmlentities > gem haml > gem aws-s3 > rake gems:install > Password: > rake aborted! > no such file to load -- desert > > (See full trace by running task with --trace) > executing script/generate plugin_migration from > /Users/vanweerd/work2/test/cetest > /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in > `gem_original_require': no such file to load -- desert (LoadError) > > > On Thu, Apr 23, 2009 at 11:43 PM, eksatx <[email protected]> wrote: > > >> I wasn't so lucky. Stack trace: >> >> ... >> file config/application.yml >> gem desert >> gem rmagick >> gem hpricot >> gem htmlentities >> gem haml >> gem aws-s3 >> rake gems:install >> [sudo] password for errol: >> rake aborted! >> no such file to load -- desert >> >> >> On Apr 23, 3:16 pm, Antoine <[email protected]> wrote: >> > Nice ! >> > >> > I just updated ! It works fine ! >> > >> > Congrat ! >> > >> > Antoine >> > >> > On Apr 23, 6:31 pm, Bruno Bornsztein <[email protected]> >> > wrote: >> > >> > > Ok, just merged the desert branch into edge (and deleted the desert >> branch). >> > > So the edge branch now runs on Desert and is Rails 2.3 compatible. To >> > > install: >> > > rails your_app_name -mhttp:// >> www.communityengine.org/install_template.rb >> > >> > > Thanks, >> > > Bruno >> > >> > > On Wed, Apr 22, 2009 at 11:42 AM, Bruno Bornsztein < >> > >> > > [email protected]> wrote: >> > > > Update: installing CE (the Desert version) is getting even easier: >> > > > rails your_app_name -m >> > > > >> http://github.com/bborn/communityengine/raw/desert/community_engine_s... >> > >> > > > (If you're willing to try out the Desert version of CE) >> > > > This will build a complete Rails app with CE installed in one click. >> After >> > > > it completes, all you have to do is start your server! >> > >> > > > Let me know if you try it out and have any feedback. >> > > > Thanks, >> > > > Bruno >> > >> > > > On Sun, Apr 19, 2009 at 8:40 PM, Bruno Bornsztein < >> > > > [email protected]> wrote: >> > >> > > >> Update: I have a CE branch going that uses Desert instead of >> Engines: >> > > >>http://github.com/bborn/communityengine/tree/desert >> > >> > > >> I'll playing with this for a couple of days in my apps to see how >> well it >> > > >> integrates, and wether I want to move in that direction. As always, >> feedback >> > > >> is appreciated. >> > >> > > >> Thanks, >> > > >> Bruno >> > >> > > >> On Fri, Apr 17, 2009 at 8:30 PM, Bruno Bornsztein < >> > > >> [email protected]> wrote: >> > >> > > >>> Update; after doing some more investigating, looks like some of >> the >> > > >>> Engines features I really like (namely, code mixing) break in 2.3. >> For >> > > >>> example, even with the latest Engines plugin installed, helpers >> aren't being >> > > >>> mixed correctly. I'm going to spend a little more time thinking >> about how to >> > > >>> proceed (and evaluating whether CE should switch to using the >> Desert >> > > >>> plugin). >> > > >>> I'm open to feedback or suggestions; but it's a little hard to >> know >> > > >>> exactly where Rails will go (will they support all of Engines >> features or >> > > >>> not), and where Engines will go (will it be updated to maintain >> > > >>> compatibility with 2.3)? >> > >> > > >>> For now, I'd advise against upgrading CE apps to 2.3, until we get >> this >> > > >>> figured out. >> > >> > > >>> Thanks, >> > > >>> Bruno >> > >> > > >>> On Thu, Apr 16, 2009 at 7:56 PM, Bruno Bornsztein < >> > > >>> [email protected]> wrote: >> > >> > > >>>> Edge is where the development happens, but I hadn't done any 2.3 >> > > >>>> compatibility stuff there yet. I'm keeping the Rails 2.3 stuff in >> its own >> > > >>>> branch (rails_2.3) to allow people to test it out before merging >> it into >> > > >>>> edge. >> > >> > > >>>> On Thu, Apr 16, 2009 at 7:26 PM, Tom Bostelmann < >> [email protected]>wrote: >> > >> > > >>>>> I'm a little confused. I thought the 'edge' branch was where >> you were >> > > >>>>> working on rails 2.3 changes. In fact, I'm using the 'edge' >> branch with my >> > > >>>>> project as we speak - the big caveat being that I'm using only a >> subset of >> > > >>>>> the functionality. >> > >> > > >>>>> In any case, sorry for posting my confusion - but is there any >> > > >>>>> documentation that explains what each branch is for? >> > >> > > >>>>> Tom >> > >> > > >>>>> On Thu, Apr 16, 2009 at 5:03 PM, Bruno Bornsztein < >> > > >>>>> [email protected]> wrote: >> > >> > > >>>>>> Hey all,Finally had a moment this afternoon to start on Rails >> 2.3 >> > > >>>>>> compatibility for CE, and it was easier than I expected: >> > >> > > >>>>>>http://github.com/bborn/communityengine/tree/rails_2.3 >> > >> > > >>>>>> (Note: you'll need the latest Engines plugin) >> > >> > > >>>>>> All tests are passing, but I'm not using it on production yet, >> so I'd >> > > >>>>>> appreciate feedback from people. Once I get my apps upgraded, >> I'll merge >> > > >>>>>> this into edge. The next point release of CE will be 2.3 >> compatible. >> > >> > > >>>>>> Thanks, >> > > >>>>>> Bruno >> >> >> >> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
