Last month, the Business Insider published a great list of the Next 25 Big Enterprise Startups . The list is based on the informal survey they conducted to some of the top enterprise VCs. They asked for the hottest enterprise startups that venture capitals are most excited about. The ...
Project ID: 2401400 Project Type: Fixed Project Description: I'm interested in getting an application for processing recurring fixed income payments via DWOLLA developed. Ideally, the application would be web-based, able to authenticate lenders and borrowers via DWOLLA, and create a s...
We're looking for a strong Ruby on Rails developer to help us build our next generation platform from scratch. If you've been building Rails apps for at least 3+ years and want to start with a clean white board and build one the way you've always wanted to, now is your opportunity. We...
... [[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm ESC="\033" # This is the escape sequence NO_COLOR="$ESC[0m" IRED="$ESC[1;31m" # ANSI color code for intense/bold red IGRN="$ESC[1;32m" # ANSI color code for intense/bold green # From http://railstips.org/blog/archive...
brings ORM-like functionality to non-persisted objects. The anticipated use case is for an application that consumes an API and materializes one or more collections of objects from a JSON response or XML response. This release brings one-to-many relationships and chainable scopes for ...
Subclassing Module For Fun and Profit Posted by solnic on August 13, 2012 — 0 comments I just blogged about subclassing Module class. Check it out here . Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPT...
When you're running East and the project goes West, it's time to reorganize the backlog. This can be painful but Tracker comes to the rescue with multiple story selection and cloning panels. Here's a little cheat sheet! Dan Podsedly covered this in a blog post last year, here's an exc...
Breaking concepts down into logical chunks, tackling them in isolation. Sound familiar? This is how we write tests, but it's also how a mathematician writes proofs. Exploring the similarities and differences between the two can bring us back to our profession's mathematical roots. In ...
In Rails, Sinatra, or simply the mail gem: Aids in development, testing, qa, and production troubleshooting of email issues without worrying that emails will get sent to actual live addresses.
totsuzen 0.0.4 Add Totsuzen method to String Class. install gem install totsuzen Download Documentation Subscribe Stats Authors con_mame 141 total downloads 98 for this version Owners Links Homepage Gemfile gem "totsuzen", "~> 0.0.4" Versions 0.0.4 July 15, 2012 Show all versions (4 t...
As your application grows, the need for space and instances grows along with it. It was often difficult to grow the environment fast enough in order to keep up with the needs of the application, especially if some event prompted a need for more instances immediately. Those days, howev...
Managing email realistically → on 08 Aug 2012 Matt Gemmell: To effectively manage our email, we have to accept a few basic truths. They’re hard truths, but that only makes them even more valuable. Here they are: What’s important to other people is not (as) important to you. You are in...
This command will create following directories and install files onto them. * ${DESTDIR}${prefix}/bin * ${DESTDIR}${prefix}/include/ruby-${MAJOR}.${MINOR}.${TEENY} * ${DESTDIR}${prefix}/include/ruby-${MAJOR}.${MINOR}.${TEENY}/${PLATFORM} * ${DESTDIR}${prefix}/lib * ${DESTDIR}${prefix}...
Very basic configuration, strictly for serving static files. I've got the error_log setting configured to "info" to get more information as to what's happening with connections, etc. While monitoring the error log and loading a single static html file through my web browser, I noticed...
A razão normalmente citada pela equipe técnica para evitar dívida totalmente é o desafio de comunicar a existência de dívida técnica à equipe de negócios e o desafio de ajudá-las a se lembrar das implicações da dívida técnica que foi incorrida anteriormente. Todos concordam que é uma ...
Week of August 6 - August 12, 2012 Not a hugely busy week, though there's plenty of tinkering going on inside things like routing and associations still. DHH stepped in at fb883318 to revert the generation of humans.txt when making new applications. He may not make a lot of commits th...
Another week, another few links. Average App Store Review Times - Just in case you want to know how long the darned things are taking. This is the worst part of iOS development. Debunking the Node.js Gish Gallop - Someone intimately familiar with ruby web servers and frameworks takes ...
Oregon Programming Languages Summer School: Logic, Languages, Compilation, and Verification , excellent talk recordings and other material is online. An argument against call/cc , by Oleg Kiselyov: “The primitive call/cc is a bad abstraction […] and its capture of the continuation of ...
MetaWhere provides a way to do complex find conditions without SQL in Active Record. MetaSearch makes it easy to create search forms with many find options.
なお、非 ASCII な文字を含むリテラルを magic comment なしに書いていた場合、US-ASCII ではない文字が存在しているとして、invalid multibyte char というエラーになります。これはソースコードの可搬性を確保するための処置です。スクリプトの作者は自分の書いたスクリプトがどのエンコーディングで記述されているかを知っています。しかし、そのスクリプトを入手した第三者が後からエンコーディングを知ることは簡単ではありません。日本語ならば NKF.guess 等でエンコーディングを推測することも不可能ではありませんが、ヨーロッパ系のエ...
著名な Rubyist にインタビューを行う企画「Rubyist Hotlinks」。 第 29 回となる今回は、日本における Ruby on Rails の第一人者で、Ruby のコミッタでもある松田明さんにお話を伺いました。松田さんは、フリーランスとして Rails プロジェクトをわたり歩いています。今回長時間に渡るインタビューでは、フリーランスという立場のあり方やソフトウェア開発の話にとどまらず、趣味の音楽や食べることについても、「こだわり」ということについても興味深いお話を語ってくれました。音楽との接し方が普通じゃない……、からこそ、プログラマとしても突き...
Since upgrading to 2.0.0 (also verified today on 2.0.1, and svn trunk) the smtp configuration settings for TLS encryption is somewhat broken, as notified by [1]. If a smtp server is configured with both "tls: true" and "enable_starttls_auto: true", this error occurs when trying to sen...
# Outgoing email settings production: email_delivery: delivery_method: :smtp smtp_settings: address: smtp.example.net port: 25 domain: example.net authentication: :login user_name: [email protected] password: redmine development: email_delivery: delivery_method: :smtp smtp_settings:...
nyan-cat-formatter 0.0.8 Nyan Cat inspired RSpec formatter! install gem install nyan-cat-formatter Download Documentation Subscribe Stats Authors Matt Sears 6,849 total downloads 41 for this version Owners Links Homepage Gemfile gem "nyan-cat-formatter", "~> 0.0.8" Versions 0.0.8 Augu...
Download and extract font-kits from fontsquirrel easily with a rake tasks.