This Week’s Ruby News: Ruby 1.8.7-p370, Rubyist Text Editor Poll Results, MagicRuby and More By Peter Cooper / July 6, 2012 Welcome to this week's Web-based syndication of Ruby Weekly , the Ruby e-mail newsletter (which just turned 100 weeks old this week - issue 100! :-)) Highlights ...
July 6, 2012 Tagged: playbook design development Comments (View) The Playbook: Video Edition We’ve been giving an in-person workshop in Boston for a couple of years that goes through our best practices in successful web application development . People all over the world have been ask...
July 3rd, 2012 We scope out our scopes with Periscope, Ruby Open Source Challenge calls on contributors to improve Active Admin, we clean up our seeds mess with Seedbank & Seed Fu, learn some Factory Girl tricks, and let everyone participate in our I18n efforts. June 29th, 2012 Learn ...
Congratulations to Tiffany and Wesley. I am glad to see Tiffany Fodor in Water Community, she deserves. Becuase I too got many clarifications very quickly from her through the watir-general group when I started designing Test Framework recently for my project based on “DataDrivenTestH...
An excellent article by Natasha Murashev on "How I learned to code ". In her own words "Learning to code is a very emotional experience. When you can’t solve a problem, you will feel like a worthless human being. But when you do solve it, you will feel like you own the world, which is...
Friday, July 6, 2012 at 6:20AM I seem to have wandered into a blast furnace by mistake. How can I contribute to Ruby on Rails? - Some pointers about ways to get involved. Functional View and Controller Testing with RubyMotion - More innovations to make Ruby folks comfortable on iOS de...
Drop-in replacement for Rails textilize helpers (w/o dependencies) Posted by adevadeh on July 06, 2012 — 0 comments My colleague just released textilize , a drop-in replacement for the old textilize helpers in Rails 2.x. If you are updating an older app to Rails 3.x, it may be of use....
First time ever - Free: Programming the Web with Ruby course First time ever - Free: Clojure 101 course RubyLearning featured on pluggd.IN RubyLearning winner of the Shorty Award in Education, 2008 . Ruby’s Top Teacher in 2008 - Satish Talim Credits Thanks to Victor Goff and Jim Pryke...
Aproveitei o dia hoje para testar o tão falado Rbenv . Tecnicamente não tenho nenhum motivo para mudar do RVM a não ser curiosidade de testar alguma coisa diferentes (fator “geek”, se quiserem). Desde que o Wayne lançou o RVM eu venho utilizando sempre a versão mais recente instável (...
Outra coisa que puristas reclamam é o fato do RVM “poluir” o ambiente com muitas variáveis de sistema – que é o mecanismo que ele usa para selecionar Rubies e gemsets, novamente, eu particularmente não tenho nada contra, especialmente porque eu também, numa era pré-Bundler, já tinha i...
minitest-rails 0.1.0.alpha2 Adds MiniTest as the default testing library in Rails 3. install gem install minitest-rails --pre Download Documentation Subscribe Stats Authors Mike Moore 5,086 total downloads 8 for this version Owners Links Homepage Gemfile gem "minitest-rails", "~> 0.1....
John Leach from Brightbox has kindly provided Ubuntu packages for Phusion Passenger. The package is available from the Brightbox repository which you can find at http://apt.brightbox.net . Add the following line to the Third Party Software Sources: deb http://apt.brightbox.net hardy m...
<<There are definitely many reasons to prefer native threads over green threads. This is the reason why you have seen a shift from green threads to native threads in MRI, Rubinius, and the JVM. Why do you want green threads?>> There are many situations to prefer green threads over ker...
Considera-se que todos os 5 search engines são igualmente relevantes já que faz-se apenas a média simples do resultado de todas elas. Não existe nenhum índice de ajuste. O Yahoo!, me parece, faz um péssimo trabalho em pesquisa. Procurar por “C programming” no Google trouxe 2,2 milhões...
TrinityLabs MendelMax-1.5+ with New Y Axis
# app running on http://example.com/example get '/foo' do t = %w[text/css text/html application/javascript] request.accept # ['text/html', '*/*'] request.accept? 'text/xml' # true request.preferred_type(t) # 'text/html' request.body # request body sent by the client (see below) reques...
(this was written by our intrepid Director of Operations, Travis Graham, who was too busy to proofread and edit it, so I did it for him. I swear he wrote, like, 95% of it. I added the top tips and the thing about open office hours. I certainly didn’t have to fix any typos or weird com...
RubyJS compiles Ruby sourcecode to Javascript for the purpose of writing client-side applications in Ruby(JS) that run in a web-browser. This project has not yet categorized itself in the
Learn how to use the Facebook Graph API with the Koala gem to fetch data from Facebook and post content through a user. Here I delve into permissions, error handling, and more.
Character encoding auto-detection in Ruby. This library is a port of the auto-detection code in Mozilla. It means taking a sequence of bytes in an unknown character encoding, and attempting to determine the encoding so you can read the text. It’s like cracking a code when you don’t ha...
actionpack/lib/action_dispatch/routing/mapper.rb actionpack/lib/action_dispatch/routing/routes_proxy.rb actionpack/lib/action_dispatch/routing/route_set.rb actionpack/lib/action_dispatch/routing/url_for.rb actionpack/lib/action_dispatch/routing/polymorphic_routes.rb actionpack/lib/act...