feedparser 0.2.0 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Manifest.txt +9 -2
- data/README.md +69 -27
- data/Rakefile +2 -1
- data/lib/feedparser.rb +7 -1
- data/lib/feedparser/builder/atom.rb +92 -42
- data/lib/feedparser/builder/rss.rb +70 -42
- data/lib/feedparser/feed.rb +7 -14
- data/lib/feedparser/item.rb +9 -12
- data/lib/feedparser/parser.rb +3 -2
- data/lib/feedparser/version.rb +3 -3
- data/test/feeds/googlegroups.atom +19 -0
- data/test/feeds/googlegroups2.atom +7 -0
- data/test/feeds/headius.atom +122 -0
- data/test/feeds/lambdatheultimate.rss2 +288 -0
- data/test/feeds/railstutorial.atom +655 -0
- data/test/feeds/rubyflow.rss2 +116 -0
- data/test/feeds/rubymine.rss2 +315 -0
- data/test/feeds/rubyonrails.atom +1241 -0
- data/test/feeds/sitepoint.rss2 +219 -0
- data/test/helper.rb +36 -9
- data/test/test_atom.rb +14 -32
- data/test/test_atom_live.rb +45 -0
- data/test/test_rss.rb +13 -25
- data/test/test_rss_live.rb +38 -0
- metadata +27 -5
- data/test/feeds/quirksblog.atom.v03 +0 -1098
- data/test/test_atom_from_file.rb +0 -28
@@ -0,0 +1,116 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
|
3
|
+
<channel>
|
4
|
+
<title>RubyFlow</title>
|
5
|
+
<link>http://www.rubyflow.com/</link>
|
6
|
+
<description>Ruby Links</description>
|
7
|
+
<language>en-us</language>
|
8
|
+
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Rubyflow" /><feedburner:info uri="rubyflow" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" />
|
9
|
+
<item>
|
10
|
+
<title>Why does Ruby have blocks?</title>
|
11
|
+
<description>Newcomers to Ruby often have difficulty with the concept of blocks. <a href="http://devblog.avdi.org/2015/01/16/why-does-ruby-have-blocks/">Here's how I like to explain them.</a><div class="feedflare">
|
12
|
+
<a href="http://feeds.feedburner.com/~ff/Rubyflow?a=wnWT2gmeXxQ:koV92xL1Jvs:3H-1DwQop_U"><img src="http://feeds.feedburner.com/~ff/Rubyflow?i=wnWT2gmeXxQ:koV92xL1Jvs:3H-1DwQop_U" border="0"></img></a>
|
13
|
+
</div><img src="//feeds.feedburner.com/~r/Rubyflow/~4/wnWT2gmeXxQ" height="1" width="1" alt=""/></description>
|
14
|
+
<pubDate>Fri, 16 Jan 2015 17:33:47 +0100</pubDate>
|
15
|
+
<link>http://feedproxy.google.com/~r/Rubyflow/~3/wnWT2gmeXxQ/12050-why-does-ruby-have-blocks</link>
|
16
|
+
<guid isPermaLink="false">http://www.rubyflow.com/items/12050-why-does-ruby-have-blocks</guid>
|
17
|
+
<feedburner:origLink>http://www.rubyflow.com/items/12050-why-does-ruby-have-blocks</feedburner:origLink></item>
|
18
|
+
<item>
|
19
|
+
<title>Mongoid (MongoDB) has_many/belongs_to relation and wrong index being picked</title>
|
20
|
+
<description>If you have issues with your Mongoid relations and wrong indexes being picked, you may want to look here: <a href="dev.mensfeld.pl/2015/01/mongoid-mongodb-has_many-belongs_to-relation-and-wrong-index-being-picked/">Mongoid (MongoDB) has_many/belongs_to relation and wrong index being picked</a>.<div class="feedflare">
|
21
|
+
<a href="http://feeds.feedburner.com/~ff/Rubyflow?a=SJTA_7LGX4w:jHx3BWzfpPM:3H-1DwQop_U"><img src="http://feeds.feedburner.com/~ff/Rubyflow?i=SJTA_7LGX4w:jHx3BWzfpPM:3H-1DwQop_U" border="0"></img></a>
|
22
|
+
</div><img src="//feeds.feedburner.com/~r/Rubyflow/~4/SJTA_7LGX4w" height="1" width="1" alt=""/></description>
|
23
|
+
<pubDate>Fri, 16 Jan 2015 09:33:57 +0100</pubDate>
|
24
|
+
<link>http://feedproxy.google.com/~r/Rubyflow/~3/SJTA_7LGX4w/12047-mongoid-mongodb-has_many-belongs_to-relation-and-wrong-index-</link>
|
25
|
+
<guid isPermaLink="false">http://www.rubyflow.com/items/12047-mongoid-mongodb-has_many-belongs_to-relation-and-wrong-index-</guid>
|
26
|
+
<feedburner:origLink>http://www.rubyflow.com/items/12047-mongoid-mongodb-has_many-belongs_to-relation-and-wrong-index-</feedburner:origLink></item>
|
27
|
+
<item>
|
28
|
+
<title>Refactoring Controller Helper Methods</title>
|
29
|
+
<description>I just recorded a screencast where we take a look at <a href="https://gorails.com/episodes/refactoring-controller-methods">refactoring controller methods</a> into a much more organized format.<div class="feedflare">
|
30
|
+
<a href="http://feeds.feedburner.com/~ff/Rubyflow?a=21fZJRRTKXg:7Db1g3va0dE:3H-1DwQop_U"><img src="http://feeds.feedburner.com/~ff/Rubyflow?i=21fZJRRTKXg:7Db1g3va0dE:3H-1DwQop_U" border="0"></img></a>
|
31
|
+
</div><img src="//feeds.feedburner.com/~r/Rubyflow/~4/21fZJRRTKXg" height="1" width="1" alt=""/></description>
|
32
|
+
<pubDate>Thu, 15 Jan 2015 17:37:16 +0100</pubDate>
|
33
|
+
<link>http://feedproxy.google.com/~r/Rubyflow/~3/21fZJRRTKXg/12045-refactoring-controller-helper-methods</link>
|
34
|
+
<guid isPermaLink="false">http://www.rubyflow.com/items/12045-refactoring-controller-helper-methods</guid>
|
35
|
+
<feedburner:origLink>http://www.rubyflow.com/items/12045-refactoring-controller-helper-methods</feedburner:origLink></item>
|
36
|
+
<item>
|
37
|
+
<title>Debugging Super Methods with Ruby 2.2</title>
|
38
|
+
<description>Debug more, quicker with the new <a href="http://engineering.heroku.com/blogs/2014-01-14-debugging-super-methods-ruby22">debugging super_method</a> introduced in Ruby 2.2.<div class="feedflare">
|
39
|
+
<a href="http://feeds.feedburner.com/~ff/Rubyflow?a=ITHtHA0NdE8:nVycnzEZotY:3H-1DwQop_U"><img src="http://feeds.feedburner.com/~ff/Rubyflow?i=ITHtHA0NdE8:nVycnzEZotY:3H-1DwQop_U" border="0"></img></a>
|
40
|
+
</div><img src="//feeds.feedburner.com/~r/Rubyflow/~4/ITHtHA0NdE8" height="1" width="1" alt=""/></description>
|
41
|
+
<pubDate>Wed, 14 Jan 2015 19:48:57 +0100</pubDate>
|
42
|
+
<link>http://feedproxy.google.com/~r/Rubyflow/~3/ITHtHA0NdE8/12043-debugging-super-methods-with-ruby-2-2</link>
|
43
|
+
<guid isPermaLink="false">http://www.rubyflow.com/items/12043-debugging-super-methods-with-ruby-2-2</guid>
|
44
|
+
<feedburner:origLink>http://www.rubyflow.com/items/12043-debugging-super-methods-with-ruby-2-2</feedburner:origLink></item>
|
45
|
+
<item>
|
46
|
+
<title>When edge cases poke holes in your perfect solution</title>
|
47
|
+
<description>You found the perfect solution to your crazy testing problem. All you have to do is override <code>DEFAULT_HOST</code>, and you'll be in business. Except that you have to turn off warnings. And you have to figure out that one test where you don't want to override the host. And then... Except...
|
48
|
+
<br><br>And a few days later, when you get stuck for the twenty-seventh time and your app has become one giant ball of hacks, you'll sit back and wonder: <a href="http://www.justinweiss.com/blog/2015/01/13/when-edge-cases-poke-holes-in-your-perfect-solution/">Why am I <em>doing</em> all this? Isn't the solution worse than the problem?</a><div class="feedflare">
|
49
|
+
<a href="http://feeds.feedburner.com/~ff/Rubyflow?a=hAxXj3zhkUA:8q296eaZPdc:3H-1DwQop_U"><img src="http://feeds.feedburner.com/~ff/Rubyflow?i=hAxXj3zhkUA:8q296eaZPdc:3H-1DwQop_U" border="0"></img></a>
|
50
|
+
</div><img src="//feeds.feedburner.com/~r/Rubyflow/~4/hAxXj3zhkUA" height="1" width="1" alt=""/></description>
|
51
|
+
<pubDate>Tue, 13 Jan 2015 17:03:25 +0100</pubDate>
|
52
|
+
<link>http://feedproxy.google.com/~r/Rubyflow/~3/hAxXj3zhkUA/12040-when-edge-cases-poke-holes-in-your-perfect-solution</link>
|
53
|
+
<guid isPermaLink="false">http://www.rubyflow.com/items/12040-when-edge-cases-poke-holes-in-your-perfect-solution</guid>
|
54
|
+
<feedburner:origLink>http://www.rubyflow.com/items/12040-when-edge-cases-poke-holes-in-your-perfect-solution</feedburner:origLink></item>
|
55
|
+
<item>
|
56
|
+
<title>Code Quality: Metrics That Matter</title>
|
57
|
+
<description>The Ruby ecosystem has dozens of tools for evaluating the quality of your code, but there's a lot of variability in their usefulness and ease of use. Here are some that I've found to be both important and easy to integrate into my development workflow. <a href="http://chriskottom.com/blog/2015/01/code-quality-metrics-that-matter/">http://chriskottom.com/blog/2015/01/code-quality-metrics-that-matter/</a><div class="feedflare">
|
58
|
+
<a href="http://feeds.feedburner.com/~ff/Rubyflow?a=1zciJQv_b9w:P2uxm8Ho3-8:3H-1DwQop_U"><img src="http://feeds.feedburner.com/~ff/Rubyflow?i=1zciJQv_b9w:P2uxm8Ho3-8:3H-1DwQop_U" border="0"></img></a>
|
59
|
+
</div><img src="//feeds.feedburner.com/~r/Rubyflow/~4/1zciJQv_b9w" height="1" width="1" alt=""/></description>
|
60
|
+
<pubDate>Mon, 12 Jan 2015 13:39:30 +0100</pubDate>
|
61
|
+
<link>http://feedproxy.google.com/~r/Rubyflow/~3/1zciJQv_b9w/12034-code-quality-metrics-that-matter</link>
|
62
|
+
<guid isPermaLink="false">http://www.rubyflow.com/items/12034-code-quality-metrics-that-matter</guid>
|
63
|
+
<feedburner:origLink>http://www.rubyflow.com/items/12034-code-quality-metrics-that-matter</feedburner:origLink></item>
|
64
|
+
<item>
|
65
|
+
<title>More than 101+ Ruby and Ruby on Rails Blogs 'n' News Sites (w/ Feeds) @ Planet Ruby's Sources Page</title>
|
66
|
+
<description>Hello, I've added a <a href="http://planetruby.herokuapp.com/sources">sources page</a> to the Planet Ruby that lists more than 101+ ruby blogs and news sites w/ feeds. Anything missing? Let us know. Happy planet. Cheers.<div class="feedflare">
|
67
|
+
<a href="http://feeds.feedburner.com/~ff/Rubyflow?a=uBPHPt_E1KU:hYqSl_8TrOw:3H-1DwQop_U"><img src="http://feeds.feedburner.com/~ff/Rubyflow?i=uBPHPt_E1KU:hYqSl_8TrOw:3H-1DwQop_U" border="0"></img></a>
|
68
|
+
</div><img src="//feeds.feedburner.com/~r/Rubyflow/~4/uBPHPt_E1KU" height="1" width="1" alt=""/></description>
|
69
|
+
<pubDate>Mon, 12 Jan 2015 11:01:28 +0100</pubDate>
|
70
|
+
<link>http://feedproxy.google.com/~r/Rubyflow/~3/uBPHPt_E1KU/12033-more-than-101-ruby-and-ruby-on-rails-blogs-n-news-sites-w-fee</link>
|
71
|
+
<guid isPermaLink="false">http://www.rubyflow.com/items/12033-more-than-101-ruby-and-ruby-on-rails-blogs-n-news-sites-w-fee</guid>
|
72
|
+
<feedburner:origLink>http://www.rubyflow.com/items/12033-more-than-101-ruby-and-ruby-on-rails-blogs-n-news-sites-w-fee</feedburner:origLink></item>
|
73
|
+
<item>
|
74
|
+
<title>loaf v0.4.0 release</title>
|
75
|
+
<description><a href="https://github.com/peter-murach/loaf">loaf</a> manages breadcrumbs in Rails app. This release cleans up api as well as internals and gets tested on all major ruby and Rails versions. Enjoy!<div class="feedflare">
|
76
|
+
<a href="http://feeds.feedburner.com/~ff/Rubyflow?a=dEmxUWYWMQ4:XWuBIyrE8Hs:3H-1DwQop_U"><img src="http://feeds.feedburner.com/~ff/Rubyflow?i=dEmxUWYWMQ4:XWuBIyrE8Hs:3H-1DwQop_U" border="0"></img></a>
|
77
|
+
</div><img src="//feeds.feedburner.com/~r/Rubyflow/~4/dEmxUWYWMQ4" height="1" width="1" alt=""/></description>
|
78
|
+
<pubDate>Sat, 10 Jan 2015 18:00:46 +0100</pubDate>
|
79
|
+
<link>http://feedproxy.google.com/~r/Rubyflow/~3/dEmxUWYWMQ4/12028-loaf-v0-4-0-release</link>
|
80
|
+
<guid isPermaLink="false">http://www.rubyflow.com/items/12028-loaf-v0-4-0-release</guid>
|
81
|
+
<feedburner:origLink>http://www.rubyflow.com/items/12028-loaf-v0-4-0-release</feedburner:origLink></item>
|
82
|
+
<item>
|
83
|
+
<title>ActiveRecord 4.2's Type Casting</title>
|
84
|
+
<description><a href="http://technology.customink.com/blog/2015/01/06/activerecord-42s-type-casting/">A close look at the new ActiveRecord::Type namespace and how these simple POROs are helping Rails and database adapters.</a><div class="feedflare">
|
85
|
+
<a href="http://feeds.feedburner.com/~ff/Rubyflow?a=pzNbYOshCUs:wkAwpFMzHOg:3H-1DwQop_U"><img src="http://feeds.feedburner.com/~ff/Rubyflow?i=pzNbYOshCUs:wkAwpFMzHOg:3H-1DwQop_U" border="0"></img></a>
|
86
|
+
</div><img src="//feeds.feedburner.com/~r/Rubyflow/~4/pzNbYOshCUs" height="1" width="1" alt=""/></description>
|
87
|
+
<pubDate>Fri, 09 Jan 2015 15:06:26 +0100</pubDate>
|
88
|
+
<link>http://feedproxy.google.com/~r/Rubyflow/~3/pzNbYOshCUs/12025-activerecord-4-2-s-type-casting</link>
|
89
|
+
<guid isPermaLink="false">http://www.rubyflow.com/items/12025-activerecord-4-2-s-type-casting</guid>
|
90
|
+
<feedburner:origLink>http://www.rubyflow.com/items/12025-activerecord-4-2-s-type-casting</feedburner:origLink></item>
|
91
|
+
<item>
|
92
|
+
<title>Interview by The Changelog about Passenger 5 and the Raptor campaign</title>
|
93
|
+
<description><a href="http://thechangelog.com/136/">The Changelog</a>, a weekly blog and podcast about open source projects, <a href="http://thechangelog.com/136/">interviewed Phusion</a> about Phusion’s history, what’s new in Passenger 5, how the Raptor campaign came to be and why, the challenges of open source, future Passenger developments, etc.<div class="feedflare">
|
94
|
+
<a href="http://feeds.feedburner.com/~ff/Rubyflow?a=chsy48WZK5U:wyE1nuTPb-s:3H-1DwQop_U"><img src="http://feeds.feedburner.com/~ff/Rubyflow?i=chsy48WZK5U:wyE1nuTPb-s:3H-1DwQop_U" border="0"></img></a>
|
95
|
+
</div><img src="//feeds.feedburner.com/~r/Rubyflow/~4/chsy48WZK5U" height="1" width="1" alt=""/></description>
|
96
|
+
<pubDate>Thu, 08 Jan 2015 23:14:52 +0100</pubDate>
|
97
|
+
<link>http://feedproxy.google.com/~r/Rubyflow/~3/chsy48WZK5U/12020-interview-by-the-changelog-about-passenger-5-and-the-raptor-c</link>
|
98
|
+
<guid isPermaLink="false">http://www.rubyflow.com/items/12020-interview-by-the-changelog-about-passenger-5-and-the-raptor-c</guid>
|
99
|
+
<feedburner:origLink>http://www.rubyflow.com/items/12020-interview-by-the-changelog-about-passenger-5-and-the-raptor-c</feedburner:origLink></item>
|
100
|
+
</channel>
|
101
|
+
</rss>
|
102
|
+
|
103
|
+
---
|
104
|
+
|
105
|
+
feed.format: rss 2.0
|
106
|
+
feed.title: RubyFlow
|
107
|
+
feed.url: http://www.rubyflow.com/
|
108
|
+
feed.summary: Ruby Links
|
109
|
+
|
110
|
+
feed.items[0].title: Why does Ruby have blocks?
|
111
|
+
feed.items[0].url: http://feedproxy.google.com/~r/Rubyflow/~3/wnWT2gmeXxQ/12050-why-does-ruby-have-blocks
|
112
|
+
feed.items[0].guid: http://www.rubyflow.com/items/12050-why-does-ruby-have-blocks
|
113
|
+
|
114
|
+
feed.items[1].title: Mongoid (MongoDB) has_many/belongs_to relation and wrong index being picked
|
115
|
+
feed.items[1].url: http://feedproxy.google.com/~r/Rubyflow/~3/SJTA_7LGX4w/12047-mongoid-mongodb-has_many-belongs_to-relation-and-wrong-index-
|
116
|
+
feed.items[1].guid: http://www.rubyflow.com/items/12047-mongoid-mongodb-has_many-belongs_to-relation-and-wrong-index-
|
@@ -0,0 +1,315 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?>
|
3
|
+
<?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?>
|
4
|
+
<rss
|
5
|
+
xmlns:content="http://purl.org/rss/1.0/modules/content/"
|
6
|
+
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
|
7
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
8
|
+
xmlns:atom="http://www.w3.org/2005/Atom"
|
9
|
+
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
|
10
|
+
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
|
11
|
+
xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0"
|
12
|
+
version="2.0">
|
13
|
+
<channel>
|
14
|
+
<title>JetBrains RubyMine Blog</title>
|
15
|
+
<link>http://blog.jetbrains.com/ruby</link>
|
16
|
+
<description>The most Intelligent Ruby on Rails IDE</description>
|
17
|
+
<lastBuildDate>Wed, 17 Dec 2014 12:30:48 +0000</lastBuildDate>
|
18
|
+
<language>en-US</language>
|
19
|
+
<sy:updatePeriod>hourly</sy:updatePeriod>
|
20
|
+
<sy:updateFrequency>1</sy:updateFrequency>
|
21
|
+
<generator>http://wordpress.org/?v=3.8.5</generator>
|
22
|
+
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/jetbrains_rubymine" /><feedburner:info uri="jetbrains_rubymine" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" />
|
23
|
+
<item>
|
24
|
+
<title>RubyMine 7.0.2 is Here</title>
|
25
|
+
<link>http://feedproxy.google.com/~r/jetbrains_rubymine/~3/5ZmfXfrgktY/</link>
|
26
|
+
<comments>http://blog.jetbrains.com/ruby/2014/12/rubymine-7-0-2-is-here/#comments</comments>
|
27
|
+
<pubDate>Wed, 17 Dec 2014 12:30:48 +0000</pubDate>
|
28
|
+
<dc:creator><![CDATA[Tatiana Vasilyeva]]></dc:creator>
|
29
|
+
<category><![CDATA[Announcement]]></category>
|
30
|
+
<category><![CDATA[Tsubaki]]></category>
|
31
|
+
|
32
|
+
<guid isPermaLink="false">http://blog.jetbrains.com/ruby/?p=5901</guid>
|
33
|
+
<description><![CDATA[Hello everyone, Christmas Eve is just around the corner and we hope you’re in a good mood looking forward to the holidays. And while you’re hunting for gifts for your friends and relatives, we have prepared a small present for … <a href="http://blog.jetbrains.com/ruby/2014/12/rubymine-7-0-2-is-here/">Continue reading <span class="meta-nav">→</span></a>]]></description>
|
34
|
+
<content:encoded><![CDATA[<p>Hello everyone,</p>
|
35
|
+
<p>Christmas Eve is just around the corner and we hope you’re in a good mood looking forward to the holidays. And while you’re hunting for gifts for your friends and relatives, we have prepared a small present for you: the new <strong>RubyMine 7.0.2</strong>.</p>
|
36
|
+
<p>This minor release is focused on fixing performance issues such as the <a href="https://youtrack.jetbrains.com/issue/RUBY-16055">problem with ruby-debug-ide-0.4.23.beta11</a> and <a href="https://youtrack.jetbrains.com/issue/WEB-14495">hanging on opening a project</a>. Please take a look at the <a href="https://youtrack.jetbrains.com/releaseNotes/RUBY?q=fixed+in%3A+%7BRubyMine+7.0.2%7D+state%3A+Fixed+state%3A+Verified+state%3A+Obsolete+order+by%3A+Priority&title=RubyMine+7.0.2">list of fixes</a> and use “Check for Updates…” to download and install the update as a patch to your existing installation. Or, <a href="http://www.jetbrains.com/ruby/download/">download RubyMine 7.0.2</a> from our website.</p>
|
37
|
+
<p>Happy holidays!</p>
|
38
|
+
<p><em>—<br />
|
39
|
+
Develop with pleasure!<br />
|
40
|
+
JetBrains RubyMine Team</em></p>
|
41
|
+
<img src="//feeds.feedburner.com/~r/jetbrains_rubymine/~4/5ZmfXfrgktY" height="1" width="1" alt=""/>]]></content:encoded>
|
42
|
+
<wfw:commentRss>http://blog.jetbrains.com/ruby/2014/12/rubymine-7-0-2-is-here/feed/</wfw:commentRss>
|
43
|
+
<slash:comments>6</slash:comments>
|
44
|
+
<feedburner:origLink>http://blog.jetbrains.com/ruby/2014/12/rubymine-7-0-2-is-here/</feedburner:origLink></item>
|
45
|
+
<item>
|
46
|
+
<title>RubyMine 7.0.1 is Out</title>
|
47
|
+
<link>http://feedproxy.google.com/~r/jetbrains_rubymine/~3/gZZyzIGmJCQ/</link>
|
48
|
+
<comments>http://blog.jetbrains.com/ruby/2014/12/rubymine-7-0-1-is-out/#comments</comments>
|
49
|
+
<pubDate>Tue, 02 Dec 2014 12:08:14 +0000</pubDate>
|
50
|
+
<dc:creator><![CDATA[Tatiana Vasilyeva]]></dc:creator>
|
51
|
+
<category><![CDATA[Announcement]]></category>
|
52
|
+
<category><![CDATA[Tsubaki]]></category>
|
53
|
+
|
54
|
+
<guid isPermaLink="false">http://blog.jetbrains.com/ruby/?p=5891</guid>
|
55
|
+
<description><![CDATA[Hello everyone, After the release of RubyMine 7 we were finally able to calm down a bit and catch our breath. And then, we course, we got right back to work, to sharpen RubyMine even more. Today we’re glad to … <a href="http://blog.jetbrains.com/ruby/2014/12/rubymine-7-0-1-is-out/">Continue reading <span class="meta-nav">→</span></a>]]></description>
|
56
|
+
<content:encoded><![CDATA[<p>Hello everyone,</p>
|
57
|
+
<p>After the release of RubyMine 7 we were finally able to calm down a bit and catch our breath. And then, we course, we got right back to work, to sharpen RubyMine even more. Today we’re glad to let you know <strong>RubyMine 7.0.1 is ready for download</strong>.</p>
|
58
|
+
<p>An interactive console is now available when running tests in a debug mode. Bower components are resolved properly. We have also fixed some performance and Vagrant issues. Please take a look at the <a href="http://confluence.jetbrains.com/display/RUBYDEV/RubyMine+7.0.1+%28build+139.631%29+Release+Notes">release notes and screenshots</a> and use “Check for Updates…” to download and install the update as a patch to your existing installation. Or, <a href="http://www.jetbrains.com/ruby/download/">download RubyMine 7.0.1</a> from our website.</p>
|
59
|
+
<p><em>—<br />
|
60
|
+
Develop with pleasure!<br />
|
61
|
+
JetBrains RubyMine Team</em></p>
|
62
|
+
<img src="//feeds.feedburner.com/~r/jetbrains_rubymine/~4/gZZyzIGmJCQ" height="1" width="1" alt=""/>]]></content:encoded>
|
63
|
+
<wfw:commentRss>http://blog.jetbrains.com/ruby/2014/12/rubymine-7-0-1-is-out/feed/</wfw:commentRss>
|
64
|
+
<slash:comments>8</slash:comments>
|
65
|
+
<feedburner:origLink>http://blog.jetbrains.com/ruby/2014/12/rubymine-7-0-1-is-out/</feedburner:origLink></item>
|
66
|
+
<item>
|
67
|
+
<title>Hone Your Craft with RubyMine 7!</title>
|
68
|
+
<link>http://feedproxy.google.com/~r/jetbrains_rubymine/~3/fTqzeQCySho/</link>
|
69
|
+
<comments>http://blog.jetbrains.com/ruby/2014/11/hone-your-craft-with-rubymine-7/#comments</comments>
|
70
|
+
<pubDate>Wed, 12 Nov 2014 10:07:53 +0000</pubDate>
|
71
|
+
<dc:creator><![CDATA[Tatiana Vasilyeva]]></dc:creator>
|
72
|
+
<category><![CDATA[Announcement]]></category>
|
73
|
+
<category><![CDATA[Better Code]]></category>
|
74
|
+
<category><![CDATA[Cutting Edge]]></category>
|
75
|
+
<category><![CDATA[Tsubaki]]></category>
|
76
|
+
|
77
|
+
<guid isPermaLink="false">http://blog.jetbrains.com/ruby/?p=5869</guid>
|
78
|
+
<description><![CDATA[“Give me six hours to chop down a tree, and I will spend the first four sharpening the axe.” Abraham Lincoln For all of us at JetBrains, being a developer means a lot more than everyday coding. It is also about being … <a href="http://blog.jetbrains.com/ruby/2014/11/hone-your-craft-with-rubymine-7/">Continue reading <span class="meta-nav">→</span></a>]]></description>
|
79
|
+
<content:encoded><![CDATA[<p style="text-align: right; font-size: 16px;"><em>“Give me six hours to chop down a tree, and I will spend the first four sharpening the axe.” <em>Abraham Lincoln</em><br />
|
80
|
+
</em></p>
|
81
|
+
<p><a href="https://www.jetbrains.com/ruby/whatsnew/"><img class="alignright wp-image-5885" alt="rm_axe" src="http://blog.jetbrains.com/ruby/files/2014/11/rm_axe1.png" width="266" height="193" /></a>For all of us at JetBrains, being a developer means a lot more than everyday coding. It is also about being at the edge of knowledge and honing our programming skills. We try to keep our tools as sharp as they can be, kind of like the <a href="http://www.pureinsight.org/node/5162">woodcutters from this poignant story</a>. So, if an IDE is for a developer what an axe is for a woodcutter, with the <a href="http://www.jetbrains.com/ruby/whatsnew/">latest RubyMine 7 update</a> we want to make it razor sharp for you.</p>
|
82
|
+
<p>This major update polishes all of RubyMine’s subsystems, adding new features and enhancements to help you write and maintain your code:<br />
|
83
|
+
<span id="more-5869"></span></p>
|
84
|
+
<ul>
|
85
|
+
<li><span style="color: #a60532;">Chef</span> is now supported via a <span style="color: #a60532;">special plugin</span> compatible with RubyMine 7 that introduces cookbooks, recipes and resources in the IDE.</li>
|
86
|
+
<li><span style="color: #a60532;">Puppet language support</span> was improved significantly, with a plugin designed to analyze Puppet manifest files.</li>
|
87
|
+
<li><span style="color: #a60532;">EditorConfig integration</span> now brings more code styling options.</li>
|
88
|
+
<li><span style="color: #a60532;">Debugger was improved</span> including the option to run the console in the context of a debugging session, and the ability to view variable values next to their usages in the editor.</li>
|
89
|
+
<li><span style="color: #a60532;">RVM-managed Ruby interpreters</span> can now be added as a <span style="color: #a60532;">remote SDK</span>; there are also improvements for <span style="color: #a60532;">vagrant-</span> and <span style="color: #a60532;">deployment-based remote SDK</span>.</li>
|
90
|
+
<li>Lots of enhancements for web development, including <span style="color: #a60532;">Emmet preview action</span>; support for the latest <span style="color: #a60532;">CSS3</span>, <span style="color: #a60532;">Stylus</span> and <span style="color: #a60532;">Sass</span> versions; code reformat functionality for <span style="color: #a60532;">Slim</span> and <span style="color: #a60532;">HAML</span>; support for <span style="color: #a60532;">ReactJS</span> and <span style="color: #a60532;">JSX/ES6</span>; and more.</li>
|
91
|
+
<li>You can now experiment and prototype right in the editor, without creating any new project files, thanks to RubyMine’s new feature called <span style="color: #a60532;">Scratch Files</span>.</li>
|
92
|
+
<li><a href="http://www.jetbrains.com/ruby/whatsnew/">And more</a>.</li>
|
93
|
+
</ul>
|
94
|
+
<p>You can <a href="http://www.jetbrains.com/ruby/buy/">buy or renew your RubyMine license</a> on our website. RubyMine 7 is a free update for you if you purchased or renewed your license on or after November 13, 2013. As usual, a <strong>30-day trial</strong> is available if you want to try RubyMine as your new Ruby on Rails IDE.</p>
|
95
|
+
<p>And last but not least…<br />
|
96
|
+
<strong>We couldn’t have done it without help from all of our early adopters. A million thanks for your invaluable feedback!</strong><br />
|
97
|
+
<em>—<br />
|
98
|
+
Develop with pleasure!<br />
|
99
|
+
JetBrains RubyMine Team</em></p>
|
100
|
+
<img src="//feeds.feedburner.com/~r/jetbrains_rubymine/~4/fTqzeQCySho" height="1" width="1" alt=""/>]]></content:encoded>
|
101
|
+
<wfw:commentRss>http://blog.jetbrains.com/ruby/2014/11/hone-your-craft-with-rubymine-7/feed/</wfw:commentRss>
|
102
|
+
<slash:comments>13</slash:comments>
|
103
|
+
<feedburner:origLink>http://blog.jetbrains.com/ruby/2014/11/hone-your-craft-with-rubymine-7/</feedburner:origLink></item>
|
104
|
+
<item>
|
105
|
+
<title>RubyMine 7 RC2 is Available</title>
|
106
|
+
<link>http://feedproxy.google.com/~r/jetbrains_rubymine/~3/IP5kIKTuDBg/</link>
|
107
|
+
<comments>http://blog.jetbrains.com/ruby/2014/11/rubymine-7-rc2-is-available/#comments</comments>
|
108
|
+
<pubDate>Wed, 05 Nov 2014 10:38:31 +0000</pubDate>
|
109
|
+
<dc:creator><![CDATA[Tatiana Vasilyeva]]></dc:creator>
|
110
|
+
<category><![CDATA[Announcement]]></category>
|
111
|
+
<category><![CDATA[Tsubaki]]></category>
|
112
|
+
|
113
|
+
<guid isPermaLink="false">http://blog.jetbrains.com/ruby/?p=5867</guid>
|
114
|
+
<description><![CDATA[Hello everyone, RubyMine 7 is about to be released but we still want to be sure all the problems are fixed. So we decided to make one more release candidate you can now try. Check out the release notes and download RubyMine 7 … <a href="http://blog.jetbrains.com/ruby/2014/11/rubymine-7-rc2-is-available/">Continue reading <span class="meta-nav">→</span></a>]]></description>
|
115
|
+
<content:encoded><![CDATA[<p>Hello everyone,</p>
|
116
|
+
<p>RubyMine 7 is about to be released but we still want to be sure all the problems are fixed. So we decided to make one more release candidate you can now try.</p>
|
117
|
+
<p>Check out the <a href="http://confluence.jetbrains.com/display/RUBYDEV/RubyMine+Tsubaki+RC2+%28build+139.262%29+Release+Notes">release notes</a> and <a href="http://confluence.jetbrains.com/display/RUBYDEV/RubyMine+EAP">download RubyMine 7 RC2</a> from the RubyMine EAP page to give it a try.</p>
|
118
|
+
<p>If you find something critical — please let us know.</p>
|
119
|
+
<p><em>—<br />
|
120
|
+
Develop with pleasure!<br />
|
121
|
+
JetBrains RubyMine Team</em></p>
|
122
|
+
<img src="//feeds.feedburner.com/~r/jetbrains_rubymine/~4/IP5kIKTuDBg" height="1" width="1" alt=""/>]]></content:encoded>
|
123
|
+
<wfw:commentRss>http://blog.jetbrains.com/ruby/2014/11/rubymine-7-rc2-is-available/feed/</wfw:commentRss>
|
124
|
+
<slash:comments>6</slash:comments>
|
125
|
+
<feedburner:origLink>http://blog.jetbrains.com/ruby/2014/11/rubymine-7-rc2-is-available/</feedburner:origLink></item>
|
126
|
+
<item>
|
127
|
+
<title>What’s Mining: Puppet Support Improvements</title>
|
128
|
+
<link>http://feedproxy.google.com/~r/jetbrains_rubymine/~3/7bo3oH7fZxw/</link>
|
129
|
+
<comments>http://blog.jetbrains.com/ruby/2014/10/puppet-support-improvements/#comments</comments>
|
130
|
+
<pubDate>Wed, 29 Oct 2014 10:30:12 +0000</pubDate>
|
131
|
+
<dc:creator><![CDATA[Valentin Fondaratov]]></dc:creator>
|
132
|
+
<category><![CDATA[WhatsMining]]></category>
|
133
|
+
<category><![CDATA[Puppet]]></category>
|
134
|
+
<category><![CDATA[Tsubaki]]></category>
|
135
|
+
|
136
|
+
<guid isPermaLink="false">http://blog.jetbrains.com/ruby/?p=5807</guid>
|
137
|
+
<description><![CDATA[Hello everyone, We would like to describe an update to the Puppet plugin for the IntelliJ-based products. It’s compatible with the RubyMine 7 RC and the IntelliJ IDEA 14 RC and provides a vast improvement in the Puppet language support: The … <a href="http://blog.jetbrains.com/ruby/2014/10/puppet-support-improvements/">Continue reading <span class="meta-nav">→</span></a>]]></description>
|
138
|
+
<content:encoded><![CDATA[<p>Hello everyone,</p>
|
139
|
+
<p>We would like to describe an update to the <a href="https://plugins.jetbrains.com/plugin/7180">Puppet plugin</a> for the IntelliJ-based products. It’s compatible with the <a href="https://www.jetbrains.com/ruby/nextversion/">RubyMine 7 RC</a> and the <a href="http://blog.jetbrains.com/idea/2014/10/intellij-idea-14-rc1-is-available/">IntelliJ IDEA 14 RC</a> and provides a vast improvement in the Puppet language support:</p>
|
140
|
+
<p><a href="http://blog.jetbrains.com/ruby/files/2014/10/puppet_1.png"><img class="alignleft size-full wp-image-5840" alt="puppet_1" src="http://blog.jetbrains.com/ruby/files/2014/10/puppet_1.png" width="1720" height="770" /></a><br />
|
141
|
+
<span id="more-5807"></span></p>
|
142
|
+
<p>The plugin is specially designed to analyse <a title="Puppet manifests" href="https://docs.puppetlabs.com/learning/manifests.html">Puppet manifest files</a>. As the Puppet manifests consist of an extensive variety of declarations including <em>resources</em>, <em>classes</em>, <em>nodes</em>, <em>defined types</em>, and <em>variables</em>, it is crucial to provide a reliable navigation mechanism for them:</p>
|
143
|
+
<p><a href="http://blog.jetbrains.com/ruby/files/2014/10/puppet_22.png"><img class="alignleft size-full wp-image-5860" alt="puppet_2" src="http://blog.jetbrains.com/ruby/files/2014/10/puppet_22.png" width="1720" height="578" /></a></p>
|
144
|
+
<p>As any other language, Puppet encourages developers to make use of the existing libraries named modules. The plugin supplies the users of the Puppet Forge modules with navigation around them. The only thing one should ensure is that the modules are located in the proper directory (the default one or the one defined in the special puppet configuration files):</p>
|
145
|
+
<p><a href="http://blog.jetbrains.com/ruby/files/2014/10/puppet_3.png"><img class="alignleft size-full wp-image-5854" alt="puppet_3" src="http://blog.jetbrains.com/ruby/files/2014/10/puppet_3.png" width="1720" height="690" /></a></p>
|
146
|
+
<p>The plugin also enables traditional code insight features such as <em>rename refactoring</em>, <em>find usages</em> action, <em>code completion</em>; all based on the structure of the project and aware of the Puppet modules installed:</p>
|
147
|
+
<p><a href="http://blog.jetbrains.com/ruby/files/2014/10/puppet_41.png"><img class="alignleft size-full wp-image-5862" alt="puppet_4" src="http://blog.jetbrains.com/ruby/files/2014/10/puppet_41.png" width="1720" height="650" /></a></p>
|
148
|
+
<p>You will discover that the plugin comes with a little more traditional features: <em>a code formatter</em>, <em>quick documentation</em>, <em>inspections</em> checking unresolved symbols and others. However, there is still a lot to be implemented, so we would be glad if you shared your feedback, voted for the features and proposed new ones!</p>
|
149
|
+
<p>You can <a href="http://plugins.jetbrains.com/plugin/7180" target="_blank">try the plugin</a> and share your ideas or ask some questions here in the comments, in <a href="http://youtrack.jetbrains.net/issues/RUBY" target="_blank">our tracker</a> or <a href="http://devnet.jetbrains.net/community/ruby" target="_blank">forum</a>.</p>
|
150
|
+
<p><em>—<br />
|
151
|
+
Develop with pleasure!<br />
|
152
|
+
JetBrains RubyMine Team</em></p>
|
153
|
+
<img src="//feeds.feedburner.com/~r/jetbrains_rubymine/~4/7bo3oH7fZxw" height="1" width="1" alt=""/>]]></content:encoded>
|
154
|
+
<wfw:commentRss>http://blog.jetbrains.com/ruby/2014/10/puppet-support-improvements/feed/</wfw:commentRss>
|
155
|
+
<slash:comments>3</slash:comments>
|
156
|
+
<feedburner:origLink>http://blog.jetbrains.com/ruby/2014/10/puppet-support-improvements/</feedburner:origLink></item>
|
157
|
+
<item>
|
158
|
+
<title>RubyMine 7 Release Candidate is Out!</title>
|
159
|
+
<link>http://feedproxy.google.com/~r/jetbrains_rubymine/~3/w8_MOsplo98/</link>
|
160
|
+
<comments>http://blog.jetbrains.com/ruby/2014/10/rubymine-7-release-candidate-is-out/#comments</comments>
|
161
|
+
<pubDate>Wed, 22 Oct 2014 14:02:39 +0000</pubDate>
|
162
|
+
<dc:creator><![CDATA[Tatiana Vasilyeva]]></dc:creator>
|
163
|
+
<category><![CDATA[Announcement]]></category>
|
164
|
+
<category><![CDATA[Tsubaki]]></category>
|
165
|
+
|
166
|
+
<guid isPermaLink="false">http://blog.jetbrains.com/ruby/?p=5829</guid>
|
167
|
+
<description><![CDATA[Hello everyone, The release date is coming closer and RubyMine is getting more and more stable. Today we’re glad to announce the RubyMine 7 Release Candidate which includes several fixes as well as performance improvements for AngularJS and code reformat … <a href="http://blog.jetbrains.com/ruby/2014/10/rubymine-7-release-candidate-is-out/">Continue reading <span class="meta-nav">→</span></a>]]></description>
|
168
|
+
<content:encoded><![CDATA[<p>Hello everyone,</p>
|
169
|
+
<p>The release date is coming closer and RubyMine is getting more and more stable. Today we’re glad to announce the <strong>RubyMine 7 Release Candidate</strong> which includes several fixes as well as performance improvements for AngularJS and code reformat functionality for HAML.</p>
|
170
|
+
<p>Please download the RC build from our <a href="http://confluence.jetbrains.com/display/RUBYDEV/RubyMine+EAP">EAP page</a>. You can find all major changes on <a href="http://www.jetbrains.com/ruby/nextversion/index.html">the RubyMine site</a> and take a look at the latest changes in <a href="http://confluence.jetbrains.com/display/RUBYDEV/RubyMine+Tsubaki+RC+%28build+139.160%29+Release+Notes"> our release notes</a>.</p>
|
171
|
+
<p>Stay tuned during these few days before the release! Your feedback is welcome more than ever.</p>
|
172
|
+
<p><em>—<br />
|
173
|
+
Develop with pleasure!<br />
|
174
|
+
JetBrains RubyMine Team</em></p>
|
175
|
+
<img src="//feeds.feedburner.com/~r/jetbrains_rubymine/~4/w8_MOsplo98" height="1" width="1" alt=""/>]]></content:encoded>
|
176
|
+
<wfw:commentRss>http://blog.jetbrains.com/ruby/2014/10/rubymine-7-release-candidate-is-out/feed/</wfw:commentRss>
|
177
|
+
<slash:comments>8</slash:comments>
|
178
|
+
<feedburner:origLink>http://blog.jetbrains.com/ruby/2014/10/rubymine-7-release-candidate-is-out/</feedburner:origLink></item>
|
179
|
+
<item>
|
180
|
+
<title>RubyMine Tsubaki Goes Beta!</title>
|
181
|
+
<link>http://feedproxy.google.com/~r/jetbrains_rubymine/~3/YAjYXh0hDYc/</link>
|
182
|
+
<comments>http://blog.jetbrains.com/ruby/2014/10/rubymine-tsubaki-goes-beta/#comments</comments>
|
183
|
+
<pubDate>Fri, 17 Oct 2014 10:11:28 +0000</pubDate>
|
184
|
+
<dc:creator><![CDATA[Tatiana Vasilyeva]]></dc:creator>
|
185
|
+
<category><![CDATA[Announcement]]></category>
|
186
|
+
<category><![CDATA[Tsubaki]]></category>
|
187
|
+
|
188
|
+
<guid isPermaLink="false">http://blog.jetbrains.com/ruby/?p=5806</guid>
|
189
|
+
<description><![CDATA[Hello everyone, People say an ideal is unattainable and that’s true. There is always room for improvement. But still we always try to get as close to perfection as we can and polish RubyMine with all our effort. Now we … <a href="http://blog.jetbrains.com/ruby/2014/10/rubymine-tsubaki-goes-beta/">Continue reading <span class="meta-nav">→</span></a>]]></description>
|
190
|
+
<content:encoded><![CDATA[<p>Hello everyone,</p>
|
191
|
+
<p>People say an ideal is unattainable and that’s true. There is always room for improvement. But still we always try to get as close to perfection as we can and polish RubyMine with all our effort. Now we can say RubyMine is on the verge of release and we’re glad to announce that <strong>RubyMine 7 Beta is ready for download and testing</strong>! Please <a href="http://www.jetbrains.com/ruby/nextversion/index.html">visit our site</a> to read about all the features and download, or go to <a href="https://youtrack.jetbrains.com/releaseNotes/RUBY?q=fixed+in%3A%7BRubyMine+7.0+%28Tsubaki%29+Beta+%28139.106%29%7D++state%3A+Fixed+state%3A+Verified+state%3A+Obsolete+sort+by%3A+priority&title=RubyMine+7.0+%28Tsubaki%29+Beta+%28139.106%29&token=3kmrbcflrtds13zxd674ski3a&showDescription=false&showComments=false">the list of fixes</a> to take a look at the latest changes.</p>
|
192
|
+
<p>Stay tuned not to miss the release version!</p>
|
193
|
+
<p><em>—<br />
|
194
|
+
Develop with pleasure!<br />
|
195
|
+
JetBrains RubyMine Team</em></p>
|
196
|
+
<img src="//feeds.feedburner.com/~r/jetbrains_rubymine/~4/YAjYXh0hDYc" height="1" width="1" alt=""/>]]></content:encoded>
|
197
|
+
<wfw:commentRss>http://blog.jetbrains.com/ruby/2014/10/rubymine-tsubaki-goes-beta/feed/</wfw:commentRss>
|
198
|
+
<slash:comments>2</slash:comments>
|
199
|
+
<feedburner:origLink>http://blog.jetbrains.com/ruby/2014/10/rubymine-tsubaki-goes-beta/</feedburner:origLink></item>
|
200
|
+
<item>
|
201
|
+
<title>RubyMine Tsubaki EAP: Cucumber 2.0 and bug-fixing</title>
|
202
|
+
<link>http://feedproxy.google.com/~r/jetbrains_rubymine/~3/vGC8KZ7D3dI/</link>
|
203
|
+
<comments>http://blog.jetbrains.com/ruby/2014/09/rubymine-tsubaki-eap-cucumber-2-0-and-bug-fixing/#comments</comments>
|
204
|
+
<pubDate>Thu, 18 Sep 2014 11:55:01 +0000</pubDate>
|
205
|
+
<dc:creator><![CDATA[Tatiana Vasilyeva]]></dc:creator>
|
206
|
+
<category><![CDATA[Uncategorized]]></category>
|
207
|
+
<category><![CDATA[Tsubaki]]></category>
|
208
|
+
|
209
|
+
<guid isPermaLink="false">http://blog.jetbrains.com/ruby/?p=5782</guid>
|
210
|
+
<description><![CDATA[Hello everyone, Here is a new RubyMine Tsubaki EAP build for you. It will allow you to run the latest version of Cucumber (2.0.0.beta3 at this moment) and also fixes number of regressions we have introduced in previous EAPs (yes, … <a href="http://blog.jetbrains.com/ruby/2014/09/rubymine-tsubaki-eap-cucumber-2-0-and-bug-fixing/">Continue reading <span class="meta-nav">→</span></a>]]></description>
|
211
|
+
<content:encoded><![CDATA[<p>Hello everyone,</p>
|
212
|
+
<p>Here is a new RubyMine Tsubaki EAP build for you. It will allow you to run the latest version of Cucumber (2.0.0.beta3 at this moment) and also fixes number of regressions we have introduced in previous EAPs (yes, we also do this <img src="http://blog.jetbrains.com/ruby/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /> ). Some people were unhappy with our previous EAP (because of some instability it had) and we hope this one will bring more stability to your life <img src="http://blog.jetbrains.com/ruby/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
|
213
|
+
<p>Also we’re happy to introduce inline debugger functionality which will significantly reduce context switching:<br />
|
214
|
+
<a href="http://blog.jetbrains.com/ruby/files/2014/09/inline_debugger.png"><img class="alignnone size-full wp-image-5797" alt="Inline Debugger" src="http://blog.jetbrains.com/ruby/files/2014/09/inline_debugger.png" width="497" height="170" /></a></p>
|
215
|
+
<p>Please learn more in the <a href="http://confluence.jetbrains.com/display/RUBYDEV/RubyMine+Tsubaki+EAP+%28build+138.2332%29+Release+Notes">release notes</a> and try the latest <a href="http://confluence.jetbrains.com/display/RUBYDEV/RubyMine+EAP">RubyMine Tsubaki EAP (build 138.2332)</a>.</p>
|
216
|
+
<p>We’re looking forward for your feedback as usual.<br />
|
217
|
+
<em>—<br />
|
218
|
+
Develop with pleasure!<br />
|
219
|
+
JetBrains RubyMine Team</em></p>
|
220
|
+
<img src="//feeds.feedburner.com/~r/jetbrains_rubymine/~4/vGC8KZ7D3dI" height="1" width="1" alt=""/>]]></content:encoded>
|
221
|
+
<wfw:commentRss>http://blog.jetbrains.com/ruby/2014/09/rubymine-tsubaki-eap-cucumber-2-0-and-bug-fixing/feed/</wfw:commentRss>
|
222
|
+
<slash:comments>10</slash:comments>
|
223
|
+
<feedburner:origLink>http://blog.jetbrains.com/ruby/2014/09/rubymine-tsubaki-eap-cucumber-2-0-and-bug-fixing/</feedburner:origLink></item>
|
224
|
+
<item>
|
225
|
+
<title>RubyConf Brasil 2014 License Winners Announcement</title>
|
226
|
+
<link>http://feedproxy.google.com/~r/jetbrains_rubymine/~3/38jN1Gq-48U/</link>
|
227
|
+
<comments>http://blog.jetbrains.com/ruby/2014/09/rubyconf-brasil-2014-license-winners-announcement/#comments</comments>
|
228
|
+
<pubDate>Mon, 15 Sep 2014 14:12:11 +0000</pubDate>
|
229
|
+
<dc:creator><![CDATA[Tatiana Vasilyeva]]></dc:creator>
|
230
|
+
<category><![CDATA[Announcement]]></category>
|
231
|
+
<category><![CDATA[Events]]></category>
|
232
|
+
<category><![CDATA[Brasil]]></category>
|
233
|
+
<category><![CDATA[RubyConf]]></category>
|
234
|
+
|
235
|
+
<guid isPermaLink="false">http://blog.jetbrains.com/ruby/?p=5751</guid>
|
236
|
+
<description><![CDATA[Hello everyone, Our visit to Brazil was really great. It was definitely worth the 16-hour flight, crossing the floor of the globe. We were so heartily met with all the Brazilian hospitality and warmth! And we still remember the taste … <a href="http://blog.jetbrains.com/ruby/2014/09/rubyconf-brasil-2014-license-winners-announcement/">Continue reading <span class="meta-nav">→</span></a>]]></description>
|
237
|
+
<content:encoded><![CDATA[<p>Hello everyone,</p>
|
238
|
+
<p>Our <a href="http://blog.jetbrains.com/ruby/2014/08/team-preparing-for-rubyconf-brasil-2014-and-guru-sorocaba/">visit to Brazil</a> was really great. It was definitely worth the 16-hour flight, crossing the floor of the globe. We were so heartily met with all the Brazilian hospitality and warmth! And we still remember the taste of all the amazing local dishes we’ve tried.</p>
|
239
|
+
<p><span id="more-5751"></span></p>
|
240
|
+
<p>Everything started with a crazy <a href="http://www.devbeers.io/">devbeers</a> party where we’ve got a chance to talk to so many developers. That was really cool. <strong>Thanks everyone who was there and made the evening:</strong></p>
|
241
|
+
|
242
|
+
<a href='http://blog.jetbrains.com/ruby/2014/09/rubyconf-brasil-2014-license-winners-announcement/img_0814/'><img width="150" height="100" src="http://blog.jetbrains.com/ruby/files/2014/09/IMG_0814.jpg" class="attachment-thumbnail" alt="IMG_0814" /></a>
|
243
|
+
<a href='http://blog.jetbrains.com/ruby/2014/09/rubyconf-brasil-2014-license-winners-announcement/img_0815/'><img width="150" height="100" src="http://blog.jetbrains.com/ruby/files/2014/09/IMG_0815.jpg" class="attachment-thumbnail" alt="IMG_0815" /></a>
|
244
|
+
<a href='http://blog.jetbrains.com/ruby/2014/09/rubyconf-brasil-2014-license-winners-announcement/img_0816/'><img width="150" height="100" src="http://blog.jetbrains.com/ruby/files/2014/09/IMG_0816.jpg" class="attachment-thumbnail" alt="IMG_0816" /></a>
|
245
|
+
<a href='http://blog.jetbrains.com/ruby/2014/09/rubyconf-brasil-2014-license-winners-announcement/img_0820/'><img width="150" height="100" src="http://blog.jetbrains.com/ruby/files/2014/09/IMG_0820.jpg" class="attachment-thumbnail" alt="IMG_0820" /></a>
|
246
|
+
|
247
|
+
<p>The next day <a href="http://www.rubyconf.com.br/en/home">the conference</a> started, and it met all our expectations. We were very excited to meet the local Ruby community. There were lots of interesting talks and lots of RubyMine demos:</p>
|
248
|
+
|
249
|
+
<a href='http://blog.jetbrains.com/ruby/2014/09/rubyconf-brasil-2014-license-winners-announcement/img_0795/'><img width="150" height="100" src="http://blog.jetbrains.com/ruby/files/2014/09/IMG_0795.jpg" class="attachment-thumbnail" alt="IMG_0795" /></a>
|
250
|
+
<a href='http://blog.jetbrains.com/ruby/2014/09/rubyconf-brasil-2014-license-winners-announcement/img_0797/'><img width="150" height="100" src="http://blog.jetbrains.com/ruby/files/2014/09/IMG_0797.jpg" class="attachment-thumbnail" alt="IMG_0797" /></a>
|
251
|
+
<a href='http://blog.jetbrains.com/ruby/2014/09/rubyconf-brasil-2014-license-winners-announcement/img_0796/'><img width="150" height="100" src="http://blog.jetbrains.com/ruby/files/2014/09/IMG_0796.jpg" class="attachment-thumbnail" alt="IMG_0796" /></a>
|
252
|
+
<a href='http://blog.jetbrains.com/ruby/2014/09/rubyconf-brasil-2014-license-winners-announcement/img_0813/'><img width="150" height="100" src="http://blog.jetbrains.com/ruby/files/2014/09/IMG_0813.jpg" class="attachment-thumbnail" alt="IMG_0813" /></a>
|
253
|
+
|
254
|
+
<p>On Saturday we left to Sorocaba to take part in a <a href="https://www.facebook.com/events/1523605997868538/">DOJO session</a>. Everything seemed to go well, and the attendees were glad to try RubyMine as an IDE during the session:</p>
|
255
|
+
|
256
|
+
<a href='http://blog.jetbrains.com/ruby/2014/09/rubyconf-brasil-2014-license-winners-announcement/img_0838/'><img width="150" height="100" src="http://blog.jetbrains.com/ruby/files/2014/09/IMG_0838.jpg" class="attachment-thumbnail" alt="IMG_0838" /></a>
|
257
|
+
<a href='http://blog.jetbrains.com/ruby/2014/09/rubyconf-brasil-2014-license-winners-announcement/img_0836/'><img width="150" height="100" src="http://blog.jetbrains.com/ruby/files/2014/09/IMG_0836.jpg" class="attachment-thumbnail" alt="IMG_0836" /></a>
|
258
|
+
<a href='http://blog.jetbrains.com/ruby/2014/09/rubyconf-brasil-2014-license-winners-announcement/img_0835/'><img width="150" height="100" src="http://blog.jetbrains.com/ruby/files/2014/09/IMG_0835.jpg" class="attachment-thumbnail" alt="IMG_0835" /></a>
|
259
|
+
<a href='http://blog.jetbrains.com/ruby/2014/09/rubyconf-brasil-2014-license-winners-announcement/img_0839/'><img width="150" height="100" src="http://blog.jetbrains.com/ruby/files/2014/09/IMG_0839.jpg" class="attachment-thumbnail" alt="IMG_0839" /></a>
|
260
|
+
|
261
|
+
<p>In Sorocaba we finally had some rest after the rough conference days and crazy São Paulo rhythm of life and all the traffic, you know. <strong><a href="https://github.com/guivinicius">Guilherme</a>, thank you and your family so much for the wonderful evening!</strong></p>
|
262
|
+
<p>Now, let’s get back to the license raffle we ran during the conference and the Sorocaba meet-up. We’re finally ready to announce the 11 lucky personal license winners. The applicants’ names for the draw came from the contacts left on the tablet. Ten licenses were chosen among the conference attendees and one from the DOJO session members. As a representative of Fortune, there was a <a href="https://github.com/waggi/LuckyRandom">simple RubyMotion app</a> that randomly chose the following names:</p>
|
263
|
+
<p><a style="color: #ff4b33; line-height: 24px; font-size: 16px;" href="http://blog.jetbrains.com/ruby/files/2014/09/IMG_0863.png"><img class=" wp-image-5769 alignleft" alt="IMG_0863" src="http://blog.jetbrains.com/ruby/files/2014/09/IMG_0863.png" width="230" height="302" /></a></p>
|
264
|
+
<p><a href="http://blog.jetbrains.com/ruby/files/2014/09/IMG_0864.png"><img class="wp-image-5770 alignleft" alt="IMG_0864" src="http://blog.jetbrains.com/ruby/files/2014/09/IMG_0864.png" width="230" height="302" /></a></p>
|
265
|
+
<p> </p>
|
266
|
+
<p> </p>
|
267
|
+
<p> </p>
|
268
|
+
<p><strong>Congratulations!</strong></p>
|
269
|
+
<p>If you left your contact on the tablet and didn’t win a license, you still get a <strong>60% discount</strong>. A personal message will be sent to each of the applicants with the details on how to obtain their free license or discount. If you do not get any email from us during the day, please ping us here in the comments.</p>
|
270
|
+
<p><strong>We want to heartily thank all of you who came to our booth, talked to us during the party, or took part in the DOJO session to share your ideas and inspiration!</strong></p>
|
271
|
+
<p><em>—<br />
|
272
|
+
See you next time in Brazil!<br />
|
273
|
+
JetBrains RubyMine Team</em></p>
|
274
|
+
<img src="//feeds.feedburner.com/~r/jetbrains_rubymine/~4/38jN1Gq-48U" height="1" width="1" alt=""/>]]></content:encoded>
|
275
|
+
<wfw:commentRss>http://blog.jetbrains.com/ruby/2014/09/rubyconf-brasil-2014-license-winners-announcement/feed/</wfw:commentRss>
|
276
|
+
<slash:comments>2</slash:comments>
|
277
|
+
<feedburner:origLink>http://blog.jetbrains.com/ruby/2014/09/rubyconf-brasil-2014-license-winners-announcement/</feedburner:origLink></item>
|
278
|
+
<item>
|
279
|
+
<title>Going to Barcelona Ruby Conference? Meet Our RubyMine Team There!</title>
|
280
|
+
<link>http://feedproxy.google.com/~r/jetbrains_rubymine/~3/LKDx3qwuims/</link>
|
281
|
+
<comments>http://blog.jetbrains.com/ruby/2014/09/going-to-barcelona-ruby-conference-meet-our-rubymine-team-there/#comments</comments>
|
282
|
+
<pubDate>Mon, 08 Sep 2014 11:11:58 +0000</pubDate>
|
283
|
+
<dc:creator><![CDATA[Robert Demmer]]></dc:creator>
|
284
|
+
<category><![CDATA[Events]]></category>
|
285
|
+
<category><![CDATA[Barcelona]]></category>
|
286
|
+
<category><![CDATA[Baruco]]></category>
|
287
|
+
<category><![CDATA[conference]]></category>
|
288
|
+
|
289
|
+
<guid isPermaLink="false">http://blog.jetbrains.com/ruby/?p=5741</guid>
|
290
|
+
<description><![CDATA[September 11th-13th, RubyMine team members Denis Ushakov, Anna Kutarba and Andrey Vokin (front left to right) will be attending Barcelona Ruby Conference. While there won’t be a JetBrains booth at the show, the team are going to be around and ready … <a href="http://blog.jetbrains.com/ruby/2014/09/going-to-barcelona-ruby-conference-meet-our-rubymine-team-there/">Continue reading <span class="meta-nav">→</span></a>]]></description>
|
291
|
+
<content:encoded><![CDATA[<p><strong>September 11th-13th</strong>, RubyMine team members <strong>Denis Ushakov, </strong><strong>Anna Kutarba</strong> and <strong>Andrey Vokin</strong> (front left to right) will be attending <strong><a title="Barcelona Ruby Conference 2014" href="http://www.baruco.org/" target="_blank">Barcelona Ruby Conference</a></strong>.</p>
|
292
|
+
<p><img class="alignnone size-full wp-image-5746" alt="RubyMine Team at Baruco" src="http://blog.jetbrains.com/ruby/files/2014/09/Team_Baruco.png" width="660" height="220" /></p>
|
293
|
+
<p>While there won’t be a JetBrains booth at the show, the team are going to be around and ready to talk. <strong>Find them wearing their RubyMine t-shirts</strong> and don’t hesitate to strike up a conversation. Denis, Anna and Andrey hope to meet you there!</p>
|
294
|
+
<p><a href="http://www.baruco.org/"><img class="alignnone size-full wp-image-5742" alt="Baruco 2014" src="http://blog.jetbrains.com/ruby/files/2014/09/Baruco.png" width="680" height="264" /></a></p>
|
295
|
+
<img src="//feeds.feedburner.com/~r/jetbrains_rubymine/~4/LKDx3qwuims" height="1" width="1" alt=""/>]]></content:encoded>
|
296
|
+
<wfw:commentRss>http://blog.jetbrains.com/ruby/2014/09/going-to-barcelona-ruby-conference-meet-our-rubymine-team-there/feed/</wfw:commentRss>
|
297
|
+
<slash:comments>0</slash:comments>
|
298
|
+
<feedburner:origLink>http://blog.jetbrains.com/ruby/2014/09/going-to-barcelona-ruby-conference-meet-our-rubymine-team-there/</feedburner:origLink></item>
|
299
|
+
</channel>
|
300
|
+
</rss>
|
301
|
+
<!-- Dynamic page generated in 1.551 seconds. -->
|
302
|
+
<!-- Cached page generated by WP-Super-Cache on 2015-01-16 14:45:45 -->
|
303
|
+
|
304
|
+
---
|
305
|
+
|
306
|
+
feed.format: rss 2.0
|
307
|
+
feed.title: JetBrains RubyMine Blog
|
308
|
+
feed.url: http://blog.jetbrains.com/ruby
|
309
|
+
feed.summary: The most Intelligent Ruby on Rails IDE
|
310
|
+
feed.generator: http://wordpress.org/?v=3.8.5
|
311
|
+
|
312
|
+
feed.items[0].title: RubyMine 7.0.2 is Here
|
313
|
+
feed.items[0].url: http://feedproxy.google.com/~r/jetbrains_rubymine/~3/5ZmfXfrgktY/
|
314
|
+
feed.items[0].guid: http://blog.jetbrains.com/ruby/?p=5901
|
315
|
+
|
@@ -0,0 +1,1241 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<feed xmlns="http://www.w3.org/2005/Atom">
|
3
|
+
<title type="text" xml:lang="en">Riding Rails</title>
|
4
|
+
<link type="application/atom+xml" href="http://weblog.rubyonrails.org/feed/" rel="self" />
|
5
|
+
<link type="text" href="http://weblog.rubyonrails.org/" rel="alternate" />
|
6
|
+
<updated>2015-01-16T22:42:22+00:00</updated>
|
7
|
+
<id>http://weblog.rubyonrails.org/</id>
|
8
|
+
|
9
|
+
<entry>
|
10
|
+
<title>This week in Rails: tokens migrations, method_source and more</title>
|
11
|
+
<author>
|
12
|
+
<name>kaspth</name>
|
13
|
+
</author>
|
14
|
+
<link href="http://weblog.rubyonrails.org/2015/1/16/This-week-in-Rails-tokens-migrations-method-source-and-more/"/>
|
15
|
+
<updated>2015-01-16T22:30:42+00:00</updated>
|
16
|
+
<id>http://weblog.rubyonrails.org/2015/1/16/This-week-in-Rails-tokens-migrations-method-source-and-more/</id>
|
17
|
+
<content type="html"><![CDATA[<p>Live from our servers, it's This Week in Rails!</p>
|
18
|
+
|
19
|
+
<p>As always we're your inside scoop of interesting commits, pull requests and more from <a href="https://github.com/rails/rails">Rails</a>.</p>
|
20
|
+
|
21
|
+
<p>This is <a href="https://twitter.com/kaspth">Kasper</a>, and I'm ready to serve you this scoop. I tapped keys on the board in front of me to make words appear. It's quite the tapestry.</p>
|
22
|
+
|
23
|
+
<p>Let's get to it!</p>
|
24
|
+
|
25
|
+
<h2>Featured</h2>
|
26
|
+
|
27
|
+
<h3><a href="http://contributors.rubyonrails.org/contributors/in-time-window/this-week">This week's Rails contributors</a></h3>
|
28
|
+
|
29
|
+
<p>33 contributors made this week happen. Pull Requests were merged, new friendships were made... I think I even heard someone say they saw a cat online. That's a rare sight, and part of what made this week special. Thanks everyone!</p>
|
30
|
+
|
31
|
+
<h3><a href="https://github.com/rails/rails/pull/18448">Tokens in migrations and model generators</a></h3>
|
32
|
+
|
33
|
+
<p>As a follow up to last week's <code>has_secure_token</code>, both the migration and model generators can create <code>token</code> attributes.<br>
|
34
|
+
<code>rails g migration add_auth_token_to_users auth_token:token</code>. <code>rails g model user auth_token:token</code>.<br>
|
35
|
+
The model generator automatically adds <code>has_secure_token :auth_token</code> to your new model file.</p>
|
36
|
+
|
37
|
+
<h2>New Stuff</h2>
|
38
|
+
|
39
|
+
<h3><a href="https://github.com/rails/rails/commit/0b2e0528df36bcef4aca62b86f55e1ea85604cd8"><code>method_source</code> added to the default Gemfile</a></h3>
|
40
|
+
|
41
|
+
<p>On Rails 5 when you generate a new app, you'll find 'method_source' in your Gemfile. This gem extends the <code>Method</code> class with <code>source</code> and <code>comment</code> methods to aid your debugging. There's a good usage example in <a href="https://github.com/rails/rails/issues/18473#issuecomment-69682891">this comment</a>.</p>
|
42
|
+
|
43
|
+
<h2>Fixed</h2>
|
44
|
+
|
45
|
+
<h3><a href="https://github.com/rails/rails/pull/18439">Allow '1' or true for acceptance validation</a></h3>
|
46
|
+
|
47
|
+
<p>Previously <code>validates_acceptance_of</code> would only accept '1' as a valid attribute value. Now you can assign <code>true</code> to an attribute and the validation will pass.</p>
|
48
|
+
|
49
|
+
<h3><a href="https://github.com/rails/rails/pull/15726">Time columns will be aware of application time zone</a></h3>
|
50
|
+
|
51
|
+
<p>In Rails 5.1 your time columns will adhere to the time zone of your Rails application. To make the upgrade path smoother, the <code>config.active_record.time_zone_aware_types</code> option has been added. See the deprecation warning <a href="https://github.com/rails/rails/blob/5cd3bbbb832b58d2a0092f527d83312df4271de7/activerecord/lib/active_record/attribute_methods/time_zone_conversion.rb#L74-L86">here</a> for help.</p>
|
52
|
+
|
53
|
+
<h2>One More Thing™</h2>
|
54
|
+
|
55
|
+
<h3><a href="https://github.com/rails/rails/pull/18454">Validation callbacks tested with contexts</a></h3>
|
56
|
+
|
57
|
+
<p>A feature you might not have heard about is validation contexts, which allow you to specify a context a callback should only be run for. Like this: <code>before_validation callback, on: :create</code>. The link shows a few tests being for this on <code>before/after_validation</code>. <a href="https://gist.github.com/dhh/9672827">Here</a> is a more advanced example.</p>
|
58
|
+
|
59
|
+
<h2>Wrapping up</h2>
|
60
|
+
|
61
|
+
<p>That's all for <em>This week in Rails</em>. As always, there are more changes than we have room to cover here, but feel free to <a href="https://github.com/rails/rails">check them out</a> yourself!</p>
|
62
|
+
|
63
|
+
<p>P.S. If you enjoyed this newsletter, why not <a href="http://rails-weekly.goodbits.io">share it with your friends</a>? :) If you wish to be part of this project please don't hesitate to contact <a href="mailto:godfrey@brewhouse.io">Godfrey</a> – there're a lot of ways you could help make this newsletter more awesome!</p>
|
64
|
+
]]></content>
|
65
|
+
</entry>
|
66
|
+
|
67
|
+
<entry>
|
68
|
+
<title>This week in Rails: a new beginning</title>
|
69
|
+
<author>
|
70
|
+
<name>chancancode</name>
|
71
|
+
</author>
|
72
|
+
<link href="http://weblog.rubyonrails.org/2015/1/10/This-week-in-Rails/"/>
|
73
|
+
<updated>2015-01-10T02:00:00+00:00</updated>
|
74
|
+
<id>http://weblog.rubyonrails.org/2015/1/10/This-week-in-Rails/</id>
|
75
|
+
<content type="html"><![CDATA[<p>Happy New Year, everyone!</p>
|
76
|
+
|
77
|
+
<p>It was only less than a year ago when I sent the <a href="http://us3.campaign-archive1.com/?u=2721e27ce456363785acc5405&id=d1b48a0b9d">first issue</a> of
|
78
|
+
<a href="http://rails-weekly.goodbits.io"><em>This week in Rails</em></a> to a total of 14 recipients, discussing some
|
79
|
+
of the latest and greatest additions to the Rails codebase.</p>
|
80
|
+
|
81
|
+
<p>43 weeks later, this little hobby project has <a href="http://brewhouse.io/blog/2014/04/24/this-week-in-rails-the-backstory.html">evolved</a> into a true
|
82
|
+
community effort –- we have assembled an <a href="https://twitter.com/kaspth">amazing</a> <a href="https://twitter.com/gregmolnar">team</a> of
|
83
|
+
<a href="https://twitter.com/huoxito">editors</a> and other volunteers (<a href="mailto:godfrey@brewhouse.io">join us!</a>), keeping
|
84
|
+
2000 subscribers in the loop and highlighting some key contributions to our
|
85
|
+
beloved web framework every week.</p>
|
86
|
+
|
87
|
+
<p>I am incredibly excited to announce that starting this week, we will be cross-
|
88
|
+
posting the content from the newsletter to the <a href="http://weblog.rubyonrails.org">Riding Rails blog</a>. With
|
89
|
+
this, we hope to reach even more members of our wonderful community, increase
|
90
|
+
transparency, involve more of you in the decision-making processes and maybe
|
91
|
+
even inspire some future contributors!</p>
|
92
|
+
|
93
|
+
<p>I would like to thank my team at <a href="http://brewhouse.io">Brewhouse</a> and <a href="http://goodbits.io">Goodbits</a>
|
94
|
+
for supporting the project and getting it off the ground, as well as all the
|
95
|
+
volunteers who helped along the way. Of course, huge thank you to all of the
|
96
|
+
<a href="http://contributors.rubyonrails.org">Rails contributors</a> who did all the hard work! <3 <3 <3</p>
|
97
|
+
|
98
|
+
<p>Without further ado, here is the first 2015 issue of <em>This week in Rails</em>!</p>
|
99
|
+
|
100
|
+
<hr>
|
101
|
+
|
102
|
+
<p>Welcome to <em>This week in Rails</em>, your weekly inside scoop of interesting commits, pull requests and more from <a href="https://github.com/rails/rails">Rails</a>.</p>
|
103
|
+
|
104
|
+
<p>Hi there this is <a href="https://twitter.com/huoxito">Washington</a> again!</p>
|
105
|
+
|
106
|
+
<p>Hope you all had the most gorgeous holidays ever doing things you love the most. The newsletter team is back to work and you should receive your Rails weekly news as usual. Here are some of the latest and greatest improvements, fixes and releases during the break.</p>
|
107
|
+
|
108
|
+
<h2>Featured</h2>
|
109
|
+
|
110
|
+
<h3><a href="https://www.ruby-lang.org/en/news/2014/12/25/ruby-2-2-0-released/">Ruby 2.2.0 Released</a></h3>
|
111
|
+
|
112
|
+
<p>YAY! December 25th saw another important Ruby release. See the blog post for all the goodies in this new version and keep in mind Rails 5 will target Ruby 2.2+ exclusively. As of this week, Rails' master branch will only work on Ruby 2.2 or above.</p>
|
113
|
+
|
114
|
+
<h3><a href="http://weblog.rubyonrails.org/2015/1/6/Rails-4-1-9-and-4-0-13-have-been-released/">Rails 4.0.13 and 4.1.9 have been released!</a></h3>
|
115
|
+
|
116
|
+
<p>4.0.13 is last planned release for the 4.0 release series, so you should migrate off it as soon as possible. From here on, the 4.1 (you can thank <a href="https://github.com/rafaelfranca">Rafael</a>) and 4.2 release series will continue to receive regular bug fixes. Consult the <a href="http://guides.rubyonrails.org/maintenance_policy.html">maintenance policy</a> for details.</p>
|
117
|
+
|
118
|
+
<h3><a href="http://contributors.rubyonrails.org/contributors/in-time-window/this-week">This week's Rails Contributors</a></h3>
|
119
|
+
|
120
|
+
<p>Apparently holidays is no excuse for going to the beach all day long and having drinks away from computers. Rails community kept working hard during the break to keep improving the framework we appreciate so much. Thank you all!</p>
|
121
|
+
|
122
|
+
<h2>New Stuff</h2>
|
123
|
+
|
124
|
+
<h3><a href="https://github.com/rails/rails/pull/17227">Halting callback chains by throwing :abort</a></h3>
|
125
|
+
|
126
|
+
<p>As of Rails 5 callback chains won't be halted by returning <code>false</code>. Instead you should explicitly <code>throw :abort</code>. This will help keep things consistent among all frameworks included in Rails and avoid accidental halting caused by unexpected <code>false</code> return values.</p>
|
127
|
+
|
128
|
+
<h3><a href="https://github.com/rails/rails/pull/18335">New date helper</a></h3>
|
129
|
+
|
130
|
+
<p>Working with days and weeks just got a bit easier. Keep in mind these new helpers <code>on_weekend?</code>, <code>next_weekday</code>, <code>prev_weekday</code>, <code>next_day</code>, <code>prev_day</code>. Perhaps you had even implemented them before yourself! Good thing Rails will have them out of the box now :)</p>
|
131
|
+
|
132
|
+
<h3><a href="https://github.com/rails/rails/pull/18217"><code>has_secure_token</code> in Active Record</a></h3>
|
133
|
+
|
134
|
+
<p>Rails will ship with a new Active Record macro for generating <a href="https://github.com/rails/rails/pull/18347">base 58</a> tokens out of the box. There's probably a large amount of applications already using this feature. As of the next major release you won't need to add another dependency or implement it yourself.</p>
|
135
|
+
|
136
|
+
<h2>Fixed</h2>
|
137
|
+
|
138
|
+
<h3><a href="https://github.com/rails/rails/pull/18074">More conventional filenames for mailers</a></h3>
|
139
|
+
|
140
|
+
<p>Mailer generators now appends the <code>_mailer</code> suffix in the filename just like controller and jobs generators.</p>
|
141
|
+
|
142
|
+
<h3><a href="https://github.com/rails/rails/pull/18325">Rails 5.0 deprecations clean up</a></h3>
|
143
|
+
|
144
|
+
<p>This week Rails got some more love with this major clean up (339 additions and 1,433 deletions) on its master branch. There's still some deprecations left though as the team figures how to best address them.</p>
|
145
|
+
|
146
|
+
<h2>One More Thing™</h2>
|
147
|
+
|
148
|
+
<h3><a href="https://twitter.com/sgrif/status/548645759856300033">Automatic type casting deprecated in Arel</a></h3>
|
149
|
+
|
150
|
+
<p>Watch out library authors! Sean Griffin put a lot of effort into improving Arel extensibility. Please get in touch with him if you need APIs to help your use case. (See also these <a href="https://github.com/rails/arel/commit/6160bfbda1d1781c3b08a33ec4955f170e95be11">follow-up</a> <a href="https://github.com/rails/rails/compare/266ff700011d...f916aa247bdd">commits</a>.)</p>
|
151
|
+
|
152
|
+
<h2>Wrapping up</h2>
|
153
|
+
|
154
|
+
<p>That's all for <em>This week in Rails</em>. As always, there are more changes than we have room to cover here, but feel free to <a href="https://github.com/rails/rails">check them out</a> yourself!</p>
|
155
|
+
|
156
|
+
<p>P.S. If you enjoyed this newsletter, why not <a href="http://rails-weekly.goodbits.io">share it with your friends</a>? :) If you wish to be part of this project please don't hesitate to contact <a href="mailto:godfrey@brewhouse.io">Godfrey</a> – there're a lot of ways you could help make this newsletter more awesome!</p>
|
157
|
+
]]></content>
|
158
|
+
</entry>
|
159
|
+
|
160
|
+
<entry>
|
161
|
+
<title>[ANN] Rails 4.1.9 and 4.0.13 have been released!</title>
|
162
|
+
<author>
|
163
|
+
<name>rafaelfranca</name>
|
164
|
+
</author>
|
165
|
+
<link href="http://weblog.rubyonrails.org/2015/1/6/Rails-4-1-9-and-4-0-13-have-been-released/"/>
|
166
|
+
<updated>2015-01-06T20:13:06+00:00</updated>
|
167
|
+
<id>http://weblog.rubyonrails.org/2015/1/6/Rails-4-1-9-and-4-0-13-have-been-released/</id>
|
168
|
+
<content type="html"><![CDATA[<p>Hi everyone,</p>
|
169
|
+
|
170
|
+
<p>I am happy to announce that Rails 4.1.9 and 4.0.13 have been released.</p>
|
171
|
+
|
172
|
+
<p>This will be also the last release of 4.0 series as announced
|
173
|
+
<a href="http://weblog.rubyonrails.org/2014/9/12/Rails-4-1-6-and-4-0-10-has-been-released/">in a previous blog post</a>.</p>
|
174
|
+
|
175
|
+
<p>As per our maintenance policy, the release of Rails 4.2.0 means bug fixes will only apply to 4-2-stable,
|
176
|
+
regular security issues to 4.2.x, 4.1.x, and severe security issues to 4.2.x, 4.1.x, and 3.2.x.
|
177
|
+
In addition to these already stated commitments, I agreed to also apply bug fixes to 4-1-stable
|
178
|
+
until the Rails 5 release.</p>
|
179
|
+
|
180
|
+
<p>As before, we will announce in a future blog post when we will drop bug fixes support
|
181
|
+
for Rails 4.1.</p>
|
182
|
+
|
183
|
+
<h2>CHANGES since 4.0.12</h2>
|
184
|
+
|
185
|
+
<p>To view the changes for each gem, please read the changelogs on GitHub:</p>
|
186
|
+
|
187
|
+
<ul>
|
188
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.13/actionmailer/CHANGELOG.md">Action Mailer CHANGELOG</a></li>
|
189
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.13/actionpack/CHANGELOG.md">Action Pack CHANGELOG</a></li>
|
190
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.13/activemodel/CHANGELOG.md">Active Model CHANGELOG</a></li>
|
191
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.13/activerecord/CHANGELOG.md">Active Record CHANGELOG</a></li>
|
192
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.13/activesupport/CHANGELOG.md">Active Support CHANGELOG</a></li>
|
193
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.13/railties/CHANGELOG.md">Railties CHANGELOG</a></li>
|
194
|
+
</ul>
|
195
|
+
|
196
|
+
<p><em>Full listing</em></p>
|
197
|
+
|
198
|
+
<p>To see the full list of changes, <a href="https://github.com/rails/rails/compare/v4.0.12...v4.0.13">check out all the commits on
|
199
|
+
GitHub</a>.</p>
|
200
|
+
|
201
|
+
<h2>CHANGES since 4.1.8</h2>
|
202
|
+
|
203
|
+
<p>To view the changes for each gem, please read the changelogs on GitHub:</p>
|
204
|
+
|
205
|
+
<ul>
|
206
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.9/actionmailer/CHANGELOG.md">Action Mailer CHANGELOG</a></li>
|
207
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.9/actionpack/CHANGELOG.md">Action Pack CHANGELOG</a></li>
|
208
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.9/actionview/CHANGELOG.md">Action View CHANGELOG</a></li>
|
209
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.9/activemodel/CHANGELOG.md">Active Model CHANGELOG</a></li>
|
210
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.9/activerecord/CHANGELOG.md">Active Record CHANGELOG</a></li>
|
211
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.9/activesupport/CHANGELOG.md">Active Support CHANGELOG</a></li>
|
212
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.9/railties/CHANGELOG.md">Railties CHANGELOG</a></li>
|
213
|
+
</ul>
|
214
|
+
|
215
|
+
<p><em>Full listing</em></p>
|
216
|
+
|
217
|
+
<p>To see the full list of changes, <a href="https://github.com/rails/rails/compare/v4.1.8...v4.1.9">check out all the commits on
|
218
|
+
GitHub</a>.</p>
|
219
|
+
|
220
|
+
<h2>SHA-1</h2>
|
221
|
+
|
222
|
+
<p>If you'd like to verify that your gem is the same as the one I've uploaded,
|
223
|
+
please use these SHA-1 hashes.</p>
|
224
|
+
|
225
|
+
<p>Here are the checksums for 4.0.13:</p>
|
226
|
+
<div class="highlight"><pre><code class="language-text" data-lang="text">$ shasum *4.0.13*
|
227
|
+
75f128ffb5813f6ec895a2f6c000a18531232bfb actionmailer-4.0.13.gem
|
228
|
+
7356b2d90904ea3e5854a5fd5c969ff5521ee6bf actionpack-4.0.13.gem
|
229
|
+
019bc6e77c2c430e52d93642bee8ad137ec288d8 activemodel-4.0.13.gem
|
230
|
+
fb367963994f153f68b904b8508b215b60a6a0ca activerecord-4.0.13.gem
|
231
|
+
55cbd61d330d29fac50249d5ab9964e34a102f44 activesupport-4.0.13.gem
|
232
|
+
e4d679c792f0a2faafe69fd87217320bc318fc03 rails-4.0.13.gem
|
233
|
+
856d1f60df48479c4faba3de6d3ffcfadeee2f6b railties-4.0.13.gem
|
234
|
+
</code></pre></div>
|
235
|
+
<p>Here are the checksums for 4.1.9:</p>
|
236
|
+
<div class="highlight"><pre><code class="language-text" data-lang="text">$ shasum *4.1.9*
|
237
|
+
7d4a8ce21aa0429ec5fc05c64e2f64fa769a1c4a actionmailer-4.1.9.gem
|
238
|
+
37b3990b77669877ab675124662ca5c0e880e556 actionpack-4.1.9.gem
|
239
|
+
baf6c54a9f411e9399dc7f9ad99aaa892a43293a actionview-4.1.9.gem
|
240
|
+
cd9c214923ea0094fb65825b1866c3bc5b80fbdb activemodel-4.1.9.gem
|
241
|
+
330a753ec001e38834406c464e306c3c43e276b5 activerecord-4.1.9.gem
|
242
|
+
66904e1371b047348d0247c43b9f1c3c596671bf activesupport-4.1.9.gem
|
243
|
+
12a8b208566f4c822cc9199f51f60fd8baf010bc rails-4.1.9.gem
|
244
|
+
2c494849ac54b8b3238d23fe62c81da37ca08e1b railties-4.1.9.gem
|
245
|
+
</code></pre></div>
|
246
|
+
<p>I'd like to thank you all, every contributor who helped with this release.</p>
|
247
|
+
]]></content>
|
248
|
+
</entry>
|
249
|
+
|
250
|
+
<entry>
|
251
|
+
<title>[ANN] Rails 4.1.9.rc1 and 4.0.13.rc1 have been released!</title>
|
252
|
+
<author>
|
253
|
+
<name>rafaelfranca</name>
|
254
|
+
</author>
|
255
|
+
<link href="http://weblog.rubyonrails.org/2015/1/2/Rails-4-1-9-rc1-and-4-0-13-rc1-have-been-released/"/>
|
256
|
+
<updated>2015-01-02T00:56:06+00:00</updated>
|
257
|
+
<id>http://weblog.rubyonrails.org/2015/1/2/Rails-4-1-9-rc1-and-4-0-13-rc1-have-been-released/</id>
|
258
|
+
<content type="html"><![CDATA[<p>Hi everyone,</p>
|
259
|
+
|
260
|
+
<p>I am happy to announce that Rails 4.1.9.rc1 and 4.0.13.rc1 have been released.</p>
|
261
|
+
|
262
|
+
<p>This is the first release of the year and it includes a lot of bug fixes. This will be also
|
263
|
+
the last release of 4.0 series as announced
|
264
|
+
<a href="http://weblog.rubyonrails.org/2014/9/12/Rails-4-1-6-and-4-0-10-has-been-released/">in a previous blog post</a>.</p>
|
265
|
+
|
266
|
+
<p>As per our maintenance policy, the release of Rails 4.2.0 means bug fixes will only apply to 4-2-stable,
|
267
|
+
regular security issues to 4.2.x, 4.1.x, and severe security issues to 4.2.x, 4.1.x, and 3.2.x.
|
268
|
+
In addition to these already stated commitments, I agreed to also apply bug fixes to 4-1-stable
|
269
|
+
until the Rails 5 release.</p>
|
270
|
+
|
271
|
+
<p>As before, we will announce in a future blog post when we will drop bug fixes support
|
272
|
+
for Rails 4.1.</p>
|
273
|
+
|
274
|
+
<p>If no regressions are found expect the final release this Tuesday, on January 6, 2015.
|
275
|
+
If you find one, please open an <a href="https://github.com/rails/rails/issues/new">issue on GitHub</a>
|
276
|
+
and mention me (@rafaelfranca) on it, so that we can fix it before the final release.</p>
|
277
|
+
|
278
|
+
<h2>CHANGES since 4.0.12</h2>
|
279
|
+
|
280
|
+
<p>To view the changes for each gem, please read the changelogs on GitHub:</p>
|
281
|
+
|
282
|
+
<ul>
|
283
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.13.rc1/actionmailer/CHANGELOG.md">Action Mailer CHANGELOG</a></li>
|
284
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.13.rc1/actionpack/CHANGELOG.md">Action Pack CHANGELOG</a></li>
|
285
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.13.rc1/activemodel/CHANGELOG.md">Active Model CHANGELOG</a></li>
|
286
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.13.rc1/activerecord/CHANGELOG.md">Active Record CHANGELOG</a></li>
|
287
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.13.rc1/activesupport/CHANGELOG.md">Active Support CHANGELOG</a></li>
|
288
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.13.rc1/railties/CHANGELOG.md">Railties CHANGELOG</a></li>
|
289
|
+
</ul>
|
290
|
+
|
291
|
+
<p><em>Full listing</em></p>
|
292
|
+
|
293
|
+
<p>To see the full list of changes, <a href="https://github.com/rails/rails/compare/v4.0.12...v4.0.13.rc1">check out all the commits on
|
294
|
+
GitHub</a>.</p>
|
295
|
+
|
296
|
+
<h2>CHANGES since 4.1.8</h2>
|
297
|
+
|
298
|
+
<p>To view the changes for each gem, please read the changelogs on GitHub:</p>
|
299
|
+
|
300
|
+
<ul>
|
301
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.9.rc1/actionmailer/CHANGELOG.md">Action Mailer CHANGELOG</a></li>
|
302
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.9.rc1/actionpack/CHANGELOG.md">Action Pack CHANGELOG</a></li>
|
303
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.9.rc1/actionview/CHANGELOG.md">Action View CHANGELOG</a></li>
|
304
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.9.rc1/activemodel/CHANGELOG.md">Active Model CHANGELOG</a></li>
|
305
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.9.rc1/activerecord/CHANGELOG.md">Active Record CHANGELOG</a></li>
|
306
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.9.rc1/activesupport/CHANGELOG.md">Active Support CHANGELOG</a></li>
|
307
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.9.rc1/railties/CHANGELOG.md">Railties CHANGELOG</a></li>
|
308
|
+
</ul>
|
309
|
+
|
310
|
+
<p><em>Full listing</em></p>
|
311
|
+
|
312
|
+
<p>To see the full list of changes, <a href="https://github.com/rails/rails/compare/v4.1.8...v4.1.9.rc1">check out all the commits on
|
313
|
+
GitHub</a>.</p>
|
314
|
+
|
315
|
+
<h2>SHA-1</h2>
|
316
|
+
|
317
|
+
<p>If you'd like to verify that your gem is the same as the one I've uploaded,
|
318
|
+
please use these SHA-1 hashes.</p>
|
319
|
+
|
320
|
+
<p>Here are the checksums for 4.0.13.rc1:</p>
|
321
|
+
<div class="highlight"><pre><code class="language-text" data-lang="text">$ shasum *4.0.13.rc1*
|
322
|
+
bf4ddb5aa6eefc6e2495a1364974a5b396d94596 actionmailer-4.0.13.rc1.gem
|
323
|
+
2bf785e91159bba8fe324e2f48a72277f2b3cf33 actionpack-4.0.13.rc1.gem
|
324
|
+
f9d92979e211ce7fa71252cf1b6b4ac94c7f0b91 activemodel-4.0.13.rc1.gem
|
325
|
+
d5147f64e08a3f5aed4c22ff1ebf640ca6fc0ae3 activerecord-4.0.13.rc1.gem
|
326
|
+
e6f1421262fd1064e973f3d2628c6129b4c20d17 activesupport-4.0.13.rc1.gem
|
327
|
+
f7416fc8485bb8a622fb50e0dd2c3fa5ca4215fa rails-4.0.13.rc1.gem
|
328
|
+
8a0690bab5e43712e8e982fe02bf76ea989f9356 railties-4.0.13.rc1.gem
|
329
|
+
</code></pre></div>
|
330
|
+
<p>Here are the checksums for 4.1.9.rc1:</p>
|
331
|
+
<div class="highlight"><pre><code class="language-text" data-lang="text">$ shasum *4.1.9.rc1*
|
332
|
+
8afbb9c71a8f6e0dff26daacde407fe35aac8375 actionmailer-4.1.9.rc1.gem
|
333
|
+
a5fd439bc41844a3c02671d7425bfa71d96cfbf1 actionpack-4.1.9.rc1.gem
|
334
|
+
a77aaa2f936445211e7455b3228a9bfe8f27a4ac actionview-4.1.9.rc1.gem
|
335
|
+
65a7acbf9ef9b47392a48ab4c9ace44f12ea1f60 activemodel-4.1.9.rc1.gem
|
336
|
+
eb66d5c52f0740114de46e1a1b76a0079c723d1f activerecord-4.1.9.rc1.gem
|
337
|
+
e758d54d7fabc7d23ff995646096f40d28df42a9 activesupport-4.1.9.rc1.gem
|
338
|
+
479a31dd8d9eea3de6f444139eaefc830c6db170 rails-4.1.9.rc1.gem
|
339
|
+
dae65c526ec8ee3abab9a9e8807ad7b210b7941d railties-4.1.9.rc1.gem
|
340
|
+
</code></pre></div>
|
341
|
+
<p>I'd like to thank you all, every contributor who helped with this release.</p>
|
342
|
+
|
343
|
+
<p>Happy new year! <img class='emoji' title=':tada:' alt=':tada:' src='https://assets.github.com/images/icons/emoji/unicode/1f389.png' height='20' width='20' align='absmiddle' /></p>
|
344
|
+
]]></content>
|
345
|
+
</entry>
|
346
|
+
|
347
|
+
<entry>
|
348
|
+
<title>Rails 4.2: Active Job, Asynchronous Mails, Adequate Record, Web Console, Foreign Keys</title>
|
349
|
+
<author>
|
350
|
+
<name>dhh</name>
|
351
|
+
</author>
|
352
|
+
<link href="http://weblog.rubyonrails.org/2014/12/19/Rails-4-2-final/"/>
|
353
|
+
<updated>2014-12-19T21:00:00+00:00</updated>
|
354
|
+
<id>http://weblog.rubyonrails.org/2014/12/19/Rails-4-2-final/</id>
|
355
|
+
<content type="html"><![CDATA[<p>We come bearing gifts! It's Rails 4.2, and the final version is ready just in time for Christmas. It's full of great toys, useful gizmos, and polished edges, courtesy of a fantastic community of merry elves who've been coding away with jolly glee for months.</p>
|
356
|
+
|
357
|
+
<p>This is probably also the most well-tested new major release of Rails in a long time. Through four betas and three release candidates, tons of people have helped ensure that regressions and bugs have been caught. Since the first beta, we have some 1600+ commits of spit and polish applied. So you have good reason to be excited!</p>
|
358
|
+
|
359
|
+
<p>To recap, here's a walkthrough of the major new goodies:</p>
|
360
|
+
|
361
|
+
<h2>Active Job, ActionMailer #deliver_later</h2>
|
362
|
+
|
363
|
+
<p>The headline feature for Rails 4.2 is the brand new Active Job framework, and its integrations. Active Job is an adapter layer on top of queuing systems like <a href="https://github.com/resque/resque">Resque</a>, <a href="https://github.com/collectiveidea/delayed_job">Delayed Job</a>, <a href="https://github.com/mperham/sidekiq">Sidekiq</a>, and <a href="http://api.rubyonrails.org/classes/ActiveJob/QueueAdapters.html">more</a>. You can write your jobs to Active Job, and they'll run on all these queues with no changes.</p>
|
364
|
+
|
365
|
+
<p>With an always-configured queue in place (though the default is just an <a href="http://api.rubyonrails.org/classes/ActiveJob/QueueAdapters/InlineAdapter.html">inline runner</a>), we can build on top of that where it makes sense. And the first place it makes sense is to send Action Mailer emails asynchronously. So we're introducing the <a href="http://api.rubyonrails.org/classes/ActionMailer/MessageDelivery.html#method-i-deliver_later">#deliver_later</a> method, which will do just that: Add your email to be sent as a job to a queue, so you don't bog down the controller or model. Voila!</p>
|
366
|
+
|
367
|
+
<p>The cherry on top is our new <a href="https://github.com/rails/globalid">GlobalID</a> library. It makes it easy to pass Active Record objects to jobs by serializing them in a generic form. This means you no longer have to manually pack and unpack your Active Records by passing ids. Just give the job the straight AR object, and it'll serialize it using GlobalID, and deserialize it at run time. So much easier!</p>
|
368
|
+
|
369
|
+
<p>Special thanks go out to <a href="https://github.com/cristianbica">Cristian Bica</a> and <a href="https://github.com/seuros">Abdelkader Boudih</a> for their outstanding work bringing this trinity of improvements to Rails!</p>
|
370
|
+
|
371
|
+
<h2>Adequate Record</h2>
|
372
|
+
|
373
|
+
<p><a href="https://github.com/tenderlove">Aaron Patterson</a> is always hunting for performance bounties in Rails, and with an improvement project called <a href="http://tenderlovemaking.com/2014/02/19/adequaterecord-pro-like-activerecord.html">Adequate Record</a> for Active Record, he's come up good. A lot of common queries are now no less than twice as fast in Rails 4.2! This is a great step forward for performance. While computers are constantly getting cheaper and performance is improving, nobody ever said "hey, get that free speed out of my framework". So there you go: Some free speed, buddy!</p>
|
374
|
+
|
375
|
+
<h2>Web Console</h2>
|
376
|
+
|
377
|
+
<p>Out of the wonderful <a href="http://weblog.rubyonrails.org/2014/5/23/meet-our-google-summer-of-code-students-and-mentors/">Google Summer of Code</a> for Rails campaign comes <a href="https://github.com/rails/web-console">Web Console</a>, which gives you a development console to inspect the state of affairs on all exception pages! It even allows you to jump between the different points in the backtrace, and you'll be able to inspect things right at that point.</p>
|
378
|
+
|
379
|
+
<p>It's a wonderful improvement to the debugging workflow. Thanks to <a href="https://github.com/gsamokovarov">Genadi Samokovarov</a> and <a href="https://github.com/ryandao">Ryan Dao</a> for their work on this project.</p>
|
380
|
+
|
381
|
+
<h2>Foreign Keys</h2>
|
382
|
+
|
383
|
+
<p>Rails has long had a tumultuous relationship with foreign keys, but the drama days are now over. If you want to have foreign keys, you can have foreign keys, and Rails will still smile as it takes your order. The migration DSL gets <a href="http://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/SchemaStatements.html#method-i-add_foreign_key">add_foreign_key</a> and <a href="http://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/SchemaStatements.html#method-i-remove_foreign_key">remove_foreign_key</a> and the standard schema.rb dumper will support maintaing these declarations. Foreign key support starts out as an exclusive to the MySQL and PostgreSQL adapters.</p>
|
384
|
+
|
385
|
+
<h2>And so much more...</h2>
|
386
|
+
|
387
|
+
<p>The above are just the highlights. We have many more goodies packed into this release than that. You can read a great summary in the <a href="http://guides.rubyonrails.org/4_2_release_notes.html">release notes</a>. </p>
|
388
|
+
|
389
|
+
<h2>Maintenance consequences and Rails 5.0!</h2>
|
390
|
+
|
391
|
+
<p>As per our <a href="http://guides.rubyonrails.org/maintenance_policy.html">maintenance policy</a>, the release of Rails 4.2 means bug fixes will only apply to 4-2-stable, regular security issues to 4.2.x, 4.1.x, and severe security issues to 4.2.x, 4.1.x, and 3.2.x. In addition to these already stated commitments, the honorable <a href="https://github.com/rafaelfranca">Rafael França</a> has agreed to also apply bug fixes to 4-1-stable. So everyone still on 4.1 and unable to move quickly can thank Rafael!</p>
|
392
|
+
|
393
|
+
<p>Rails 4.2 also marks the last big release in the 4.x series. With this release out, we're now working towards the big Rails 5.0! This means rails/master is now targeting 5.0.</p>
|
394
|
+
|
395
|
+
<p>Rails 5.0 will target Ruby 2.2+ exclusively. There are a bunch of optimizations coming in Ruby 2.2 that are going to be very nice, but most importantly for Rails, symbols are going to be garbage collected. This means we can shed a lot of weight related to juggling strings when we accept input from the outside world. It also means that we can convert fully to keyword arguments and all the other good stuff from the latest Ruby.</p>
|
396
|
+
|
397
|
+
<p>The release target for Rails 5.0 is currently Fall of 2015. So there's a while yet, but we're putting this out there for people to know, so gem maintainers and other Ruby implementations can know where we're going. We'll be working on putting out somewhat of a road map for the features when that's become a bit clearer.</p>
|
398
|
+
|
399
|
+
<h2>Thanks to all and happy holidays!</h2>
|
400
|
+
|
401
|
+
<p>It continues to be a pleasure and an honor to be involved with the amazing Ruby on Rails community – both <a href="http://contributors.rubyonrails.org/releases/4-2-0/contributors">contributors</a> and users. The collaboration and resulting quality has never been better. Have a great holiday season and New Year's, and we'll see you all with more delicious releases in 2015!</p>
|
402
|
+
]]></content>
|
403
|
+
</entry>
|
404
|
+
|
405
|
+
<entry>
|
406
|
+
<title>[ANN] Rails 4.2.0.rc3 has been released!</title>
|
407
|
+
<author>
|
408
|
+
<name>chancancode</name>
|
409
|
+
</author>
|
410
|
+
<link href="http://weblog.rubyonrails.org/2014/12/13/Rails-4-2-0-rc3-has-been-released/"/>
|
411
|
+
<updated>2014-12-13T03:00:00+00:00</updated>
|
412
|
+
<id>http://weblog.rubyonrails.org/2014/12/13/Rails-4-2-0-rc3-has-been-released/</id>
|
413
|
+
<content type="html"><![CDATA[<p>Happy Friday everyone!</p>
|
414
|
+
|
415
|
+
<p>The Rails team has just released <a href="http://rubygems.org/gems/rails/versions/4.2.0.rc3">the third Release Candidate of Rails 4.2.0</a>
|
416
|
+
today. For an overview of all the major changes in the 4.2 series, please refer
|
417
|
+
to the <a href="http://edgeguides.rubyonrails.org/4_2_release_notes.html">release notes</a>.</p>
|
418
|
+
|
419
|
+
<p>The RC3 release includes a few more minor patches over RC2. You can refer to
|
420
|
+
<a href="https://github.com/rails/rails/compare/v4.2.0.rc2...v4.2.0.rc3">the diff on Github</a> for a full list of changes.</p>
|
421
|
+
|
422
|
+
<p>We would like to thank you again for assisting our team in testing the release
|
423
|
+
candidates. Please continue to report any issues you discovered to our
|
424
|
+
<a href="https://github.com/rails/rails/issues">issue tracker</a> and/or notify the maintainers of the relevant gems and
|
425
|
+
plugins.</p>
|
426
|
+
|
427
|
+
<p>So far, we still haven't identify any major regressions for this release,
|
428
|
+
meaning that we are still on track for our target to release the final version
|
429
|
+
of 4.2.0 before Christmas time.</p>
|
430
|
+
]]></content>
|
431
|
+
</entry>
|
432
|
+
|
433
|
+
<entry>
|
434
|
+
<title>[ANN] Rails 4.2.0.rc2 has been released!</title>
|
435
|
+
<author>
|
436
|
+
<name>chancancode</name>
|
437
|
+
</author>
|
438
|
+
<link href="http://weblog.rubyonrails.org/2014/12/5/Rails-4-2-0-rc2-has-been-released/"/>
|
439
|
+
<updated>2014-12-05T23:00:00+00:00</updated>
|
440
|
+
<id>http://weblog.rubyonrails.org/2014/12/5/Rails-4-2-0-rc2-has-been-released/</id>
|
441
|
+
<content type="html"><![CDATA[<p>Happy Friday everyone!</p>
|
442
|
+
|
443
|
+
<p>The Rails team has just released <a href="http://rubygems.org/gems/rails/versions/4.2.0.rc2">the second Release Candidate of Rails 4.2.0</a>
|
444
|
+
today. For an overview of all the major changes in the 4.2 series, please refer
|
445
|
+
to the <a href="http://edgeguides.rubyonrails.org/4_2_release_notes.html">release notes</a>.</p>
|
446
|
+
|
447
|
+
<p>The RC2 release includes some patches for a few minor issues that was reported
|
448
|
+
in the last week. It also includes some improvements to the documentation and
|
449
|
+
some enhancements that decreases the verbosity of the Active Job logs. You can
|
450
|
+
refer to <a href="https://github.com/rails/rails/compare/v4.2.0.rc1...v4.2.0.rc2">the diff on Github</a> for a full list of changes.</p>
|
451
|
+
|
452
|
+
<p>We would like to thank you again for assisting our team in testing the release
|
453
|
+
candidates. Please continue to report any issues you discovered to our
|
454
|
+
<a href="https://github.com/rails/rails/issues">issue tracker</a> and/or notify the maintainers of the relevant gems and
|
455
|
+
plugins.</p>
|
456
|
+
|
457
|
+
<p>If no other major issues are found, we expect to release the final version of
|
458
|
+
4.2.0 very soon, just in time for Christmas!</p>
|
459
|
+
]]></content>
|
460
|
+
</entry>
|
461
|
+
|
462
|
+
<entry>
|
463
|
+
<title>[ANN] Rails 4.2.0.rc1 has been released!</title>
|
464
|
+
<author>
|
465
|
+
<name>chancancode</name>
|
466
|
+
</author>
|
467
|
+
<link href="http://weblog.rubyonrails.org/2014/11/28/Rails-4-2-0-rc1-has-been-released/"/>
|
468
|
+
<updated>2014-11-28T18:00:00+00:00</updated>
|
469
|
+
<id>http://weblog.rubyonrails.org/2014/11/28/Rails-4-2-0-rc1-has-been-released/</id>
|
470
|
+
<content type="html"><![CDATA[<p>Happy Black Friday everyone!</p>
|
471
|
+
|
472
|
+
<p>The Rails team is very excited to announce that <a href="http://rubygems.org/gems/rails/versions/4.2.0.rc1">the first Release Candidate of Rails 4.2.0</a>
|
473
|
+
has been released today. For an overview of all the major changes, please refer
|
474
|
+
to the <a href="http://edgeguides.rubyonrails.org/4_2_release_notes.html">release notes</a>.</p>
|
475
|
+
|
476
|
+
<p>We would like to thank everyone who have assisted our team in testing the beta
|
477
|
+
and smoothing out all the rough edges. During the beta period, we have logged
|
478
|
+
<a href="https://github.com/rails/rails/compare/v4.2.0.beta1...v4.2.0.rc1">over 1500 commits by over 60 contributors</a> and <a href="https://github.com/rails/rails/issues?q=milestone%3A4.2.0">over 100 tickets and pull requests</a>
|
479
|
+
on GitHub.</p>
|
480
|
+
|
481
|
+
<p>In particular, thanks to contributors who have assisted in testing the release
|
482
|
+
in their Real World™ applications, we have identified and addressed a number of
|
483
|
+
performance issues since the last beta release.</p>
|
484
|
+
|
485
|
+
<p>With the release candidate out the door, we are now much closer to the final
|
486
|
+
release of 4.2.0. Please consider testing this release with your applications if
|
487
|
+
you haven't already – you can read the <a href="http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html">upgrade guide</a> for
|
488
|
+
detailed instructions. If you found any problems while upgrading, please report
|
489
|
+
them to our <a href="https://github.com/rails/rails/issues">issue tracker</a> and/or notify the authors of the relevant
|
490
|
+
gems and plugins.</p>
|
491
|
+
|
492
|
+
<p>Thank you all again, this release would not be possible without your help!</p>
|
493
|
+
|
494
|
+
<h2>One More Thing™</h2>
|
495
|
+
|
496
|
+
<p>The release of the first RC for the 4.2.0 series also marks the <a href="https://github.com/rails/rails/commit/f25ad07f5ade46eb978fa82658463232d0247c65">beginning of Rails 5 development</a>.
|
497
|
+
The <a href="https://github.com/rails/rails/tree/4-2-stable">4-2-stable</a> branch has been created today and all changes on
|
498
|
+
the master branch will be targeted for Rails 5.0 and backported according to our
|
499
|
+
<a href="http://edgeguides.rubyonrails.org/maintenance_policy.html">maintenance policy</a>. Read more about the <a href="http://weblog.rubyonrails.org/2014/8/20/Rails-4-2-beta1/#maintenance-consequences-and-rails-5-0">grand plans for Rails 5</a>!</p>
|
500
|
+
]]></content>
|
501
|
+
</entry>
|
502
|
+
|
503
|
+
<entry>
|
504
|
+
<title>Rails 4.0.11.1 and 4.1.7.1 have been released</title>
|
505
|
+
<author>
|
506
|
+
<name>rafaelfranca</name>
|
507
|
+
</author>
|
508
|
+
<link href="http://weblog.rubyonrails.org/2014/11/19/Rails-4-0-11-1-and-4-1-7-1-have-been-released/"/>
|
509
|
+
<updated>2014-11-19T19:16:18+00:00</updated>
|
510
|
+
<id>http://weblog.rubyonrails.org/2014/11/19/Rails-4-0-11-1-and-4-1-7-1-have-been-released/</id>
|
511
|
+
<content type="html"><![CDATA[<p>Hi everyone!</p>
|
512
|
+
|
513
|
+
<p>Rails 4.0.11.1 and 4.1.7.1 have been released!</p>
|
514
|
+
|
515
|
+
<p>These two releases contain only security fix that was already released as 4.0.12 and 4.1.8.
|
516
|
+
You can read more about the issue <a href="https://groups.google.com/forum/#!topic/rubyonrails-security/rMTQy4oRCGk">here (CVE-2014-7829)</a>.</p>
|
517
|
+
|
518
|
+
<p>4.0.12 and 4.1.8 were inadvertently based on their respective stable branches, and so incorporated
|
519
|
+
additional changes beyond those necessary to resolve the security issue. In keeping with our security
|
520
|
+
policy, it is our intention to include only the minimum necessary changes in security releases, to
|
521
|
+
ensure everyone can upgrade without fear of regressions. As those releases included unrelated changes,
|
522
|
+
we are providing new releases, based on the previous release, which contain only the security fix
|
523
|
+
itself.</p>
|
524
|
+
|
525
|
+
<p>If you have already successfully upgraded to 4.0.12 or 4.1.8, no further action is required.
|
526
|
+
Otherwise, if you are still on 4.0.11 or 4.1.7, please do upgrade to 4.0.11.1 or 4.1.7.1 at your
|
527
|
+
earliest convenience.</p>
|
528
|
+
|
529
|
+
<p>The 3.2.21 release did incorporate a second change, but that change was intended: by policy, minor
|
530
|
+
security-relevant bugs (which do not independently warrant a security release) are occasionally
|
531
|
+
backported to 3-2-stable, and rolled into a subsequent security release.</p>
|
532
|
+
|
533
|
+
<p>The commits for 4.0.11.1 can be found <a href="https://github.com/rails/rails/compare/v4.0.11...v4.0.11.1">here</a>,
|
534
|
+
and the commits for 4.1.7.1 can be found <a href="https://github.com/rails/rails/compare/v4.1.7...v4.1.7.1">here</a>.</p>
|
535
|
+
|
536
|
+
<p>Here are the checksums for 4.0.11.1:</p>
|
537
|
+
<div class="highlight"><pre><code class="language-text" data-lang="text">$ shasum *4.0.11.1*
|
538
|
+
f35d8d54b15b83b25aa6a46aa57b58cd9888b5cc actionmailer-4.0.11.1.gem
|
539
|
+
9d656c7959dc913fc208fa7ffdab265b73abb8f1 actionpack-4.0.11.1.gem
|
540
|
+
bde6aa4985bff22ca7046f5ad855ccacee3e345e activemodel-4.0.11.1.gem
|
541
|
+
26d91f7d7f5cf828d25503326f6fe598f275cca3 activerecord-4.0.11.1.gem
|
542
|
+
2040d73aeb8ec84945e5ac5a1e060a703770f0a4 activesupport-4.0.11.1.gem
|
543
|
+
1dde2b45a0039ccef166030bdbc1948fa899a5e5 rails-4.0.11.1.gem
|
544
|
+
86cc0c06139bc085e830fbd0994a0bf7480e68dc railties-4.0.11.1.gem
|
545
|
+
</code></pre></div>
|
546
|
+
<p>Here are the checksums for 4.1.7.1:</p>
|
547
|
+
<div class="highlight"><pre><code class="language-text" data-lang="text">$ shasum *4.1.7.1*
|
548
|
+
3e0c627e2f35293c7f963586ddedad84fe140c3b actionmailer-4.1.7.1.gem
|
549
|
+
038d1dd8eab2471f44cf456cbb8f94f4e413e069 actionpack-4.1.7.1.gem
|
550
|
+
6a6e2a188b58855748e0f400d6c562a779e76130 actionview-4.1.7.1.gem
|
551
|
+
6dcfeca9cb28490a4d3fde1cfbb9d14850130167 activemodel-4.1.7.1.gem
|
552
|
+
b1d5b4bab0873e712f270fdb7ad8acb81d487a73 activerecord-4.1.7.1.gem
|
553
|
+
0af0c9e374f1a83f06db82457c219b29556233ca activesupport-4.1.7.1.gem
|
554
|
+
1fbef83600552fc18d83e61c39da752c7d6ba07c rails-4.1.7.1.gem
|
555
|
+
f50d5902047d96b8836c3f6376ed9c212506268b railties-4.1.7.1.gem
|
556
|
+
</code></pre></div>
|
557
|
+
<p><3<3<3<3</p>
|
558
|
+
]]></content>
|
559
|
+
</entry>
|
560
|
+
|
561
|
+
<entry>
|
562
|
+
<title>Rails 3.2.21, 4.0.12, and 4.1.8 have been released</title>
|
563
|
+
<author>
|
564
|
+
<name>tenderlove</name>
|
565
|
+
</author>
|
566
|
+
<link href="http://weblog.rubyonrails.org/2014/11/17/Rails-3-2-21-4-0-12-and-4-1-8-have-been-released/"/>
|
567
|
+
<updated>2014-11-17T15:44:42+00:00</updated>
|
568
|
+
<id>http://weblog.rubyonrails.org/2014/11/17/Rails-3-2-21-4-0-12-and-4-1-8-have-been-released/</id>
|
569
|
+
<content type="html"><![CDATA[<p>Hello everyone!!! It's that time again.</p>
|
570
|
+
|
571
|
+
<p>I would like to announce that Rails 3.2.21, 4.0.12, and 4.1.8 have been released. These releases contain a security fix where the existence of arbitrary files on the file system can be leaked, but the contents of the file <strong>will not</strong> be leaked. The issue generally only impacts people who are using Rails to serve static assets, and will generally not impact people who use a proxy to serve static assets. This issue is similar to CVE-2014-7818, but is slightly different. You can read more about the issue <a href="https://groups.google.com/forum/#!topic/rubyonrails-security/rMTQy4oRCGk">here (CVE-2014-7829)</a>.</p>
|
572
|
+
|
573
|
+
<p>For ease of upgrading, the only changes in these releases are the security fixes.</p>
|
574
|
+
|
575
|
+
<p>Here are the checksums for the gems:</p>
|
576
|
+
<div class="highlight"><pre><code class="language-text" data-lang="text">[aaron@TC release]$ shasum *3.2.21*
|
577
|
+
5f59bb7e463fa3a443593bdd650a258b34ae8db6 actionmailer-3.2.21.gem
|
578
|
+
1f7ffef317f7808aa3f6b3f63f292c136a827b7c actionpack-3.2.21.gem
|
579
|
+
aaf186bc935b66e52e43a5e5c8b0af37b0444ccc activemodel-3.2.21.gem
|
580
|
+
9e5645ea4536238a3fec7f04e6f74a22db9057ec activerecord-3.2.21.gem
|
581
|
+
fe64a4b4d5a0680ce2b05e4fb75d325454671c5f activeresource-3.2.21.gem
|
582
|
+
0a503dfc64a73980b18d799f9b80f02b3b1645b7 activesupport-3.2.21.gem
|
583
|
+
b757a3161412742fd9f0323ff7ab6b31212e115c rails-3.2.21.gem
|
584
|
+
9cb5de52049319e1c837be75deaab0eba3695e42 railties-3.2.21.gem
|
585
|
+
[aaron@TC release]$ shasum *4.0.12*
|
586
|
+
c62e361241fd26a7e31ed3a9c87489bc5a86b12f actionmailer-4.0.12.gem
|
587
|
+
f63c9d0e7a637c114b96cd864c12641e09eed373 actionpack-4.0.12.gem
|
588
|
+
2e9a64d08b9bcef0953132f1b9d4f295dfa167a4 activemodel-4.0.12.gem
|
589
|
+
d3e59b3c9a0c5fc9045783905f53e49d4d6bc1ba activerecord-4.0.12.gem
|
590
|
+
6bf2468d9466b019d2ffaf21e44cb7a4d4ed8dde activesupport-4.0.12.gem
|
591
|
+
d759db3bb1420c02c97852358e425b4a168198ff rails-4.0.12.gem
|
592
|
+
729345b543653507dfea3d2e158a870d49260548 railties-4.0.12.gem
|
593
|
+
[aaron@TC release]$ shasum *4.1.8*
|
594
|
+
db4fc0a8ac77332b96947480db7ff529c18ead44 actionmailer-4.1.8.gem
|
595
|
+
24cd5ff7bcc78a2d4997ebe6bc962f09e394f59e actionpack-4.1.8.gem
|
596
|
+
0c22174fbe03bf461aad27bf8ddebf7ae93988fa actionview-4.1.8.gem
|
597
|
+
2b2b98b8dfd96012b443a2ddf3cbf4267c378c4d activemodel-4.1.8.gem
|
598
|
+
f263ff5ee5a4436184390aaf825d5072c71afc4e activerecord-4.1.8.gem
|
599
|
+
c25e858743372f197ecfdbbbc5b1dbd71934947a activesupport-4.1.8.gem
|
600
|
+
4b96a78c669b7122f9ad905ee8f36772ac1bd8d9 rails-4.1.8.gem
|
601
|
+
cbae764aa4a635f37c7bb52c84028dc032e1afea railties-4.1.8.gem
|
602
|
+
[aaron@TC release]$
|
603
|
+
</code></pre></div>
|
604
|
+
<p>Happy RubyConf and have a great day!!! <3</p>
|
605
|
+
]]></content>
|
606
|
+
</entry>
|
607
|
+
|
608
|
+
<entry>
|
609
|
+
<title>[ANN] Rails 4.2.0.beta4 has been released!</title>
|
610
|
+
<author>
|
611
|
+
<name>chancancode</name>
|
612
|
+
</author>
|
613
|
+
<link href="http://weblog.rubyonrails.org/2014/10/30/Rails-4-2-0-beta4-has-been-released/"/>
|
614
|
+
<updated>2014-10-30T22:00:00+00:00</updated>
|
615
|
+
<id>http://weblog.rubyonrails.org/2014/10/30/Rails-4-2-0-beta4-has-been-released/</id>
|
616
|
+
<content type="html"><![CDATA[<p>The Rails team has just released Rails <a href="http://rubygems.org/gems/rails/versions/4.2.0.beta4">4.2.0.beta4</a>.</p>
|
617
|
+
|
618
|
+
<p>In addition to the security fixes in <a href="http://rubygems.org/gems/rails/versions/4.2.0.beta3">4.2.0.beta3</a>,
|
619
|
+
this new release includes a number of bug fixes for issues reported since the
|
620
|
+
<a href="http://rubygems.org/gems/rails/versions/4.2.0.beta2">4.2.0.beta2</a> release.</p>
|
621
|
+
|
622
|
+
<p>If all goes according to plan, this should be the last beta release for 4.2.0
|
623
|
+
before we move into the Release Candidates phase. We would like to thank all
|
624
|
+
of the early adopters who participated in the beta testing and reported issues,
|
625
|
+
as well as the 64 contributors who submitted patches to help our team address
|
626
|
+
these bugs.</p>
|
627
|
+
|
628
|
+
<p>Happy upgrading!</p>
|
629
|
+
]]></content>
|
630
|
+
</entry>
|
631
|
+
|
632
|
+
<entry>
|
633
|
+
<title>Rails 3.2.20, 4.0.11, 4.1.7, and 4.2.0.beta3 have been released</title>
|
634
|
+
<author>
|
635
|
+
<name>tenderlove</name>
|
636
|
+
</author>
|
637
|
+
<link href="http://weblog.rubyonrails.org/2014/10/30/Rails_3_2_20_4_0_11_4_1_7_and_4_2_0_beta3_have_been_released/"/>
|
638
|
+
<updated>2014-10-30T18:16:55+00:00</updated>
|
639
|
+
<id>http://weblog.rubyonrails.org/2014/10/30/Rails_3_2_20_4_0_11_4_1_7_and_4_2_0_beta3_have_been_released/</id>
|
640
|
+
<content type="html"><![CDATA[<p>Hello everyone!!! It's that time again.</p>
|
641
|
+
|
642
|
+
<p>I would like to announce that Rails 3.2.20, 4.0.11, 4.1.7, and 4.2.0.beta3 have been released. These releases contain a security fix where the existence of arbitrary files on the file system can be leaked, but the contents of the file <strong>will not</strong> be leaked. The issue generally only impacts people who are using Rails to serve static assets, and will generally not impact people who use a proxy to serve static assets. You can read more about the issue <a href="https://groups.google.com/forum/#!topic/rubyonrails-security/dCp7duBiQgo">here (CVE-2014-7818)</a>. A release of sprockets has also been made to help with this issue. You can read about it <a href="https://groups.google.com/forum/#!topic/rubyonrails-security/doAVp0YaTqY">here (CVE-2014-7819)</a>.</p>
|
643
|
+
|
644
|
+
<p>For ease of upgrading, the only changes in these releases are the security fixes.</p>
|
645
|
+
|
646
|
+
<p>Here are the checksums for the gems:</p>
|
647
|
+
<div class="highlight"><pre><code class="language-text" data-lang="text">[aaron@TC release]$ shasum *3.2.20*
|
648
|
+
b14ca1ad923e035ab2a7785e657c5653447c3149 actionmailer-3.2.20.gem
|
649
|
+
d6fea767996a954e4bc95fd0ca101ec912fcb093 actionpack-3.2.20.gem
|
650
|
+
97f5bb424aee73fbbd319baab3fd35c3f5eeb5f4 activemodel-3.2.20.gem
|
651
|
+
32d76836675a4c88685c3904271b16d9d2338ce9 activerecord-3.2.20.gem
|
652
|
+
640d83a96accc24e6afcae3cc5b253e5d355983f activeresource-3.2.20.gem
|
653
|
+
d1d0a19a589c62278e7d9ac4275d5f8d75df20b3 activesupport-3.2.20.gem
|
654
|
+
f8b4d3c56d89760c02b37d4c67efd31dedd4df80 rails-3.2.20.gem
|
655
|
+
41c272d53dd748407210a2270ad17bc7c9f30594 railties-3.2.20.gem
|
656
|
+
[aaron@TC release]$ shasum *4.0.11*
|
657
|
+
9718b62f4428a7e4bbf66df4ac57dd82d197905a actionmailer-4.0.11.gem
|
658
|
+
f1aec3d29e781e3beb685852db00ecf495150077 actionpack-4.0.11.gem
|
659
|
+
2ba4ceeff0a76df850d6294e2e1da703f3f6e7cb activemodel-4.0.11.gem
|
660
|
+
714dca99a452adfec76b507241896ffd7978a254 activerecord-4.0.11.gem
|
661
|
+
2791791c5c1eeefb3eee76712656bf674a20867d activesupport-4.0.11.gem
|
662
|
+
56bb306d4f0309dcf3a804a97104a3ee26b64b94 rails-4.0.11.gem
|
663
|
+
243e265c879db8876cce8688374cb7f9bb752d7d railties-4.0.11.gem
|
664
|
+
[aaron@TC release]$ shasum *4.1.7*
|
665
|
+
4e4ce2530ff8773af784340e17e925b3b2c8cb20 actionmailer-4.1.7.gem
|
666
|
+
81628e433ca4335409677a33cfe9b56627f6ae1a actionpack-4.1.7.gem
|
667
|
+
7dc2626f5bc85379c55e49a712f5c0e060340ca8 actionview-4.1.7.gem
|
668
|
+
83c8be73d22973c843d43a988b27a449d2ca8a9d activemodel-4.1.7.gem
|
669
|
+
001156373c248a20c69bcf1451d6f7166dac3ddb activerecord-4.1.7.gem
|
670
|
+
217f25a911f8e89cd2834849232555cbc47ca850 activesupport-4.1.7.gem
|
671
|
+
a1d9bb181d718e7f6cf380136425444e627c2345 rails-4.1.7.gem
|
672
|
+
1b9c8d08afc8fa77786fef13c54d4e6985cdc6d6 railties-4.1.7.gem
|
673
|
+
[aaron@TC release]$ shasum *4.2.0*
|
674
|
+
e5d608e8ce32abdd73c73c91fd34cb8f7075a251 actionmailer-4.2.0.beta3.gem
|
675
|
+
2e2034c285943777ad325c35292e202a46b937c2 actionpack-4.2.0.beta3.gem
|
676
|
+
a008833cd1045c926fb6f36ee03e3d34499a0aa9 actionview-4.2.0.beta3.gem
|
677
|
+
02f4438363419c59b33d85b2dda4d4cf741a6098 activejob-4.2.0.beta3.gem
|
678
|
+
c8a7dc2134c885ad3b23d4c36be95abc1ec1b769 activemodel-4.2.0.beta3.gem
|
679
|
+
192e33ab3b9d54954ff834ce6ee7f67a9197cb36 activerecord-4.2.0.beta3.gem
|
680
|
+
00437ab52df0ed0dd9afe571d083c92c3cdbe361 activesupport-4.2.0.beta3.gem
|
681
|
+
ca81d6ac9fdd658775d32a6dbfe248ee13f5c87b rails-4.2.0.beta3.gem
|
682
|
+
cc302e363248e4bc2d245201f922c576f9fe6f15 railties-4.2.0.beta3.gem
|
683
|
+
</code></pre></div>
|
684
|
+
<p>Have a great day!!! <3</p>
|
685
|
+
]]></content>
|
686
|
+
</entry>
|
687
|
+
|
688
|
+
<entry>
|
689
|
+
<title>[ANN] Rails 4.2.0.beta2 has been released!</title>
|
690
|
+
<author>
|
691
|
+
<name>chancancode</name>
|
692
|
+
</author>
|
693
|
+
<link href="http://weblog.rubyonrails.org/2014/9/29/Rails-4-2-0-beta2-has-been-released/"/>
|
694
|
+
<updated>2014-09-29T19:00:00+00:00</updated>
|
695
|
+
<id>http://weblog.rubyonrails.org/2014/9/29/Rails-4-2-0-beta2-has-been-released/</id>
|
696
|
+
<content type="html"><![CDATA[<p>Happy Monday everyone!</p>
|
697
|
+
|
698
|
+
<p>Today the Rails team is happy to announce that we have released Rails
|
699
|
+
<a href="http://rubygems.org/gems/rails/versions/4.2.0.beta2">4.2.0.beta2</a>.</p>
|
700
|
+
|
701
|
+
<p>Thanks to all the early adopters who have participated in the first round of
|
702
|
+
beta testing, we have identified a number of bugs, regressions and other
|
703
|
+
imperfections in the codebase. These problems have since been fixed and included
|
704
|
+
in this release.</p>
|
705
|
+
|
706
|
+
<h2>Security Issues</h2>
|
707
|
+
|
708
|
+
<p>This release also includes two security patches.</p>
|
709
|
+
|
710
|
+
<h3>Web Console 2.0.0.beta4</h3>
|
711
|
+
|
712
|
+
<p>Along with the Rails 4.2.0.beta2 release we also released Web Console <a href="https://rubygems.org/gems/web-console/versions/2.0.0.beta4">2.0.0.beta4</a>
|
713
|
+
which includes a security fix.</p>
|
714
|
+
|
715
|
+
<p>If you are already using Web Console in development we recommend you to upgrade
|
716
|
+
to this new version of the gem.</p>
|
717
|
+
|
718
|
+
<h3>Active Job vulnerability</h3>
|
719
|
+
|
720
|
+
<p>We also fixed an Active Job bug that allowed String arguments to be deserialized
|
721
|
+
as if they were Global IDs, an object injection security vulnerability.</p>
|
722
|
+
|
723
|
+
<h2>Breaking Changes</h2>
|
724
|
+
|
725
|
+
<p>In addition to the security and bug fixes, some of the new APIs have also been
|
726
|
+
refined after further testing in real-world applications. This resulted in the
|
727
|
+
following list of breaking changes that are not backwards-compatible with
|
728
|
+
4.2.0.beta1:</p>
|
729
|
+
|
730
|
+
<h3>Active Job</h3>
|
731
|
+
|
732
|
+
<p>The Active Job API has been overhauled:</p>
|
733
|
+
<div class="highlight"><pre><code class="language-text" data-lang="text"># The enqueueing method has changed from +enqueue+ to +perform_later+.
|
734
|
+
#
|
735
|
+
# In 4.2.0.beta1:
|
736
|
+
MyJob.enqueue(*args)
|
737
|
+
#
|
738
|
+
# In 4.2.0.beta2:
|
739
|
+
MyJob.perform_later(*args)
|
740
|
+
|
741
|
+
# The ways jobs are scheduled has changed.
|
742
|
+
#
|
743
|
+
# In 4.2.0.beta1:
|
744
|
+
MyJob.enqueue_at(Date.tomorrow.noon, record)
|
745
|
+
MyJob.enqueue_in(1.week, record)
|
746
|
+
#
|
747
|
+
# In 4.2.0.beta2:
|
748
|
+
MyJob.set(wait_until: Date.tomorrow.noon).perform_later(record)
|
749
|
+
MyJob.set(wait: 1.week).perform_later(record)
|
750
|
+
#
|
751
|
+
# You can also specify a queue to enqueue the job onto with this new API:
|
752
|
+
MyJob.set(queue: :low_priority).perform_later(record)
|
753
|
+
</code></pre></div>
|
754
|
+
<h3>Action Mailer</h3>
|
755
|
+
|
756
|
+
<p>The Action Mailer API has also undergone some changes:</p>
|
757
|
+
<div class="highlight"><pre><code class="language-text" data-lang="text"># Two new methods +#deliver_now+ and +#deliver_now!+ were introduced for
|
758
|
+
# clarity. +#deliver+ and +#deliver!+ have been deprecated and applications are
|
759
|
+
# encouraged to use the +#deliver_*+ instead.
|
760
|
+
#
|
761
|
+
# In 4.2.0.beta1:
|
762
|
+
Notifier.welcome(User.first).deliver!
|
763
|
+
#
|
764
|
+
# In 4.2.0.beta2:
|
765
|
+
Notifier.welcome(User.first).deliver_now!
|
766
|
+
|
767
|
+
# The options for +#deliver_later+ and +#deliver_later!+ has changed to match
|
768
|
+
# those on Active Job.
|
769
|
+
#
|
770
|
+
# In 4.2.0.beta1:
|
771
|
+
Notifier.welcome(User.first).deliver_later!(in: 1.hour)
|
772
|
+
Notifier.welcome(User.first).deliver_later!(at: 10.hours.from_now)
|
773
|
+
#
|
774
|
+
# In 4.2.0.beta2:
|
775
|
+
Notifier.welcome(User.first).deliver_later!(wait: 1.hour)
|
776
|
+
Notifier.welcome(User.first).deliver_later!(wait_until: 10.hours.from_now)
|
777
|
+
</code></pre></div>
|
778
|
+
<h3>Action Controller <code>render</code> behavior change</h3>
|
779
|
+
|
780
|
+
<p>Historically, calling <code>render "foo/bar"</code> in a controller action is equivalent
|
781
|
+
to calling <code>render file: "foo/bar"</code>. Since beta 2, this has been changed to mean
|
782
|
+
<code>render template: "foo/bar"</code> instead. This is due to a number of potential
|
783
|
+
security issues with the old default behavior. If you need to render a file,
|
784
|
+
please change your code to use the explicit form (<code>render file: "foo/bar"</code>)
|
785
|
+
instead.</p>
|
786
|
+
|
787
|
+
<h2>Full list of changes</h2>
|
788
|
+
|
789
|
+
<p>As always, you can browse the Rails source code repository on GitHub to view the
|
790
|
+
<a href="https://github.com/rails/rails/compare/v4.2.0.beta1...v4.2.0.beta2">full list of changes</a>
|
791
|
+
that were included in this release.</p>
|
792
|
+
|
793
|
+
<h2>Acknowledgement</h2>
|
794
|
+
|
795
|
+
<p>The Rails team would like to thank the 66 people who contributed patches to make
|
796
|
+
this release possible!</p>
|
797
|
+
]]></content>
|
798
|
+
</entry>
|
799
|
+
|
800
|
+
<entry>
|
801
|
+
<title>[ANN] Rails 4.1.6 and 4.0.10 have been released!</title>
|
802
|
+
<author>
|
803
|
+
<name>rafaelfranca</name>
|
804
|
+
</author>
|
805
|
+
<link href="http://weblog.rubyonrails.org/2014/9/12/Rails-4-1-6-and-4-0-10-has-been-released/"/>
|
806
|
+
<updated>2014-09-12T18:40:03+00:00</updated>
|
807
|
+
<id>http://weblog.rubyonrails.org/2014/9/12/Rails-4-1-6-and-4-0-10-has-been-released/</id>
|
808
|
+
<content type="html"><![CDATA[<p>Hi everyone,</p>
|
809
|
+
|
810
|
+
<p>I am happy to announce that Rails 4.1.6 and 4.0.10 have been released.</p>
|
811
|
+
|
812
|
+
<p>We are planning to produce one more bug fix release in the 4.0 series, targeted for early December.
|
813
|
+
In keeping with our maintenance policy, after the upcoming release of 4.2.0, the 4.0 series will be
|
814
|
+
retired. It will not receive further updates for either bug fixes or security issues. All users are
|
815
|
+
urged to migrate to 4.1 as soon as possible.</p>
|
816
|
+
|
817
|
+
<h2>CHANGES since 4.0.9</h2>
|
818
|
+
|
819
|
+
<p>To view the changes for each gem, please read the changelogs on GitHub:</p>
|
820
|
+
|
821
|
+
<ul>
|
822
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.10/actionmailer/CHANGELOG.md">Action Mailer CHANGELOG</a></li>
|
823
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.10/actionpack/CHANGELOG.md">Action Pack CHANGELOG</a></li>
|
824
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.10/activemodel/CHANGELOG.md">Active Model CHANGELOG</a></li>
|
825
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.10/activerecord/CHANGELOG.md">Active Record CHANGELOG</a></li>
|
826
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.10/activesupport/CHANGELOG.md">Active Support CHANGELOG</a></li>
|
827
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.10/railties/CHANGELOG.md">Railties CHANGELOG</a></li>
|
828
|
+
</ul>
|
829
|
+
|
830
|
+
<p><em>Full listing</em></p>
|
831
|
+
|
832
|
+
<p>To see the full list of changes, <a href="https://github.com/rails/rails/compare/v4.0.9...v4.0.10">check out all the commits on
|
833
|
+
GitHub</a>.</p>
|
834
|
+
|
835
|
+
<h2>CHANGES since 4.1.5</h2>
|
836
|
+
|
837
|
+
<p>To view the changes for each gem, please read the changelogs on GitHub:</p>
|
838
|
+
|
839
|
+
<ul>
|
840
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.6/actionmailer/CHANGELOG.md">Action Mailer CHANGELOG</a></li>
|
841
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.6/actionpack/CHANGELOG.md">Action Pack CHANGELOG</a></li>
|
842
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.6/actionview/CHANGELOG.md">Action View CHANGELOG</a></li>
|
843
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.6/activemodel/CHANGELOG.md">Active Model CHANGELOG</a></li>
|
844
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.6/activerecord/CHANGELOG.md">Active Record CHANGELOG</a></li>
|
845
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.6/activesupport/CHANGELOG.md">Active Support CHANGELOG</a></li>
|
846
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.6/railties/CHANGELOG.md">Railties CHANGELOG</a></li>
|
847
|
+
</ul>
|
848
|
+
|
849
|
+
<p><em>Full listing</em></p>
|
850
|
+
|
851
|
+
<p>To see the full list of changes, <a href="https://github.com/rails/rails/compare/v4.1.5...v4.1.6">check out all the commits on
|
852
|
+
GitHub</a>.</p>
|
853
|
+
|
854
|
+
<h2>SHA-1</h2>
|
855
|
+
|
856
|
+
<p>If you'd like to verify that your gem is the same as the one I've uploaded,
|
857
|
+
please use these SHA-1 hashes.</p>
|
858
|
+
|
859
|
+
<p>Here are the checksums for 4.0.10:</p>
|
860
|
+
<div class="highlight"><pre><code class="language-text" data-lang="text">$ shasum *4.0.10*
|
861
|
+
4bd4b8a2be1a2a649f46e37b6dff3a2d8f86fd7d actionmailer-4.0.10.gem
|
862
|
+
45d76f39092149e46c31f9226dae71b3faa52012 actionpack-4.0.10.gem
|
863
|
+
08150685a471db48b240618b378ff22e3a9b7811 activemodel-4.0.10.gem
|
864
|
+
ed3f6b184b4b62b501e0d7876d8e2f946fe0ed31 activerecord-4.0.10.gem
|
865
|
+
7c886c946e835cbbfb09dc4b4daf7f1bf05db952 activesupport-4.0.10.gem
|
866
|
+
a2b8e24d83d5395f9532fcdbfa5c441d3f86e060 rails-4.0.10.gem
|
867
|
+
533c0589dadb4fc3bd5723bb9944464b545a88f3 railties-4.0.10.gem
|
868
|
+
</code></pre></div>
|
869
|
+
<p>Here are the checksums for 4.1.6:</p>
|
870
|
+
<div class="highlight"><pre><code class="language-text" data-lang="text">$ shasum *4.1.6*
|
871
|
+
d6ab3d0aecb1cf97bd5a1050356b3151e4e8ef42 actionmailer-4.1.6.gem
|
872
|
+
ba7233c749a2229e11ef02acea2d114719ceac71 actionpack-4.1.6.gem
|
873
|
+
ed67c703dfb7d95e391da21f4f2aab52ae7bbfe4 actionview-4.1.6.gem
|
874
|
+
1a9ca827740d5e3e254b26886b19ea9094b407c5 activemodel-4.1.6.gem
|
875
|
+
69d77feb4ce141551875e2a4167d0f5529bd0526 activerecord-4.1.6.gem
|
876
|
+
dc838a42455b674b95c15bf7433552ffdf777a4f activesupport-4.1.6.gem
|
877
|
+
8f2ebf38a0a8d70d8f19916e0b51ece8a954ff8d rails-4.1.6.gem
|
878
|
+
c9b10576113567011d37fa28aa4e5ca99b2e4fd9 railties-4.1.6.gem
|
879
|
+
</code></pre></div>
|
880
|
+
<p>I'd like to thank you all, every contributor who helped with this release.</p>
|
881
|
+
]]></content>
|
882
|
+
</entry>
|
883
|
+
|
884
|
+
<entry>
|
885
|
+
<title>[ANN] Rails 4.1.6.rc2 and 4.0.10.rc2 have been released!</title>
|
886
|
+
<author>
|
887
|
+
<name>rafaelfranca</name>
|
888
|
+
</author>
|
889
|
+
<link href="http://weblog.rubyonrails.org/2014/9/8/Rails-4-1-6-rc2-and-4-0-10-rc2-has-been-released/"/>
|
890
|
+
<updated>2014-09-08T18:35:03+00:00</updated>
|
891
|
+
<id>http://weblog.rubyonrails.org/2014/9/8/Rails-4-1-6-rc2-and-4-0-10-rc2-has-been-released/</id>
|
892
|
+
<content type="html"><![CDATA[<p>Hi everyone,</p>
|
893
|
+
|
894
|
+
<p>I am happy to announce that Rails 4.1.6.rc2 and 4.0.10.rc2 have been released.</p>
|
895
|
+
|
896
|
+
<p>If no regressions are found expect the final release this Thursday, on September 11, 2014.
|
897
|
+
If you find one, please open an <a href="https://github.com/rails/rails/issues/new">issue on GitHub</a>
|
898
|
+
and mention me (@rafaelfranca) on it, so that we can fix it before the final release.</p>
|
899
|
+
|
900
|
+
<h2>CHANGES since 4.0.9</h2>
|
901
|
+
|
902
|
+
<p>To view the changes for each gem, please read the changelogs on GitHub:</p>
|
903
|
+
|
904
|
+
<ul>
|
905
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.10.rc2/actionmailer/CHANGELOG.md">Action Mailer CHANGELOG</a></li>
|
906
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.10.rc2/actionpack/CHANGELOG.md">Action Pack CHANGELOG</a></li>
|
907
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.10.rc2/activemodel/CHANGELOG.md">Active Model CHANGELOG</a></li>
|
908
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.10.rc2/activerecord/CHANGELOG.md">Active Record CHANGELOG</a></li>
|
909
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.10.rc2/activesupport/CHANGELOG.md">Active Support CHANGELOG</a></li>
|
910
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.10.rc2/railties/CHANGELOG.md">Railties CHANGELOG</a></li>
|
911
|
+
</ul>
|
912
|
+
|
913
|
+
<p><em>Full listing</em></p>
|
914
|
+
|
915
|
+
<p>To see the full list of changes, <a href="https://github.com/rails/rails/compare/v4.0.9...v4.0.10.rc2">check out all the commits on
|
916
|
+
GitHub</a>.</p>
|
917
|
+
|
918
|
+
<h2>CHANGES since 4.1.5</h2>
|
919
|
+
|
920
|
+
<p>To view the changes for each gem, please read the changelogs on GitHub:</p>
|
921
|
+
|
922
|
+
<ul>
|
923
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.6.rc2/actionmailer/CHANGELOG.md">Action Mailer CHANGELOG</a></li>
|
924
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.6.rc2/actionpack/CHANGELOG.md">Action Pack CHANGELOG</a></li>
|
925
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.6.rc2/actionview/CHANGELOG.md">Action View CHANGELOG</a></li>
|
926
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.6.rc2/activemodel/CHANGELOG.md">Active Model CHANGELOG</a></li>
|
927
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.6.rc2/activerecord/CHANGELOG.md">Active Record CHANGELOG</a></li>
|
928
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.6.rc2/activesupport/CHANGELOG.md">Active Support CHANGELOG</a></li>
|
929
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.6.rc2/railties/CHANGELOG.md">Railties CHANGELOG</a></li>
|
930
|
+
</ul>
|
931
|
+
|
932
|
+
<p><em>Full listing</em></p>
|
933
|
+
|
934
|
+
<p>To see the full list of changes, <a href="https://github.com/rails/rails/compare/v4.1.5...v4.1.6.rc2">check out all the commits on
|
935
|
+
GitHub</a>.</p>
|
936
|
+
|
937
|
+
<h2>SHA-1</h2>
|
938
|
+
|
939
|
+
<p>If you'd like to verify that your gem is the same as the one I've uploaded,
|
940
|
+
please use these SHA-1 hashes.</p>
|
941
|
+
|
942
|
+
<p>Here are the checksums for 4.0.10.rc2:</p>
|
943
|
+
<div class="highlight"><pre><code class="language-text" data-lang="text">$ shasum *4.0.10.rc2*
|
944
|
+
16be6057a1af45d0eaf9e5bb95f0980f0498ed38 actionmailer-4.0.10.rc2.gem
|
945
|
+
b736f6ec57f14a08611bf94e9170a102bbcd235e actionpack-4.0.10.rc2.gem
|
946
|
+
7508c684dcfa38fca79640f7196fd437c6945be7 activemodel-4.0.10.rc2.gem
|
947
|
+
aef89eeadb957dac5ec21cce6e640f13fad301f0 activerecord-4.0.10.rc2.gem
|
948
|
+
1b6d2dfd4d69605d58de34eaa68bf9c98fedb581 activesupport-4.0.10.rc2.gem
|
949
|
+
7e3de742b723def7e0026b89e8c744822f66fe23 rails-4.0.10.rc2.gem
|
950
|
+
bb4f5083436987907c38dc019261b3477386b4b9 railties-4.0.10.rc2.gem
|
951
|
+
</code></pre></div>
|
952
|
+
<p>Here are the checksums for 4.1.6.rc2:</p>
|
953
|
+
<div class="highlight"><pre><code class="language-text" data-lang="text">$ shasum *4.1.6.rc2*
|
954
|
+
8fbbefa7a1f87569b54b6b0444ccb42b112b8b4e actionmailer-4.1.6.rc2.gem
|
955
|
+
81c84fed39c32a013da3da7181eb81b41084c62f actionpack-4.1.6.rc2.gem
|
956
|
+
e750e2a53c16b3312a049c044c9f7d5e7ed1f228 actionview-4.1.6.rc2.gem
|
957
|
+
8f034fa15a6c364d818e28a0bdd5bc4bcc691025 activemodel-4.1.6.rc2.gem
|
958
|
+
8259ec18fbaaec162c4eaf344f2a4507322e049b activerecord-4.1.6.rc2.gem
|
959
|
+
c220cbad51271b9a2c4e2ef390a0060e66127323 activesupport-4.1.6.rc2.gem
|
960
|
+
1578350d0c58c5c5ce3e771541336c76728b9c34 rails-4.1.6.rc2.gem
|
961
|
+
d70a87ccb0d002b4c44cade8ce30a8ae6394313e railties-4.1.6.rc2.gem
|
962
|
+
</code></pre></div>
|
963
|
+
<p>I'd like to thank you all, every contributor who helped with this release.</p>
|
964
|
+
]]></content>
|
965
|
+
</entry>
|
966
|
+
|
967
|
+
<entry>
|
968
|
+
<title>Senny and Godfrey to Rails core, Yehuda to alumni</title>
|
969
|
+
<author>
|
970
|
+
<name>dhh</name>
|
971
|
+
</author>
|
972
|
+
<link href="http://weblog.rubyonrails.org/2014/9/3/Senny-and-Godfrey-to-Rails-core-Yehuda-to-alumni/"/>
|
973
|
+
<updated>2014-09-03T18:30:00+00:00</updated>
|
974
|
+
<id>http://weblog.rubyonrails.org/2014/9/3/Senny-and-Godfrey-to-Rails-core-Yehuda-to-alumni/</id>
|
975
|
+
<content type="html"><![CDATA[<p>The <a href="http://rubyonrails.org/core/">Rails core team</a> has just accepted Yves "Senny" Senn and Godfrey Chan into its ranks. </p>
|
976
|
+
|
977
|
+
<p>Yves had his first patch committed to Rails back in 2011 and has since <a href="http://contributors.rubyonrails.org/contributors/yves-senn/commits">racked up 1256 commits</a> of improvements to the framework. He's a developer with <a href="https://www.4teamwork.ch">4teamwork</a> from Bern, Switzerland, and we couldn't be happier to recognize his great work by admission to Rails core!</p>
|
978
|
+
|
979
|
+
<p>Godfrey Chan has been on a tear this year to help making everything Rails better. A lot of work and commits and reviews have come from Chan to ensure Rails 4.2 is the best it can be. He had his first commit in 2012, and has since <a href="http://contributors.rubyonrails.org/contributors/godfrey-chan/commits">racked up another 255</a>. Welcome as well!</p>
|
980
|
+
|
981
|
+
<p>Finally, Yehuda Katz is retiring from active core participation and will join the hallowed halls of the <a href="http://rubyonrails.org/core/alumni/">Rails alumni</a>. We thank him dearly for all he has done to improve Rails and Ruby. It's been a pleasure to argue with him endlessly over things big and small, and doubt that's going to stop just because he's now alumni.</p>
|
982
|
+
|
983
|
+
<p>Thanks to Yves, Godfrey, and Yehuda, and to everyone else working on improving Rails, for their service. The community is grateful!</p>
|
984
|
+
]]></content>
|
985
|
+
</entry>
|
986
|
+
|
987
|
+
<entry>
|
988
|
+
<title>Rails 4.2.0 beta1: Active Job, Deliver Later, Adequate Record, Web Console</title>
|
989
|
+
<author>
|
990
|
+
<name>dhh</name>
|
991
|
+
</author>
|
992
|
+
<link href="http://weblog.rubyonrails.org/2014/8/20/Rails-4-2-beta1/"/>
|
993
|
+
<updated>2014-08-20T03:30:00+00:00</updated>
|
994
|
+
<id>http://weblog.rubyonrails.org/2014/8/20/Rails-4-2-beta1/</id>
|
995
|
+
<content type="html"><![CDATA[<p>We're putting the final touches on the first major new release of Rails in its second decade of life. While most software would be in a retirement home after a decade of operation, Rails has never been more fit, and this release is packed with goodies that'll make your work even easier, your apps even faster, and the whole experience even better.</p>
|
996
|
+
|
997
|
+
<h2>Active Job, ActionMailer #deliver_later</h2>
|
998
|
+
|
999
|
+
<p>The headline feature for Rails 4.2 is the brand new Active Job framework, and its integrations. Active Job is an adapter layer on top of queuing systems like <a href="https://github.com/resque/resque">Resque</a>, <a href="https://github.com/collectiveidea/delayed_job">Delayed Job</a>, <a href="https://github.com/mperham/sidekiq">Sidekiq</a>, and <a href="http://edgeapi.rubyonrails.org/classes/ActiveJob/QueueAdapters.html">more</a>. You can write your jobs to Active Job, and they'll run on all these queues with no changes.</p>
|
1000
|
+
|
1001
|
+
<p>With an always-configured queue in place (though the default is just an <a href="http://edgeapi.rubyonrails.org/classes/ActiveJob/QueueAdapters/InlineAdapter.html">inline runner</a>), we can build on top of that where it makes sense. And the first place it makes sense is to send Action Mailer emails asynchronously. So we're introducing the <a href="http://edgeapi.rubyonrails.org/classes/ActionMailer/MessageDelivery.html#method-i-deliver_later">#deliver_later</a> method, which will do just that: Add your email to be sent as a job to a queue, so you don't bog down the controller or model. Voila!</p>
|
1002
|
+
|
1003
|
+
<p>The cherry on top is our new <a href="https://github.com/rails/globalid">GlobalID</a> library. It makes it easy to pass Active Record objects to jobs by serializing them in a generic form. This means you no longer have to manually pack and unpack your Active Records by passing ids. Just give the job the straight AR object, and it'll serialize it using GlobalID, and deserialize it at run time. So much easier!</p>
|
1004
|
+
|
1005
|
+
<p>Special thanks go out to <a href="https://github.com/cristianbica">Cristian Bica</a> and <a href="https://github.com/seuros">Abdelkader Boudih</a> for their outstanding work bringing this trinity of improvements to Rails!</p>
|
1006
|
+
|
1007
|
+
<h2>Adequate Record</h2>
|
1008
|
+
|
1009
|
+
<p><a href="https://github.com/tenderlove">Aaron Patterson</a> is always hunting for performance bounties in Rails, and with an improvement project called <a href="http://tenderlovemaking.com/2014/02/19/adequaterecord-pro-like-activerecord.html">Adequate Record</a> for Active Record, he's come up good. A lot of common queries are now no less than twice as fast in Rails 4.2! This is a great step forward for performance. While computers are constantly getting cheaper and performance is improving, nobody ever said "hey, get that free speed out of my framework". So there you go: Some free speed, buddy!</p>
|
1010
|
+
|
1011
|
+
<h2>Web Console</h2>
|
1012
|
+
|
1013
|
+
<p>Out of the wonderful <a href="http://weblog.rubyonrails.org/2014/5/23/meet-our-google-summer-of-code-students-and-mentors/">Google Summer of Code</a> for Rails campaign comes <a href="https://github.com/rails/web-console">Web Console</a>. It's an IRB console available in the browser. In development mode, you can go to <code>/console</code> and do your work right there.</p>
|
1014
|
+
|
1015
|
+
<p>Now that's neat, but what's insanely useful is that this console is automatically available on all exception pages! So when something is bust, you'll now instantly be able to inspect the state of affairs. It even allows you to jump between the different points in the backtrace, and you'll be able to inspect things right at that point.</p>
|
1016
|
+
|
1017
|
+
<p>It's a wonderful improvement to the debugging workflow. Thanks to <a href="https://github.com/gsamokovarov">Genadi Samokovarov</a> and <a href="https://github.com/ryandao">Ryan Dao</a> for their work on this project.</p>
|
1018
|
+
|
1019
|
+
<h2>Everything else</h2>
|
1020
|
+
|
1021
|
+
<p>Some quick highlights from the rest of all the wonder that is Rails 4.2:</p>
|
1022
|
+
|
1023
|
+
<ul>
|
1024
|
+
<li>Template digests are now automatically included when calculating etags for caching. So caches are bust when the template changes.</li>
|
1025
|
+
<li><code>respond_with</code> has moved out and into its own proper home with the <a href="https://github.com/plataformatec/responders">responders</a> gem.</li>
|
1026
|
+
<li>Support for real foreign keys! <code>add_foreign_key</code>/<code>remove_foreign_key</code> are now available in migrations.</li>
|
1027
|
+
<li>A ton of bug fixes and minor improvements to Active Record.</li>
|
1028
|
+
<li>Added <code>config.x.whatever.you_want = true</code> for custom configuration of your app in <code>config/environments/*</code>, <code>config/application.rb</code>, and initializers.</li>
|
1029
|
+
<li>Added <code>Rails::Application.config_for(:some_yaml)</code> to load YAML configurations store in <code>config/</code> easily.</li>
|
1030
|
+
</ul>
|
1031
|
+
|
1032
|
+
<p>We're working on a set of <a href="http://edgeguides.rubyonrails.org/4_2_release_notes.html">preliminary release notes</a> too.</p>
|
1033
|
+
|
1034
|
+
<h2 id="maintenance-consequences-and-rails-5-0">Maintenance consequences and Rails 5.0!</h2>
|
1035
|
+
|
1036
|
+
<p>As per our <a href="http://guides.rubyonrails.org/maintenance_policy.html">maintenance policy</a>, the release of Rails 4.2 will mean that bug fixes will only apply to 4-2-stable, regular security issues to 4.2.x, 4.1.x, and severe security issues to 4.2.x, 4.1.x, and 3.2.x. In addition to these already stated commitments, the honorable <a href="https://github.com/rafaelfranca">Rafael França</a> has agreed to also apply bug fixes to 4-1-stable. So everyone still on 4.1 and unable to move quickly can thank Rafael!</p>
|
1037
|
+
|
1038
|
+
<p>Rails 4.2 will also mark the last big release in the 4.x series. After release, we're going to work towards the big Rails 5.0! This means rails/master will have that target as soon as the release candidates for 4.2 start, and 4-2-stable is created.</p>
|
1039
|
+
|
1040
|
+
<p>Rails 5.0 is in most likelihood going to target Ruby 2.2. There's a bunch of optimizations coming in Ruby 2.2 that are going to be very nice, but most importantly for Rails, symbols are going to be garbage collected. This means we can shed a lot of weight related to juggling strings when we accept input from the outside world. It also means that we can convert fully to keyword arguments and all the other good stuff from the latest Ruby.</p>
|
1041
|
+
|
1042
|
+
<p>The release target for Rails 5.0 is currently spring/summer of 2015. So there's a while yet, but we're putting this out there for people to know, so gem maintainers and other Ruby implementations can know where we're going.</p>
|
1043
|
+
|
1044
|
+
<h2>Please help us make Rails 4.2 solid!</h2>
|
1045
|
+
|
1046
|
+
<p>We rely on the feedback from everyone in the community to flush out bugs and upgrade issues ahead of a big release like this. So please give Rails 4.2 a try on your app, and if you're starting a new app today, you should probably use the beta1 for that, if you're just the least bit savvy with Rails.</p>
|
1047
|
+
|
1048
|
+
<p>Issues can be recorded on the <a href="https://github.com/rails/rails/issues">Github issues tracker</a>.</p>
|
1049
|
+
|
1050
|
+
<p>Already, <a href="http://contributors.rubyonrails.org/edge/contributors">476 people have contributed</a> to this new release of Rails. Please do become one of them!</p>
|
1051
|
+
]]></content>
|
1052
|
+
</entry>
|
1053
|
+
|
1054
|
+
<entry>
|
1055
|
+
<title>[ANN] Rails 4.1.6.rc1 and 4.0.10.rc1 have been released!</title>
|
1056
|
+
<author>
|
1057
|
+
<name>rafaelfranca</name>
|
1058
|
+
</author>
|
1059
|
+
<link href="http://weblog.rubyonrails.org/2014/8/19/Rails-4-1-6-rc1-and-4-0-10-rc1-has-been-released/"/>
|
1060
|
+
<updated>2014-08-19T21:05:03+00:00</updated>
|
1061
|
+
<id>http://weblog.rubyonrails.org/2014/8/19/Rails-4-1-6-rc1-and-4-0-10-rc1-has-been-released/</id>
|
1062
|
+
<content type="html"><![CDATA[<p>Hi everyone,</p>
|
1063
|
+
|
1064
|
+
<p>I am happy to announce that Rails 4.1.6.rc1 and 4.0.10.rc1 have been released.</p>
|
1065
|
+
|
1066
|
+
<p>If no regressions are found expect the final release this Friday, on August 22, 2014.
|
1067
|
+
If you find one, please open an <a href="https://github.com/rails/rails/issues/new">issue on GitHub</a>
|
1068
|
+
and mention me (@rafaelfranca) on it, so that we can fix it before the final release.</p>
|
1069
|
+
|
1070
|
+
<h2>CHANGES since 4.0.9</h2>
|
1071
|
+
|
1072
|
+
<p>To view the changes for each gem, please read the changelogs on GitHub:</p>
|
1073
|
+
|
1074
|
+
<ul>
|
1075
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.10.rc1/actionmailer/CHANGELOG.md">Action Mailer CHANGELOG</a></li>
|
1076
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.10.rc1/actionpack/CHANGELOG.md">Action Pack CHANGELOG</a></li>
|
1077
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.10.rc1/activemodel/CHANGELOG.md">Active Model CHANGELOG</a></li>
|
1078
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.10.rc1/activerecord/CHANGELOG.md">Active Record CHANGELOG</a></li>
|
1079
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.10.rc1/activesupport/CHANGELOG.md">Active Support CHANGELOG</a></li>
|
1080
|
+
<li><a href="https://github.com/rails/rails/blob/v4.0.10.rc1/railties/CHANGELOG.md">Railties CHANGELOG</a></li>
|
1081
|
+
</ul>
|
1082
|
+
|
1083
|
+
<p><em>Full listing</em></p>
|
1084
|
+
|
1085
|
+
<p>To see the full list of changes, <a href="https://github.com/rails/rails/compare/v4.0.9...v4.0.10.rc1">check out all the commits on
|
1086
|
+
GitHub</a>.</p>
|
1087
|
+
|
1088
|
+
<h2>CHANGES since 4.1.5</h2>
|
1089
|
+
|
1090
|
+
<p>To view the changes for each gem, please read the changelogs on GitHub:</p>
|
1091
|
+
|
1092
|
+
<ul>
|
1093
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.6.rc1/actionmailer/CHANGELOG.md">Action Mailer CHANGELOG</a></li>
|
1094
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.6.rc1/actionpack/CHANGELOG.md">Action Pack CHANGELOG</a></li>
|
1095
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.6.rc1/actionview/CHANGELOG.md">Action View CHANGELOG</a></li>
|
1096
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.6.rc1/activemodel/CHANGELOG.md">Active Model CHANGELOG</a></li>
|
1097
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.6.rc1/activerecord/CHANGELOG.md">Active Record CHANGELOG</a></li>
|
1098
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.6.rc1/activesupport/CHANGELOG.md">Active Support CHANGELOG</a></li>
|
1099
|
+
<li><a href="https://github.com/rails/rails/blob/v4.1.6.rc1/railties/CHANGELOG.md">Railties CHANGELOG</a></li>
|
1100
|
+
</ul>
|
1101
|
+
|
1102
|
+
<p><em>Full listing</em></p>
|
1103
|
+
|
1104
|
+
<p>To see the full list of changes, <a href="https://github.com/rails/rails/compare/v4.1.5...v4.1.6.rc1">check out all the commits on
|
1105
|
+
GitHub</a>.</p>
|
1106
|
+
|
1107
|
+
<h2>SHA-1</h2>
|
1108
|
+
|
1109
|
+
<p>If you'd like to verify that your gem is the same as the one I've uploaded,
|
1110
|
+
please use these SHA-1 hashes.</p>
|
1111
|
+
|
1112
|
+
<p>Here are the checksums for 4.0.10.rc1:</p>
|
1113
|
+
<div class="highlight"><pre><code class="language-text" data-lang="text">$ shasum *4.0.10.rc1*
|
1114
|
+
fa4efa72a6b89c6dcf55280f6bbfab00564982e8 actionmailer-4.0.10.rc1.gem
|
1115
|
+
bfbb408c6c2ab89eafda1b84a33f83a9f58eda8c actionpack-4.0.10.rc1.gem
|
1116
|
+
f1bedb27e877ca6493541a69491910ce70a34ed0 activemodel-4.0.10.rc1.gem
|
1117
|
+
f211a80fc134f38f4eb2d503b3ca7e92a83eabed activerecord-4.0.10.rc1.gem
|
1118
|
+
e751d258407d02c3f8790775ffa99f0895c56704 activesupport-4.0.10.rc1.gem
|
1119
|
+
34b8908b2738e78917a434b45ae9fe82b4908425 rails-4.0.10.rc1.gem
|
1120
|
+
a2d4ee8203ce07785b15b367ffe31f9ea96268a7 railties-4.0.10.rc1.gem
|
1121
|
+
</code></pre></div>
|
1122
|
+
<p>Here are the checksums for 4.1.6.rc1:</p>
|
1123
|
+
<div class="highlight"><pre><code class="language-text" data-lang="text">$ shasum *4.1.6.rc1*
|
1124
|
+
3589d4ea69a04f87ea5335994a43f8d814c6c8df actionmailer-4.1.6.rc1.gem
|
1125
|
+
b51d28e356c58d08d2f65a3a4912a2911b9d4ffe actionpack-4.1.6.rc1.gem
|
1126
|
+
f2a8ba7e7ca8fa9e74688cbca3af1e8d48b23de7 actionview-4.1.6.rc1.gem
|
1127
|
+
9a2778d02bd596d629eca6265f0a6d7cecb7d2ef activemodel-4.1.6.rc1.gem
|
1128
|
+
681023c5764cb1336b6d74bf2ff76efd9c1386b7 activerecord-4.1.6.rc1.gem
|
1129
|
+
85c4e30b5b0eba99c9d43049206591250aed2072 activesupport-4.1.6.rc1.gem
|
1130
|
+
fd10c0533065471768d8fe4b7e7ba81738c607dd rails-4.1.6.rc1.gem
|
1131
|
+
ec05790e0d256a474f0eaf3ae61e9556e71f1b18 railties-4.1.6.rc1.gem
|
1132
|
+
</code></pre></div>
|
1133
|
+
<p>I'd like to thank you all, every contributor who helped with this release.</p>
|
1134
|
+
]]></content>
|
1135
|
+
</entry>
|
1136
|
+
|
1137
|
+
<entry>
|
1138
|
+
<title>Rails 4.0.9 and 4.1.5 have been released!</title>
|
1139
|
+
<author>
|
1140
|
+
<name>rafaelfranca</name>
|
1141
|
+
</author>
|
1142
|
+
<link href="http://weblog.rubyonrails.org/2014/8/18/Rails_4_0_9_and_4_1_5_have_been_released/"/>
|
1143
|
+
<updated>2014-08-18T17:16:03+00:00</updated>
|
1144
|
+
<id>http://weblog.rubyonrails.org/2014/8/18/Rails_4_0_9_and_4_1_5_have_been_released/</id>
|
1145
|
+
<content type="html"><![CDATA[<p>Hi everyone!</p>
|
1146
|
+
|
1147
|
+
<p>Rails 4.0.9 and 4.1.5 have been released!</p>
|
1148
|
+
|
1149
|
+
<p>These two releases contain a security fix, so please upgrade as soon
|
1150
|
+
as possible! In order to make upgrading as smooth as possible, we've only
|
1151
|
+
included commits directly related to each security issue.</p>
|
1152
|
+
|
1153
|
+
<p>The security fix for 4.0.9 and 4.1.5 is:</p>
|
1154
|
+
|
1155
|
+
<ul>
|
1156
|
+
<li><a href="https://groups.google.com/d/msg/rubyonrails-security/M4chq5Sb540/CC1Fh0Y_NWwJ">CVE-2014-3514</a></li>
|
1157
|
+
</ul>
|
1158
|
+
|
1159
|
+
<p>the commits for 4.0.9 can be found <a href="https://github.com/rails/rails/compare/v4.0.8...v4.0.9">here</a>,
|
1160
|
+
and the commits for 4.1.5 can be found <a href="https://github.com/rails/rails/compare/v4.1.4...v4.1.5">here</a>.</p>
|
1161
|
+
|
1162
|
+
<p>Here are the checksums for 4.0.9:</p>
|
1163
|
+
<div class="highlight"><pre><code class="language-text" data-lang="text">$ shasum *4.0.9*
|
1164
|
+
2034a17791be885e8e4e6211c26447614c830e62 actionmailer-4.0.9.gem
|
1165
|
+
00b13c7dfe94af6ede24c6c1652ff4bc2aee9ef8 actionpack-4.0.9.gem
|
1166
|
+
0a16de437de79128846d5a5fc73a0a0d6ebe369e activemodel-4.0.9.gem
|
1167
|
+
3d1884dff4fa64267d7c840dbaaac3eafc6fc0a9 activerecord-4.0.9.gem
|
1168
|
+
eb27657cf79c4c13f7b4c4f7aa69a8a171f4e68c activesupport-4.0.9.gem
|
1169
|
+
2bdba9c61f8860d1883ed5803591dc603b7312fb rails-4.0.9.gem
|
1170
|
+
f90c7f3104d9d63992d53331990e33c1d832e7c0 railties-4.0.9.gem
|
1171
|
+
</code></pre></div>
|
1172
|
+
<p>Here are the checksums for 4.1.5:</p>
|
1173
|
+
<div class="highlight"><pre><code class="language-text" data-lang="text">$ shasum *4.1.5*
|
1174
|
+
798edeca54bb9ca1ba91b7669fccb4d2bb41f404 actionmailer-4.1.5.gem
|
1175
|
+
2354a982938658cfafd6097a406ac43facb80c70 actionpack-4.1.5.gem
|
1176
|
+
eb71ffc6ea7537d6066483b6ff5d1edf51f0c344 actionview-4.1.5.gem
|
1177
|
+
15a24e5a1e9191541cc7b24bc1f74e3a0293cf97 activemodel-4.1.5.gem
|
1178
|
+
27cd6cc6a3b52eb5966171e5959b0505f411e8ce activerecord-4.1.5.gem
|
1179
|
+
44a53eac3e7851c2311cce42f63c966ea05b5552 activesupport-4.1.5.gem
|
1180
|
+
7fa52337ec2b659abfb5b5678125ba0d3b5cbce7 rails-4.1.5.gem
|
1181
|
+
6ffdb1e19734460ded12f9a66f8390ea071f6727 railties-4.1.5.gem
|
1182
|
+
</code></pre></div>
|
1183
|
+
<p><3<3<3<3</p>
|
1184
|
+
]]></content>
|
1185
|
+
</entry>
|
1186
|
+
|
1187
|
+
<entry>
|
1188
|
+
<title>Rails 4.0.8 and 4.1.4 have been released!</title>
|
1189
|
+
<author>
|
1190
|
+
<name>rafaelfranca</name>
|
1191
|
+
</author>
|
1192
|
+
<link href="http://weblog.rubyonrails.org/2014/7/2/Rails_4_0_8_and_4_1_4_have_been_released/"/>
|
1193
|
+
<updated>2014-07-02T19:55:03+00:00</updated>
|
1194
|
+
<id>http://weblog.rubyonrails.org/2014/7/2/Rails_4_0_8_and_4_1_4_have_been_released/</id>
|
1195
|
+
<content type="html"><![CDATA[<p>Hi everyone!</p>
|
1196
|
+
|
1197
|
+
<p>Rails 4.0.8 and 4.1.4 have been released!</p>
|
1198
|
+
|
1199
|
+
<p>The security patches introduced a regression on the PostgreSQL Range feature.
|
1200
|
+
This regression was only introduced to Rails 4.x. Rails 3.2 users are not impacted.</p>
|
1201
|
+
|
1202
|
+
<p>the commits for 4.0.8 can be found <a href="https://github.com/rails/rails/compare/v4.0.7...v4.0.8">here</a>,
|
1203
|
+
and the commits for 4.1.4 can be found <a href="https://github.com/rails/rails/compare/v4.1.3...v4.1.4">here</a>.</p>
|
1204
|
+
|
1205
|
+
<p>Here are the checksums for 4.0.8:</p>
|
1206
|
+
<div class="highlight"><pre><code class="language-text" data-lang="text">$ shasum *4.0.8*
|
1207
|
+
1214de9fa493f5a23c87f7a7c2f1af84f67b60b6 actionmailer-4.0.8.gem
|
1208
|
+
342aa07585b9b4b32ba37c8baf6fe93c53619ad6 actionpack-4.0.8.gem
|
1209
|
+
b40e3b1bbd744b868f74c26e1088d73c9e7d7297 activemodel-4.0.8.gem
|
1210
|
+
b1e28bdad10f21ed8af8b3b8b5e70f0110d19dff activerecord-4.0.8.gem
|
1211
|
+
1d3d2a767478aee5be22db197b2ec06cdaede10a activesupport-4.0.8.gem
|
1212
|
+
dbfa6c723191bf61d1c2d3f9809259f419956a74 rails-4.0.8.gem
|
1213
|
+
f22a0677d9151d1f31d109b1c0687b53e06a94f7 railties-4.0.8.gem
|
1214
|
+
</code></pre></div>
|
1215
|
+
<p>Here are the checksums for 4.1.4:</p>
|
1216
|
+
<div class="highlight"><pre><code class="language-text" data-lang="text">$ shasum *4.1.4*
|
1217
|
+
5e6426134003a55e0f43ff371521f6d66c8881b7 actionmailer-4.1.4.gem
|
1218
|
+
79e84be29d961ef2c175cb5258b1d8c78ad6460f actionpack-4.1.4.gem
|
1219
|
+
8ba89c7399b81e2727402806176de0db397732eb actionview-4.1.4.gem
|
1220
|
+
9edc0b4e5c709ad11517a9f40ba50ee93e97e59b activemodel-4.1.4.gem
|
1221
|
+
23851340221e38717a7159ebcd2eb398e8ebeacd activerecord-4.1.4.gem
|
1222
|
+
388bd214252b34d22ec8bd1ca2445d7b53cd39bb activesupport-4.1.4.gem
|
1223
|
+
0e050607bb8581dc756c5184a5920de9708398f1 rails-4.1.4.gem
|
1224
|
+
e1a75ea7161db14c953fce1e399c4e20b2eaa364 railties-4.1.4.gem
|
1225
|
+
</code></pre></div>
|
1226
|
+
<p><3<3<3<3</p>
|
1227
|
+
]]></content>
|
1228
|
+
</entry>
|
1229
|
+
|
1230
|
+
</feed>
|
1231
|
+
|
1232
|
+
---
|
1233
|
+
|
1234
|
+
feed.format: atom
|
1235
|
+
feed.title: Riding Rails
|
1236
|
+
feed.url: http://weblog.rubyonrails.org/
|
1237
|
+
|
1238
|
+
feed.items[0].title: This week in Rails: tokens migrations, method_source and more
|
1239
|
+
feed.items[0].url: http://weblog.rubyonrails.org/2015/1/16/This-week-in-Rails-tokens-migrations-method-source-and-more/
|
1240
|
+
feed.items[0].guid: http://weblog.rubyonrails.org/2015/1/16/This-week-in-Rails-tokens-migrations-method-source-and-more/
|
1241
|
+
|