Redcar 0.12 is out

54 views
Skip to first unread message

Daniel Lucraft

unread,
Jan 7, 2012, 11:19:58 AM1/7/12
to Redcar
Major new features detailed here: 


With a complete change list here: 


As always, let me know if there are any problems.

Happy New Year!

best,
Dan

Nicola Piccinini

unread,
Jan 9, 2012, 3:48:47 AM1/9/12
to redcar...@googlegroups.com
Hi all,

I've just tried to upgrade redcar from 0.11 to 0.12 but I've a problem:

$ gem install redcar
Fetching: redcar-0.12.gem (100%)
Successfully installed redcar-0.12
1 gem installed
Invalid gemspec in
[/home/pic/.rvm/gems/ree-1.8.7-2011.03/specifications/redcar-0.12.gemspec]:
Illformed requirement ["#<YAML::Syck::DefaultKey:0x3ebeb20> 1.1.2"]

Affected lines in redcar-0.12.gemspec are related to cucumber:
s.add_development_dependency(%q<cucumber>,
["#<YAML::Syck::DefaultKey:0x3ebeb20> 1.1.2"])

Please advice, thanks,
Nicola

"Steven! Ragnarök"

unread,
Jan 9, 2012, 4:00:54 AM1/9/12
to redcar...@googlegroups.com

Do you have up-to-date versions of Rubygems and Bundler? There was a
whole host of Syck/Psyck/YAML related issues that made the rounds a few
months ago. Make sure you have current versions of them and then try
uninstalling and reinstalling the gems. I forget what library I had
difficulty with but updating Rubygems and reinstalling the gem cleared
the issue for me.

--
Steven! Ragnar�k
T 408 256 0278
ste...@nuclearsandwich.com
http://www.nuclearsandwich.com

Nicola Piccinini

unread,
Jan 9, 2012, 4:39:20 AM1/9/12
to redcar...@googlegroups.com
Hi Steven,

> Do you have up-to-date versions of Rubygems and Bundler?

I upgraded ree with rubygems and this problem is solved, thanks.

But now I've a new one:

$ redcar .
/home/pic/.rvm/gems/ree-1.8.7-2011.12/gems/redcar-0.12/lib/redcar.rb:28:in
`require': no such file to load -- redcar-icons (LoadError)
from /home/pic/.rvm/gems/ree-1.8.7-2011.12/gems/redcar-0.12/lib/redcar.rb:28
from /home/pic/.rvm/rubies/ree-1.8.7-2011.12/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:55:in
`gem_original_require'
from /home/pic/.rvm/rubies/ree-1.8.7-2011.12/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:55:in
`require'
from /home/pic/.rvm/gems/ree-1.8.7-2011.12/gems/redcar-0.12/bin/redcar:22
from /home/pic/.rvm/gems/ree-1.8.7-2011.12/bin/redcar:19:in `load'
from /home/pic/.rvm/gems/ree-1.8.7-2011.12/bin/redcar:19

$ gem list redcar*

*** LOCAL GEMS ***

redcar (0.12, 0.11)
redcar-bundles (0.3)
redcar-icons (0.3)
redcar-javamateview (0.2)
redcar-jruby (0.1)
redcar-svnkit (0.2)


Any idea?
Thanks,

Nicola

Vladimir Gordeev

unread,
Jan 9, 2012, 5:01:09 AM1/9/12
to redcar...@googlegroups.com
In older versions such problem arrived if you forget to run `redcar install`.

> --
> You received this message because you are subscribed to the Google Groups "Redcar" group.
> To post to this group, send email to redcar...@googlegroups.com.
> To unsubscribe from this group, send email to redcar-edito...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/redcar-editor?hl=en.
>

Nicola Piccinini

unread,
Jan 9, 2012, 5:15:32 AM1/9/12
to redcar...@googlegroups.com
Hi Vladimir

> In older versions such problem arrived if you forget to run `redcar install`.

thanks for the hint.

It makes me spot the problem:

I used to go in the project directory and:

$ redcar .

this doesn't work anymore.
I guess that there is a sort of conflict with the Gemfile.lock inside
the project.

But if I stay in the parent directory and lauch with:

$ redcar project

it works like a charm.

I had an issue with the plugin manager and SWT bindings in version
0.11, and this seems solved too, great.

Many thanks for redcar,
Nicola

Daniel Lucraft

unread,
Jan 9, 2012, 6:46:11 AM1/9/12
to redcar...@googlegroups.com
Hi Nicola,

thanks for bringing this to my attention, it's actually a pretty serious bug. I just pushed version 0.12.1 of the redcar gem, which should fix this problem.

If you wouldn't mind, could you update (gem install redcar) and try "redcar ." and "redcar project" again, so I can check I haven't broken anything with this hasty patch?

thanks
Dan

Nicola Piccinini

unread,
Jan 9, 2012, 7:35:06 AM1/9/12
to redcar...@googlegroups.com
Hi Dan

> If you wouldn't mind, could you update (gem install redcar) and try "redcar
> ." and "redcar project" again, so I can check I haven't broken anything with
> this hasty patch?

both "redcar ." and "redcar project" work with 0.12.1 so far.
Thanks,

Nicola

Dan Lucraft

unread,
Jan 9, 2012, 7:53:12 AM1/9/12
to redcar...@googlegroups.com, redcar...@googlegroups.com
Brill, thanks.

Kurt

unread,
Jan 9, 2012, 12:12:44 PM1/9/12
to redcar...@googlegroups.com
.12.1 is looking great!  Thanks to Dan and all the contributors!

Kurt

Nicola Piccinini

unread,
Jan 10, 2012, 3:18:49 PM1/10/12
to redcar...@googlegroups.com
Hi again,

I've changed project, this is an old one using rails 2.3.5, and there
I have the conflict with project Gemfile again:

$ redcar .
Could not find activesupport-2.3.5 in any of the sources
Run `bundle install` to install missing gems.

Launching
$ redcar project/

works, so it is not a big problem.

A part of this, 0.12.1 seems a lot better than 0.11 for the moment, congrats!

Nicola

Daniel Lucraft

unread,
Jan 10, 2012, 3:58:03 PM1/10/12
to redcar...@googlegroups.com, redcar...@googlegroups.com
Hi Nicola

Thanks for letting me know.

First, sorry but can you check you are definitely running 0.12.1 here, rvm hasn't changed gem sets without you noticing or anything?

Thanks
Dan

Nicola Piccinini

unread,
Jan 10, 2012, 4:15:57 PM1/10/12
to redcar...@googlegroups.com
> First, sorry but can you check you are definitely running 0.12.1 here, rvm hasn't changed gem sets without you noticing or anything?

yes, you are right, first check if the user is an idiot! ;-)
I'm, it was still 0.12 with another ruby.

Sorry,
Nicola

Daniel Lucraft

unread,
Jan 10, 2012, 4:19:47 PM1/10/12
to redcar...@googlegroups.com
On Tuesday, 10 January 2012 at 21:15, Nicola Piccinini wrote:
yes, you are right, first check if the user is an idiot! ;-)
I'm, it was still 0.12 with another ruby.
Good news!
Sorry,
Np :)

best
Dan
Reply all
Reply to author
Forward
0 new messages