Rails 1.2.6 is out.

2 views
Skip to first unread message

Jean-François Trân

unread,
Nov 23, 2007, 10:29:27 PM11/23/07
to rubyonra...@googlegroups.com
Hi Railers,

1.2.6 is out : http://dev.rubyonrails.org/changeset/8197

There's a fix for a regression in AR :

http://dev.rubyonrails.org/ticket/8713

and a security fix, see :

http://dev.rubyonrails.org/ticket/10048
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-6077

Official announce : [no link for the moment, put it here]

-- Jean-François.

William Pratt

unread,
Nov 23, 2007, 11:56:20 PM11/23/07
to rubyonra...@googlegroups.com
I found out the hard way. I guess some or all of the mirrors don't have
it yet as I am getting 404's :( Seems like thats a pretty shoddy way to
update. Too bad you can't push it to all of the mirrors before releasing it.

-Bill

Leon Liu

unread,
Nov 24, 2007, 1:41:47 AM11/24/07
to Ruby on Rails: Talk
thx I will update my rails right now!

On Nov 24, 11:29 am, "Jean-François Trân" <jft...@rubyfrance.org>
wrote:
> Hi Railers,
>
> 1.2.6 is out :http://dev.rubyonrails.org/changeset/8197
>
> There's a fix for a regression in AR :
>
> http://dev.rubyonrails.org/ticket/8713
>
> and a security fix, see :
>
> http://dev.rubyonrails.org/ticket/10048http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-6077

Greg Willits

unread,
Nov 29, 2007, 11:48:29 PM11/29/07
to rubyonra...@googlegroups.com
Jean-François Trân wrote:
> Hi Railers,
>
> 1.2.6 is out : http://dev.rubyonrails.org/changeset/8197
>
> There's a fix for a regression in AR :
>
> http://dev.rubyonrails.org/ticket/8713
>
> and a security fix, see :
>
> http://dev.rubyonrails.org/ticket/10048
> http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-6077


How update from 1.2.5?

On OS X 10.4.10, I used

$ sudo gem install rails --include-dependencies

but eventually get this error

Bulk updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ... (OpenURI::HTTPError)
404 Not Found
--
Posted via http://www.ruby-forum.com/.

Greg Willits

unread,
Nov 29, 2007, 11:59:27 PM11/29/07
to rubyonra...@googlegroups.com
Greg Willits wrote:
> How update from 1.2.5?
>
> On OS X 10.4.10, I used
> $ sudo gem install rails --include-dependencies
>
> but eventually get this error
>
> Bulk updating Gem source index for: http://gems.rubyforge.org
> ERROR: While executing gem ... (OpenURI::HTTPError)
> 404 Not Found


Duh. Nevermind _update_ not _install_

-- gw

Brian Hogan

unread,
Nov 30, 2007, 1:57:26 AM11/30/07
to rubyonra...@googlegroups.com
No, both work. Update just removes the previous, while install keeps the previous around. Since Rails apps let you specify which gem to use, this can be quite convenient.

William Pratt

unread,
Nov 30, 2007, 10:55:04 AM11/30/07
to rubyonra...@googlegroups.com
Yes, both work. Greg, the problem you are hitting is not with the command you are running, but with ruby gems and the repository problems. I reported this a while ago thinking it was the repositories not completely in sync with the new rails gems, but it turns out it is a problem w/ the gem serving system as a whole. According to this post "It should work now", but I am getting many failures on many different gems. Just keep running the commands and they eventually will succeed. Here is the post http://groups.google.com/group/ruby-talk-google/browse_thread/thread/aa4c7183300ef0a5

-Bill
-- 
Sincerely,

William Pratt

Greg Willits

unread,
Nov 30, 2007, 2:18:38 PM11/30/07
to rubyonra...@googlegroups.com
Yay, it wasn't me :-)

I gotta tell ya, it's been quite a while since I've been such a complete n00b: new language, new framework, new tools, complete change in styles all at once -- while trying to write non-trivial code as a project. Fun, but the brain is a blender!

--
def gw
  acts_as_n00b 
  writes_at(www.railsdev.ws)
end

Daniel

unread,
Dec 10, 2007, 3:42:17 PM12/10/07
to Ruby on Rails: Talk
I recently updated to 1.2.6 but I didn't get ActiveResource as part of
the upgrade. I understood it was part of this release, am I wrong?

Thanks,

Daniel

Corey Murphy

unread,
Dec 10, 2007, 3:52:52 PM12/10/07
to rubyonra...@googlegroups.com

Just to let you know, Rails 2.0 was just released. You might want to
update to 1.2.6 first though as it appears you are in the process of
doing. This is important if you have any existing projects you'll be
working with.

To answer your question though, did you include dependencies when you
updated rails?

Ryan Bigg

unread,
Dec 10, 2007, 3:52:38 PM12/10/07
to rubyonra...@googlegroups.com
ActiveResource is part of Rails 2.0

Daniel

unread,
Dec 10, 2007, 4:19:21 PM12/10/07
to Ruby on Rails: Talk
Corey, I've been using 1.2.3 for a while and my upgrade to 1.2.6 went
very smooth, just a few deprecation notices related to some route
names.

I need to consume some resources but I don't want to go all the way to
2.0 since some plugins are apparently making my app break. Is there a
way to get ActiveResource working with 1.2.6?

Daniel

On Dec 10, 3:52 pm, Corey Murphy <rails-mailing-l...@andreas-s.net>
wrote:
Reply all
Reply to author
Forward
0 new messages