Now Ruby 1.9.3-p392 is released. I apologize for updating too frequently. This release includes security fixes about bundled JSON and REXML. Denial of Service and Unsafe Object Creation Vulnerability in JSON (CVE-2013-0269) Entity expansion DoS vulnerability in REXML (XML bomb) And so...
module JSON class << self alias :old_parse :parse def parse(json, args = {}) args[:create_additions] = false old_parse(json, args) end end end
At 37signals, our designers write code. Not just HTML and CSS — Ruby and JavaScript too. We can all get reasonably far implementing an idea before calling in a programmer for help. I was lucky to get a crash course in Rails when production for the new Basecamp was kicking into high ge...
Junior · Part-time · Telecommute We're looking for a junior developer to join our small team and work on making Favstar a better product. There will be ample opportunity to learn on the job, but you'll be at least a little familiar with Rails, and have an understanding of how html and...
Buy & Sell Used Clothing Online search change city Home Shop Sell About Blog Register Sign In Change City choose a city to shop in abbotsford calgary chilliwack edmonton halifax kelowna montreal nanaimo ottawa parksville quebec city regina saskatoon st. johns toronto tri-cities vancou...
There is a denial of service and unsafe object creation vulnerability in the json bundled with ruby. This vulnerability has been assigned the CVE identifier CVE-2013-0269. We strongly recommend to upgrade ruby. Details When parsing certain JSON documents, the JSON gem (includes bundle...
@fzf Ruby on Rails Developer United States, Tempe 1 Follower Role Web Developer Current position Owner at Zamboni Dev Skills Ruby on Rails Ios Last action on StarterPad 1 week, 2 days ago Groups Git Commit place Agile Agile lovers/haters zone.
In a nutshell, what this code needs is conventions. Application level conventions are good, but framework level conventions are better: The same developer can quickly understand many applications and easily move between projects or even companies without needing as much time to get up...
class REXML::Document @@entity_expansion_text_limit = 10_240 def self.entity_expansion_text_limit=( val ) @@entity_expansion_text_limit = val end def self.entity_expansion_text_limit @@entity_expansion_text_limit end end class REXML::Text def self.unnormalize(string, doctype=nil, filt...
We're so pleased to announce that we are hosting a FREE Learn Ruby on Rails Workshop in collaboration with RailsBridge Meetup Group to support diversity among Ruby developers. Even if you have no development experience you can attend this session and learn to code. The workshop is 1 a...
<URL:ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.bz2> SIZE: 10024221 bytes MD5: a810d64e2255179d2f334eb61fb8519c SHA256: 5a7334dfdf62966879bf539b8a9f0b889df6f3b3824fb52a9303c3c3d3a58391 <URL:ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.gz> SIZE: 12557294 bytes...
Rails Girls Philly: get on the waiting list for sold out Ruby on Rails workshop for women March 15-16 Rails Girls , the global Ruby on Rails workshop for women, is coming to Philly next month and is high in demand. It’s only been two weeks since the event page went up but the event is...
class MyController < ActionController::Base include ActionController::Live def stream response.headers['Content-Type'] = 'text/event-stream' on_new_message { |i| response.stream.write i } response.stream.close end
Kalenderwoche: 9 / 25. Februar bis 03. März 2013 Join the Girls for Ruby on Rails! Software-Entwicklung ist eine von Männern dominierte Welt. Doch dass das nicht so bleiben muss, zeigt "Rails Girls ". Die Initiative aus Finnland will zeigen, das es auch anders geht. Das meist zweitägi...
February 19, 2013 We get Concerned with the Discourse, get Secure some MoSQL, and bring Foreign Functions to Capistrano on this episode of Ruby5. February 15th, 2013 Haml 4.0, why Thunderbolt doesn't use Rails templates, easier Heroku deployments with Paratrooper, shell script testing...
February 22, 2013 jferris ruby rails refactoring ruby science Ruby Science: Extracting and Using Classes Today’s release of Ruby Science includes three new chapters. If you’re already reading Ruby Science, make sure to grab the latest version . This week’s updates include tips on safe...
I need a website similar to http://exching.com written in ruby on rails but for auto parts. The classified website allows you to sell auto parts, tires and vehicles. You have different areas like dallas.craigslist.org, newyork.craigslist.org and losangeles.craigslist.org similar to ho...
2 Ruby on Rails Developers - OOP / MySQL / Ruby / JavaScript - £50K - SE London. If you a passionate Ruby on Rails Developer then we want to hear from you! We are currently recruiting 2 Ruby on Rails developers(one senior and one junior) for a leading company in the buoyant market of ...
is Mike Gunderloy's software development weblog, covering Ruby on Rails and whatever else I find interesting in the universe of software. I'm a full-time Rails developer and contributor, available for long- or short-term consulting, with solid experience in working as part of a distri...
Nous voici dans la quatrième partie de cette suite de tutoriels. Nous allons découvrir ici comment nous faciliter la création de formulaires en Ruby On Rails, notamment à l'aide de la gem simple_form. Cette partie déjà conséquente sera suivie d'une autre où j'introduirais la gem neste...
webmockとvcrを利用してHTTPのmockを作成する | Act as Professional - hiroki.jp
@products = Product . search ( :name_and_maker => "hoge" ) . result #=> SELECT `products`.* FROM `products` WHERE (`products`.`name` LIKE 'hoge%' AND `products`.`maker` LIKE 'hoge%') @products = Product . search ( :name_or_maker => "hoge" ) . result #=> SELECT `products`.* FROM `produ...
On average 20% of emails sent by web applications never reach the inbox. SendGrid is a cloud-based email infrastructure that delivers email on behalf of companies to increase deliverability and provide metrics around email communications. Our tools allow developers to easily send emai...
Log in and get to work Remember me next time Forgot password? Forgot username?