Good news everyone! Rails version 3.2.6 has been released. This release of Rails contains two important security fixes: CVE-2012-2694 Ruby on Rails Unsafe Query Generation Risk in Ruby on Rails CVE-2012-2695 Ruby on Rails SQL Injection Please note that the last round of security fixes...
Good news everyone! Rails version 3.1.6 has been released. This release of Rails contains two important security fixes: CVE-2012-2694 Ruby on Rails Unsafe Query Generation Risk in Ruby on Rails CVE-2012-2695 Ruby on Rails SQL Injection Please note that the last round of security fixes...
Good news everyone! Rails version 3.0.14 has been released. This release of Rails contains two important security fixes: CVE-2012-2694 Ruby on Rails Unsafe Query Generation Risk in Ruby on Rails CVE-2012-2695 Ruby on Rails SQL Injection Please note that the last round of security fixe...
Improving the integration between Capybara and RSpec Posted by josevalim on June 12, 2012 — 0 comments In this blog post, José Valim (from Rails Core) proposes some changes to improve the integration between Capybara and RSpec . Comments Post a Comment Comment abilities for non re...
June 8th, 2012 Fabrication goes 2.0, Ruby is faster than other dynamic languages, make rounded corners with RubyMotion, The dRuby Book, and rubygems-tasks on this episode of Ruby5! June 5th, 2012 Ruby on Rails has Scheduled a Food Fight Motion. And, with the help of their Sidekiq, the...
zemanta 0.0.1 Ruby client for Zemanta install gem install zemanta Download Documentation Subscribe Stats Authors Oto Brglez 7 total downloads 7 for this version Owners Links Homepage Gemfile gem "zemanta", "~> 0.0.1" Versions 0.0.1 June 12, 2012 Runtime Dependencies httparty >= 0 Deve...
Tuesday, June 12, 2012 at 6:22AM And this morning, I am feeling no urge whatsoever to buy a new laptop. Must be a sign of increasing age. Slides "Rails & Security" from Devconf, Moscow - By Egor Homakov, who gained some notoriety by messing with GitHub and Rails. Icenium - "Cross-Plat...
New release github_api v0.6.0 Posted by pmurach on June 12, 2012 — 0 comments Includes integration with the new search and repository contents apis, check it out @github_api . Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending tim...
Semaphore launched Posted by markoa on June 12, 2012 — 0 comments A while ago we asked for some beta testing love, and the response was tremendous. Today Semaphore , a hosted continuous integration app for Ruby, launched to public. Comments Post a Comment Comment abilities for non...
twitter-bootstrap-rails project integrates Bootstrap CSS toolkit for Rails 3.1 Asset Pipeline
I really like Ryan Bates’s Railscasts , but videos aren’t the easiest thing to search through when you’re trying to search for a single tip or line of Ruby code to add to your own site. ASCIIcasts are text versions of each Railscast, each with a link to the original video. I hope you ...
# Users of older Rubies may want to use Process::RLIMIT_CPU # instead of :CPU in this code. soft, hard = Process.getrlimit(:CPU) last_update = Time.now max_cpu_time = 5 # this signal handler runs once we've hit max_cpu_time: trap(:XCPU) do # Calculate CPU utilization based on elapsed ...
Rails 2.0 がインストールできましたので、早速、新規アプリケーションを作ってみましょう。 > rails sample コンソールに次のように表示されて、アプリケーションが作成されました。 create create app/controllers create app/helpers create app/models (中略) create log/production.log create log/development.log create log/test.log 一見すると Rails 1.2.x の時と変わっていないようですが、script/...
On Aug 19, 2011, at 12:27 PM, Yu Yu wrote: > end > end > end I'm not sure what different action you plan to take if there is a double instance but: Dir.glob("test.txt") do |filename| IO.foreach(filename).inject(nil) do |last_line, line| if line =~ /#{str}/ puts "#{filename}: #{str}" i...
Convincing 20 industry leaders to set aside 4-5 weekdays to come to a conference is not an easy thing, especially when said conference is also very hard to describe to the person (or people) who are approving the time off, travel, & expenses. With this in mind, Josh and I designed spe...
Ruby gem for interacting with the Brightcove media API. http://docs.brightcove.com/en/media/
whiskey_disk 0.6.24 Opinionated gem for doing fast git-based server deployments. install gem install whiskey_disk Download Documentation Subscribe Stats Authors Rick Bradley 20,414 total downloads 4,486 for this version Owners Links Homepage Source Code Gemfile gem "whiskey_disk", "~>...
One of the goals of Pivotal Tracker is to give everyone on your team the same view of your project, and allow people to work with individual stories but without losing sight of the big picture. Some stories, though, and especially epics, can accumulate quite a bit content, including c...
Meteor is running on Node.js. As javascript was a client side only script it lacked functionality to make it run on the server, for example there was no api for IO interaction in javascript (no way to access the hard drive), the team of Node.js build a non blocking IO api and since no...
Below is a list of all files of the project. Before downloading, you may want to read Release Notes and ChangeLog (accessible by clicking on release version).