Registration are Open for Rubyconf Brazil 2012 Posted on July 11, 2012 Registrations are open through the official Rubyconf Brazil 2012 website. The opening price is BRL 150 , roughly USD 75 that you can pay through Paypal. If your company is going to sponsor your registration, ask th...
Inscrições Abertas para a Rubyconf Brasil 2012! Posted on July 11, 2012 As inscrições acabaram de abrir oficialmente no site da Rubyconf Brasil 2012 (quem se cadastrou via Facebook, não se preocupe, já está cadastrado). O preço de abertura está fixo em R$ 150 por pessoa até o dia 31 d...
But setting aside predictions about the future of PaaS, what is the state of the current PaaS market? We at Engine Yard were curious about where things stand with PaaS as it exists today, so we decided to conduct a market survey in order to find out. The results shed some interesting ...
Hi, first of all I will apologize in advance for my presumably noobish question, but I'm only starting to learn Rails and am a little confused with all the changes in 2.0.1. There are as good as no tutorials out yet and the 2 or 3 screencasts I've seen deal with the creation of both t...
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...
A Ruby wrapper and CLI for to interact with Cloudfactory.com REST API
motion-stump 0.1.2 Stubbing and mocking for RubyMotion install gem install motion-stump Download Documentation Subscribe Stats Authors Francis Chong 37 total downloads 7 for this version Owners Links Homepage Gemfile gem "motion-stump", "~> 0.1.2" Versions 0.1.2 July 11, 2012 0.1.1 Ju...
Ok, we don't definitely need a flame war about something as important as testing your code. IMHO it really depends on the developer and the team, I wouldn't be the first to say that should use what you're more comfortable working with, and hopefully what makes you even more productive...
Constants HTTP_METHODS = %w(GET HEAD PUT POST DELETE OPTIONS) METHOD_OVERRIDE_PARAM_KEY = "_method".freeze HTTP_METHOD_OVERRIDE_HEADER = "HTTP_X_HTTP_METHOD_OVERRIDE".freeze Public Class methods new (app) Public Instance methods call (env)
#267 CoffeeScript Basics May 23, 2011 | 11 minutes | Rails 3.1 CoffeeScript allows you to write JavaScript in a concise, elegant fashion. Here I convert JavaScript code to CoffeeScript in a Rails 3.1 app. Click to Play Video ▶ Tweet Download: source code Project Files in Zip (84 KB) m...
The forthcoming 3.2.x release series will be the last branch of Rails that supports Ruby 1.8.7. There’s a new 3-2-stable branch in git to track the changes we need until 3.2.0 final is release and for managing point releases after that. So for now you should stop floating on rails/mas...
Registration are Open for Rubyconf Brazil 2012 Posted on July 11, 2012 Registrations are open through the official Rubyconf Brazil 2012 website. The opening price is BRL 150 , roughly USD 75 that you can pay through Paypal. If your company is going to sponsor your registration, ask th...
説明文の中でのみ使われる(Ruby言語の要素ではない)。クラスのインスタンスメソッドであることを簡単に表示するための表記法です。(クラスメソッドは「Range.new」のように「.」でつなぐ)
I heard a lot of people telling me they were looking into using Node.js because it has a better design and no GIL. While I like Node.js and if I were to implement a chat room or an app keeping connections for a long time, I would certainly compare it closely to EventMachine, I also th...
Rack::Directory serves entries below the root given, according to the path info of the Rack request. If a directory is found, the file’s contents will be presented in an html based index. If a file is found, the env will be passed to the specified app . If app is not specified, a Rack...
The Model layer represents your domain model (such as Account, Product, Person, Post ) and encapsulates the business logic that is specific to your application. In Rails, database-backed model classes are derived from ActiveRecord::Base . Active Record allows you to present the data f...
NameError in Sprints#index Showing vendor/plugins/redmine_sprints/app/views/sprints/index.html.erb where line #5 raised: uninitialized constant Burndown::Gchart Extracted source (around line #5): 2: <div id="backlog-right"> 3: <div id="backlog-left"> 4: <div id="bl-left"> 5: <p><%= im...
Every year it seems that someone is disappointed (or even insulted) that they didn't receive an invite to speakerconf . If you haven't gotten an invite at this point, contrary to popular belief, it's not because Josh and I hate you. There's actually very little magic that goes into re...