Christmas Day didn’t disappoint for its tradition of having MRI Ruby releases. 2.1 has been a popular release so far with many folks on Twitter noting generous performance increases, thanks to the new RGenGC generational garbage collector and improved method caching.
Using Polymorphism to Make a Better Activity Feed in Rails Dan Croak December 02, 2013 rails You won't find "polymorphic partials" in Rails' API documentation. However, the general programming technique of polymorphism can be applied to Rails partials. Example: an activity feed for an...
With over a million apps in Google Play, and slightly less than that in the iTunes App Store, design has been heralded as one of the crucial qualities that sets a mediocre app apart from an amazing one. Think about how Flipboard’s design sets it apart from the tons of other news aggre...
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...
Using rbenv to Manage Rubies and Gems Laila Winner April 06, 2013 ruby We recently switched from RVM to rbenv for managing Ruby versions. "Make each program do one thing well." - Tenet #2 of The UNIX Philosophy Why consider switching to rbenv? The UNIX philosophy espouses an approach ...
Converts the array to a comma-separated sentence where the last element is joined by the connector word. Options: :words_connector - The sign or word used to join the elements in arrays with two or more elements (default: “, ”) :two_words_connector - The sign or word used to join the ...
Grails 2.0 Login Create Account Pivotal Home Learn Products & Services Groovy/Grails Tool Suite (IDE) Other Products Consulting Training About SpringSource Community Downloads Plugins Facebook connect Twitter connect Log in Login or Email (forgot login) Password (forgot password) Crea...
Download Grails now and follow the simple installation instructions to start writing amazing web applications in minutes.
Grails 2.0 Login Create Account Pivotal Home Learn Products & Services Groovy/Grails Tool Suite (IDE) Other Products Consulting Training About SpringSource Community Downloads Plugins Facebook connect Twitter connect Log in Login or Email (forgot login) Password (forgot password) Crea...
John Medina on Brain Rules for Baby, Part II Friday, October 15, 2010 Download: MP3 18.1 MB | MP4 27.2 MB Popular brain researcher Dr. John Medina returns to talk about his new book Brain Rules for Baby . Part I started the discussion. This completes it. Medina holds joint affiliate f...
Our team is always looking to help businesses and organizations succeed with their web projects. If you’re in New York and want to partner with an experienced agency, consider Planet Argon. We love visiting our east coast clients. Portland is also a great place to visit on business. W...
I have previously written about how to use IntelliJ to set up multi-project support in RubyMine . I am happy to say that that hack is no longer necessary. Multi-project support was built into RubyMine 6 ! It makes component-based Ruby and Rails applications with multiple unbuilt gems ...
Harlow Ward October 10, 2012 rails activemodel validations form_objects Submitting form data is a common feature of web applications – allowing users to submit their information and giving them feedback whether the information is valid or not. ActiveRecord comes with a powerful set of...
Refinements - deixa de ser experimental e pode ser aplicado dentro de um Module também Decimal Literals - assim como no 1.9 números complexos ganharam uma forma literal com Complex(3,4) == 3 + 4.im agora podemos fazer 0.3r para denotar um número racional Faster Numbers - Integers de 1...
Wir freuen uns, die Veröffentlichung von Ruby 2.1.0 ankündigen zu können. Ruby 2.1 bietet zahlreiche Verbesserungen, darunter Geschwindigkeitsvorteile ohne größere Inkompatibilitäten. Versuchen Sie es! Download http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.0.tar.bz2 SIZE: 12007442 ...
FXRuby is a library for developing powerful and sophisticated cross-platform graphical user interfaces (GUIs) for your Ruby applications. It’s based on the FOX Toolkit , a popular open source C++ library developed by Jeroen van der Zijp. What that means for you as an application devel...
Whether an error in the Sass code should cause Sass to provide a detailed description within the generated CSS file. If set to true, the error will be displayed along with a line number and source snippet both as a comment in the CSS file and at the top of the page (in supported brows...
Nearly 3 months have come and gone since the release of 0.11.4 and we are all very excited to announce the release of the Padrino 0.12.0! This version is especially significant because it marks what will likely be one of the last major versions before the 1.0 release. The only major c...
Refinements - deixa de ser experimental e pode ser aplicado dentro de um Module também Decimal Literals - assim como no 1.9 números complexos ganharam uma forma literal com Complex(3,4) == 3 + 4.im agora podemos fazer 0.3r para denotar um número racional Faster Numbers - Integers de 1...
Refinements - deixa de ser experimental e pode ser aplicado dentro de um Module também Decimal Literals - assim como no 1.9 números complexos ganharam uma forma literal com Complex(3,4) == 3 + 4.im agora podemos fazer 0.3r para denotar um número racional Faster Numbers - Integers de 1...