Rails 4.0 Sneak Peek: Queueing Posted by bcardarella on June 24, 2012 — 0 comments Check out the new Queue system in Rails 4.0 Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the escalating...
Patterns can be bad too. Posted by timonv on June 24, 2012 — 0 comments Just wrote a really short plead on a worrisome trend. Think before you do. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to ...
twitter 3.0.0.rc.2 A Ruby wrapper for the Twitter API. install gem install twitter --pre Download Documentation Subscribe Stats Authors John Nunemaker, Wynn Netherland, Erik Michaels-Ober, Steve Richert 520,357 total downloads 3 for this version Owners Links Homepage Gemfile gem "twit...
Ubuntu 12.04 and Ruby 1.9.3 Sat 23 Jun 2012 at 22:45 I previously had installed Ubuntu 12.04 on a NetBook, and my overall impression was simply that it was more stable than its predecessor — particularly for Unity. For the first time I tried it on a desktop, and to my surprise the fol...
#!/usr/bin/env ruby -wKU require "rubygems" require "redis" CLEAR = `clear` # create an article to comment on db = Redis.new article_id = db.incr("global:next_article_id") article = "article:#{article_id}" class << article def method_missing(field, *args, &blk) return super unless fie...
一直以来,Ruby 在中国都没有一个靠谱的社区,如今,Ruby China Group 出现了,Ruby China Group 是一个非营利组织,它旨在为中国的 Ruby 和 Rails 爱好者提供一个自由,开放的交流平台。 如果你: 爱 Ruby,爱 Rails 爱互联网,爱 Web 开发,爱最新最潮的技术 爱学习,爱沟通,也爱传播 我们不管你是谁,只要你喜欢 Ruby,喜欢 Rails 欢迎加入 Ruby & Rails 的中国社区! Ruby 中国社区: Ruby China 因为 Ruby China 社区是用 Rails 开发,所以... 如果你精通R...
Вышла юбилейная версия библиотеки R18n , которая позволяет добавить в ваше приложение на Rails/Ruby поддержку нескольких языков (i18n). По сравнению со встроенной в Ruby on Rails библиотекой I18n, R18n имеет целый ряд плюшек : автоопределение языка, перевод моделей и любых объектов, ф...
About a year ago I got a phone call asking if I wanted to join another team at DRW . The team supports a (primarily) Java application, but the performance requirements would also allow it to be written in a higher level language. I'd been writing Clojure (basically) full-time at that ...
なお、非 ASCII な文字を含むリテラルを magic comment なしに書いていた場合、US-ASCII ではない文字が存在しているとして、invalid multibyte char というエラーになります。これはソースコードの可搬性を確保するための処置です。スクリプトの作者は自分の書いたスクリプトがどのエンコーディングで記述されているかを知っています。しかし、そのスクリプトを入手した第三者が後からエンコーディングを知ることは簡単ではありません。日本語ならば NKF.guess 等でエンコーディングを推測することも不可能ではありませんが、ヨーロッパ系のエ...
September 9, 2008 Tagged: politweets ruby Ruby summize twitter search Comments (View) Ruby wrapper for Twitter Search API Twitter Search (formerly Summize) is sweet. I use it every day to find first-person commentary on thoughtbot’s work, Boston sports, national politics, and anything...
A full list of available Redmine plugins can be found at the Plugin Directory . More plugins (some in very early development), which are not listed at the Plugin Directory but are publicly available on GitHub , can be found using a search like this . Installing a plugin¶ 1. Copy your ...
First of all, here is why you may need this feature. Let’s imagine you have a file storage on Amazon S3 where you store tons of content. And you have an application where you have some content downloading functionality that you want to be available for logged-in/paying/premium users a...
Further Googling led me to some interesting discussions about autoload . Back in December 2008, a whole group of Ruby luminaries got into a discussion about autoload's issues with threads . Turns out that even though several projects have been adopting autoload in anger recently, ther...
Os repositórios online estão evoluindo bastante, passando de meros HDs virtuais para eficientes controladores de versão. Atualmente, temos muitas opções para hospedar nossos projetos na web, e relacionamos alguns deles para você guardar seu ‘precioso’ código. Caso já tenha utilizado a...
why you should write acceptance (or integration) tests , but you should. I used Cucumber for a while now and I love it, but I think writing my tests in a business-readable domain-specific language and translating them into Ruby using step definitions is a bit too much sometimes. And I...
I installed redmine on an ubuntu 10.04 box. I got all the ruby 1.8 from the ubuntu packages (with the usual aptitude installs) including (librmagick-ruby1.8 2.11.1-1) and installed rails 2.3.5 via a sudo gem install and installed Redmine from svn trunk (r3902 at the time) The error: W...
Library for mixing together requirejs backbone and twitter bootstrap