I'd like to announce that Rails 3.2.13.rc2 has been released. Rails 3.2.13.rc2 contains fixes for regressions found in rc1. Please test out rc2. If you find regressions between 3.2.13.rc2 and 3.2.12, please email the rails-core mailing list , or file an issue on GitHub . If there aren...
2013-03-07T06:51:41Z 6339 TID-ox29aw7a8 INFO: Booting Sidekiq 2.6.5 with Redis at redis://localhost:6379/0 2013-03-07T06:51:41Z 6339 TID-ox29aw7a8 INFO: Running in ruby 1.9.3p286 (2012-10-12 revision 37165) [x86_64-darwin12.2.0] 2013-03-07T06:51:41Z 6339 TID-ox29aw7a8 INFO: See LICENS...
Welcome to this week’s roundup of Ruby news, articles, videos, and more, cobbled together from my e-mail newsletter, Ruby Weekly. Sorry these roundups have been missing for a couple of months, I've been focusing very heavily on the e-mail newsletters which are continuing to grow like ...
Did you know that you only need six lines to implement Sinatra? What crazy things can you do with flip flops? And what's coming for Ruby 3.0? Check out my talk on this and many more rather irrelevant but highly entertaining things.
Faster, smaller and more beautiful web with WebP Posted by igrigorik on March 07, 2013 — 0 comments An average page is now over 1300 kB in size and over 60% of that is in images... WebP provides 30-80% improvement over JPEG and PNG - latest news and updates from WebP team , and exampl...
December 28th, 2010 at 6:08 pm @Rami: Your example still suffers from a DoubleRenderError which is why Cells were invented 4 years ago. So, Cells are derived AbstractController s as well and use “native” rails methods as described in the blog post. However, Cells streamline the proces...
Close Your browser is not supported by YouTube and it needs to be updated. Learn more . AR Drone Tracking Test Jim Weirich Subscribe Unsubscribe You need Adobe Flash Player to watch this video. Download it from Adobe. 33 views Like Flag Loading... Published on Mar 7, 2013 Testing the ...
Buscamos um desenvolvedor back-end Junior com 1 ano de experiência no mínimo! É importante que o profissional conheça todo o processo do desenvolvimento de um sistema web dinâmico, com front-end, backend… Saiba configurar os servidores e conheça sobre criação do ambiente admin e dos w...
class ImagesController < ApplicationController respond_to :json, :html, :js protect_from_forgery :except => :create # POST /images # POST /images.json def create file = AppSpecificStringIO.new(params[:qqfile], request.raw_post) @image = Image.new() @image.attachment = file @image.user...
Matz on Ruby 2.0 Matz spoke about Ruby 2.0 ('the happiest release ever') for 30 minutes at the Heroku Waza event a week ago and the video is already available to watch. He stresses that "Ruby 1.8 will die soon" and encourages everyone to upgrade. Dynamic Method Definitions Aaron 'tend...
Ruby on Rails Engineer Dublin, Ireland We're looking for a talented Ruby on Rails engineer to help take Zendesk to the next level in terms of functionality and integrations.You will be part of a great team with the glorious mission of building an...
Faça estágio na startup de internet que está transformando a indústria de academias do Brasil. No GymPass usuários podem comprar diárias flexíveis avulsas ou ilimitadas para mais de 400 academias e 40 cidades. Estamos crescendo rapidamente! Já saímos na capa da UOL, TV SBT e TV Gazeta...
You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.
DIY Learning: Learn software, creative and business skills at your own pace. At home! Treehouse Treehouse is an interactive e-learning website that teaches computer programming skills that range from building a simple website with HTML all the way to using CSS3, JavaScript, PHP, Ruby ...
You're in luck, friend. My first Rails project (7 years ago) was against a horribly set up SQL Server database. Per the above, you need to set up your database.yml appropriately. But for an existing database, obviously it is unlikely that the table and column names conform to the Rail...
Out of the box, Spree needs a little bit of duplicate content cleanup. For example, in the default template, both the homepage and the /products page are exactly the same thing. They display the same products, have the same pagination, and probably the same text. You can get around th...
Phusion Passenger 4.0 Release Candidate 4
Это парсер текста со странным названием. Он может находить в заданной строке ссылки, упоминания пользователей (например, @soulim), хэш-теги, emoji-иконки. Приведу пример его использования и результаты: Quesadilla.extract('Some #awesome text') # => { # display_text: "Some #awesome text...