Hot on the heels of the first production version of Ruby 2.0 comes the first beta version of Rails 4.0. The two form a great pair and are already running in production on a number of applications, including Basecamp Breeze . In fact, Ruby 2.0 is the preferred Ruby to use with Rails 4....
TALENT SCOUT | Keith Cline Feb 26, 2013 The 5 Hardest Jobs to Fill in 2013 Fast-growing start-ups are waging a war for top talent. But among even the most difficult positions to slot, a few emerge as the most challenging of all. Peter Mukherjee/Getty Tweet clipped Connect with Evernot...
Most of our clients that are successfully outsourcing work have learned how to identify the right vendors over a period of years, often getting burned badly at the start. If you're a startup and are looking to offshore work, you don't have the luxury of learning by failing. This artic...
With Yahoo's recent decision to disallow any and all remote work the remote work debate has reached a new fever pitch. DHH weighed in with his thoughts mostly around trust and what signal you're sending your employees. To me the more troubling idea isn't about what signal you're sendi...
Installing Rails -- Both 3.2 and 4.0 with Ruby 2.0 Posted by DanielKehoe on February 26, 2013 — 0 comments Updated Installing Rails tutorial showing how to set up both Rail 3.2 and 4.0 with Ruby 2.0. Uses some new features of rvm. Comments Post a Comment Comment abilities for non ...
HITB LAB TITLE: Attacking Ruby on Rails Applications HITB LAB ABSTRACT: Ruby on Rails (RoR) is an open source web application framework based on the Ruby programming language. RoR has gained much attention in the recent past due to several severe flaws within the framework itself. In ...
A programming workshop in Ruby on Rails for women and their friends. This event is free and assumes no prior programming experience . The workshop runs over two days. Tuesday night is an Installfest where you bring your laptop and we help you set up a Rails programming environment. Th...
Earn $5 USD by getting Basetop to upgrade to the Design Studio The Design Studio is a feature that helps Basetop easily review your designs and provide feedback. You will earn $5 USD if the employer upgrades their project to a Design Studio!
Becoming a Rubyist Posted by bryckbost on February 26, 2013 — 0 comments Just like learning a new spoken language, learning a new programming language means learning a new way of thinking. Here are some of reflections on becoming a Rubyist . Comments Post a Comment Comment abiliti...
Gracias a Ruby on Rails, Ruby tuvo un crecimiento espectacular , sobre todo en la web y entre los desarrolladores web, ahora con el vigésimo aniversario del lenguaje llega Ruby 2.0. El nacimiento de Ruby fue de la mano de su creador, Yukihiro “Matz” Matsumoto, el 24 de febrero de 1993...
Prestataire informatique basé à Rennes, spécialisé dans le développement d’applications web et mobile “complexes”. Expert pluridisciplinaire dans les technologies du Web (Java/J2EE/SpringFramework, .NET/ASP.NET MVC, python/django…) avec une expertise forte sur le framework Ruby On Rai...
Tuesday, February 26, 2013 at 5:04AM Yes, there's a new Rails beta. Watch out, world. Rails 4.0: Beta 1 released! - It's out, with all sorts of changes. Definitely budget plenty of time for upgrading and testing. Literate Ruby - Inspired by Literate CoffeeScript. unrefine - Get rid of...
DHH vient d'annoncer la sortie de la beta 1 de Ruby on Rails 4. Cette sortie arrive deux jours après la sortie de Ruby 2.0, et pour cause, RoR 4 fonctionne parfaitement avec Ruby 2.0. Pour rappel, les trois grosses nouveautés de Ruby on Rails sont : - Russian Doll-caching - Turbolinks...
#165 Edit Multiple (revised) Feb 25, 2013 | 15 minutes | Forms Editing one record at a time can be tedious work. Here you will learn three different ways to edit multiple records at once using checkboxes. Subscribe to Watch Episode Tweet Show Notes 6 Comments Similar Episodes < Previo...
Bravenet is currently seeking software developers to join our team. We offer competitive wages, a benefits package, and have an open-door policy for all staff to contribute opinions and ideas. You will join our team responsible for developing and maintaining our white labeled flagship...
Scrum/XP/Agile team in midtown Manhattan looking for an experienced Rubyist or experienced Java/C# developer interested in learning Ruby. We are an established, six developer Scrum/XP team. We have a dedicated scrum master and we collaborate closely with our product team. Our team con...
The two core pieces of functionality needed for my app to work hinged on creating ical files and fetching data from Songkick’s API. While there would eventually have to be code that ties these two pieces together, it made the most sense to me to write them separately (again, breaking ...
I'm not sure what you mean by 'forking the entire codebase'.Even if Rails3, though, Rails supported multi-threaded request dispatching IF you had an app server stack that supported it. In Rails3, you just had to explicitly turn it on with `config.threadsafe!`. Rails4 makes that the de...
Many of the applications that I write these days have a lot of data - so much that there's no reasonable way to continually send all of it. Instead, most of the applications I work with will have the ability to receive a snapshot of the current state, and the ability to receive deltas...