キラッキラな「Ruby on Rails」の世界へ――Rails Girls 25人が集結
2013-03-03 @ 16:52 Dynamic Method Definitions TL;DR: depending on your app, using define_method is faster on boot, consumes less memory, and probably doesn’t signigicantly impact performance. Throughout the Rails code base, I typically see dynamic methods defined using class_eval . Wh...
キラッキラな「Ruby on Rails」の世界へ――Rails Girls 25人が集結 3月1〜2日、「Rails Girls Tokyo」が開催された。女子力あふれるイベントの様子をレポートする。
Please compare the my website with desired website (www.blackmilkclothing.com). I just want to change checkout procedures to be almost the same as blackmilkclothing.com. Note that both my website and desired website (blackmilkclothing.com) are using Shopify eCommerce platform AS-IS: C...
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...
キラッキラな「Ruby on Rails」の世界へ――Rails Girls 25人が集結
Project Description: We need server side and Mobile developer. Looking for iphone developer and Ror Developer. Please apply even if you have iphone or ROR skillset. Skills required: iPhone , Mobile Phone , Ruby & Ruby on Rails
I only need someone to convert 2 Ruby files into Java class and code. It is about 260 lines of Ruby code in total, It should only takes about 1-2 hours I need everything in there turned into a Java project. If you are using Eclipse It would be great if you can submit is using eclipse ...
Вышла новая версия сканнера уязвимостей Brakeman, разработанного специально для приложений на Ruby on Rails. Список всех изменений с комментариями можно найти на официальном сайте в статье Brakeman 1.9.3 Released .
Gary Bernhardt's an amazing programmer. His Destroy All Software screencasts teach his approach to writing software, which is powerful, fluid, and unique. It is an amazing thing. Whenever I find out that a programmer I respect is not familiar with Destroy All Software, I lose a little...
Burlington Ruby Conference 2013 - CFP Now Open - August 3 & 4 Posted by beerlington on March 04, 2013 — 0 comments This summer we'll be hosting the 2nd annual Burlington Ruby Conference in Burlington, Vermont. We are looking for a diversity of speakers and topics that are of interest ...
Meer weten over independent recruiters Bedrijfsprofiel: Front-End Ruby on Rails Developer Front-End Ruby on Rails Developer gezocht voor een ambitieus e-commerce bedrijf in Hilversum. Het betreft een internationaal bedrijf dat een grote speler is op gebied van online marketing. Wil ji...
You say "Stop" and I say "Go, go, go". Oh no. You say "Goodbye" and I say "Hello, hello, hello". I don't know why you say "Goodbye", I say "Hello, hello, hello". I don't know why you say goodbye, I say hello. I say "High", you say "Low". You say "Why?" And I say "I don't know". Oh no....
We are in an exciting growth mode with our highly successful product that's one of the hottest mobile apps of 2012! Flywheel is the iOS and Android app that lets you find and hail a cab right from your smartphone. We're looking for an innovative, up and coming Backend Developer to be ...
We are looking for a passionate polyglot web developer to join our very small and productive team. Our distributed nature means that all team members telecommute. You will be working with the front- and back-end. Our size means your voice will be heard. Your code will be used by real ...
I've just created a new amazon Linux instance and installed ruby 1.9.3 and rails 3.2.8. Upon creating a new project I immediately receive failures due to sqlite3. The error is: [root@xxxxx fun]# rails server /usr/local/share/gems/gems/sqlite3-1.3.6/lib/sqlite3.rb:6:in `require': canno...
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...
Log in and get to work Remember me next time Forgot password? Forgot username?
How to have fun learning Rails! On your right side is the Codelearn Playground . However you need to sign up and log in to use it. Codelearn Playground emulates the complete Rails stack inside browser. So you do not need to install anything on your PC to get started. Follow the lesson...
So we're going to have to check and install certs for each signed gem we want to use. This probably isn't the best use of our time - we have to iterate over all our gems, check their certificates against some trusted public authority by hand, and then find a way to get that certificat...
Find out exactly what Rails is doing under the hood when it renders a view template for a response. What object context handles the template? How does the lookup process work? That and more covered in this code walkthrough.