Project Description: Hola! We are looking for a developer with good RoR skills to add some functionalities to the tool shown in this video http://www.youtube.com/watch?v=6iK2lnrJ63I The task(s) are: -Integrating regular expressions in the tool so it can establish an automatic correlat...
The Barcelona Ruby Conference Call for Papers is Open Barcelona Ruby Conference is a conference that takes place in the heart of Catalunya, Spain this September 14-15. Starring world-class speakers as Aaron Patterson (rails and ruby core), David Chelimsky (The RSpec book author, RSpec...
HTTP://WWW.COBOLONCOGS.ORG/INDEX.HTM
class Message < ActionMailer::Base # デフォルトでの送信元のアドレス default from: "[email protected]"
Finance.js is a very useful library for doing all of your financial computations on the client-side, instead of sending data to the server and waiting for the response. It can handle lots of operations, simple or more complex. Examples and usage instructions are included with the down...
Custom pre-commit hooks with pre-commit gem Posted by grosser on February 16, 2013 — 0 comments pre-commit comes with checks like missing-migrations/merge-conflicts/whitespace/jshint/... and now can also run project-specific checks via config/pre-commit.rb Comments Post a Comment ...
Yesterday, one of our customers let us know about significant performance issues they have experienced on Heroku. They raised an important issue and I want to let our community know about it. In short, Ruby on Rails apps running on Bamboo have experienced a degradation in performance ...
When you tweet with a location, Twitter stores that location. You can switch location on/off before each Tweet and always have the option to delete your location history. Learn more
Saturday, February 16th, 2013 | Posted by pasarloak Ruby On Rails Receives Its Third Security Patch In Less Than A Month Your browser does not support JavaScript. Update it for a better user experience. affiliate marketing Your browser does not support JavaScript. Update it for a bett...
Home Blog Contact Portfolio Hi, I’m Nico Hagenburger I enjoy designing clean, simple websites and developing web applications in Ruby on Rails. Hi, I’m Nico Hagenburger I enjoy designing clean, simple websites and developing web applications in Ruby on Rails. Blog See all articles Doc...
Representable 1.3.3 Released With User Options Support! Posted by apotonick on February 16, 2013 — 0 comments Representable 1.3.3 got :setter and :getter to define accessors inline and process user options from outside! Heads-up here . Comments Post a Comment Comment abilities for...
I have been a serial entrepreneur in telecom and social media space for past 12 years or so. I hold a M.S. degree in Telecommunication Engineering from the George Washington University and a B.S. degree in Electrical Engineering from the University of Maryland. I’ve lived and worked i...
close Share Tweet Email Up Follow Money Making Info
Descargamos e instalamos Xcode desde la App Store. Una vez completado ese proceso, accedemos a las Preferencias del programa, y en la pestaña Downloads debemos descargar las Command Line Tools. Esto instalará, entre otras cosas, GCC 4.2.
London - Ruby on Rails Developer - Open Source and Ruby - Graduate considered - London. Massive career development opportunities! Our client is a leading e-commerce consultancy specialising in the optimisation, design and providing general consultancy around maximising revenue from e-...
London - Ruby on Rails Developer - Open Source and Ruby - Graduate considered - London. Massive career development opportunities! Our client is a leading e-commerce consultancy specialising in the optimisation, design and providing general consultancy around maximising revenue from e-...
An exciting and innovative organisation currently requires, Junior, Mid-level and Senior Rub on Rails Developers to work on a greenfield project. The platform runs on Ubuntu Linux and is built on 100% open source foundations; Ruby 1.9, Rails 3.1, Redis, Resque, C++, AWS, Chef, Git, Po...
The goal is to have a script that exports an entire Posterous blog to disk, formatted in such a way to easily drop into the _posts folder of popular static site generators such as Octopress. Goals "just works" on Mac OS X edit file or pass in username / API tokens on the command line ...
Copy & paste this code into your website <a href="http://twitpic.com/c4cezq" title="Hot date with Ruby On Rails tonight on Twitpic"><img src="http://twitpic.com/show/thumb/c4cezq.jpg" width="150" height="150" alt="Hot date with Ruby On Rails tonight on Twitpic"></a>
A port of File::ReadBackwards, the Perl module by Uri Guttman, for reading a file line by line in reverse order. This can often be helpful for things like log files, where the interesting information is usually at the end.
makerakeworkwell version 1.0.2 has been released! Published 2013-02-16 @ 14:33 make/rake/work/well provides two simple modifications to rake that make working with file tasks cleaner, easier, and faster. Changes: 1.0.2 / 2013-02-16 1 minor enhancement: Now compatible with rake 0.9.x u...
I was working on a project where I needed to send out a daily digest email. The emails needed to be sent out on a scheduled interval, not as the result of some user action. This meant that it would need to be handled outside of the normal request/response cycle. Typically in the Rails...
I am running into an issue where I have a script that takes two command line arguments and reads from stdin. It seems that gets is not getting to stdin because it is hitting ARGV first (http://www.ruby-doc.org/core/classes/Kernel.html#M005996 ). Is there a way around this so that I ca...