May 18, 2012 Tagged: design touch interface Comments (View) Designing for Touch There is no arguing that the platform-agnostic nature of web applications is one major advantage they have over their native counterparts. Developers and designers have always aspired to reach users on a m...
Ruby is one of the most richly object oriented programming languages that has ever existed. However, nearly two decades of programmers working in Ruby as if it were a foreign language has prevented us from unlocking its true potential. For this reason, I have decided to write a short ...
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 REST 6: Pagination With Roar Posted by apotonick on May 18, 2012 — 0 comments This brand-new post describes how to use Roar's representers and will_paginate to generate paginated REST documents. Also, we discuss how to move reusable logic into an abstract PaginationRepresenter.
Given /^a an app$/ do # Create the git repo FileUtils.mkdir_p @repo_dir Dir.chdir(@repo_dir) do system "git --bare init" end # Create and capify the dummy app, and push it to the local repo FileUtils.mkdir_p @app_dir Dir.chdir(@app_dir) do [ %Q{git init}, %Q{mkdir config}, %Q{capify ....
May 15th, 2012 We look at easier schema-less hstore on Postgres, Ruby versions in your Gemfile, and Skype in your app. We learn how to DRY better, build a Gem from scratch, build a book without scratching yourself and how to binge on Code School for free. May 11th, 2012 Bootstrapping ...
Слайды доклада "10 Things You Didn't Know Rails Could do" от JEG2Сергей Резванов Прогугливаясь по просторам интернета в поисках инетересной информации, я наткнулся на доклад ruby-гуру Джеймса Эдварда Грея II. В нем собрана информация о функциональности rails, о которой вы, возможно, и...
jruby-pageant 1.0.2 This is a convenience gem packaging required JNA/JSCH jars. install gem install jruby-pageant Download Documentation Subscribe Stats Authors Artūras Šlajus 6,290 total downloads 5,327 for this version Owners Links Homepage Gemfile gem "jruby-pageant", "~> 1.0.2" Ve...
diff --git a/0023/myblog/config/environments/development.rb b/0023/myblog/config /environments/development.rb index 0589aa9..568ccd0 100644 --- a/0023/myblog/config/environments/development.rb +++ b/0023/myblog/config/environments/development.rb @@ -8,9 +8,6 @@ config.cache_classes = ...
{ "International Date Line West" => "Pacific/Midway", "Midway Island" => "Pacific/Midway", "Samoa" => "Pacific/Pago_Pago", "Hawaii" => "Pacific/Honolulu", "Alaska" => "America/Juneau", "Pacific Time (US & Canada)" => "America/Los_Angeles", "Tijuana" => "America/Tijuana", "Mountain Tim...
Wow. Google is truly going to the dogs now. Sorry to hear about your lost $2300 which you will probably not get back. I think the only way to really get Google to take notice is to simply boycott using their services for a day. They would lose all kinds of money and traffic and Yahoo ...
receives a series of exception classes or class names, and a trailing :with option with the name of a method or a Proc object to be called to handle them. Alternatively a block can be given.
In general editing existing migrations is not a good idea: you will be creating extra work for yourself and your co-workers and cause major headaches if the existing version of the migration has already been run on production machines. Instead, you should write a new migration that pe...
I make the Internet. Originally from Zagreb, Croatia , I'm lately migrating from place to place. I do open-source projects and write about Ruby on Rails , JavaScript and other things on my blog . I'm mostly writing about programming and the Web. Write to me at [email protected]..
Other useful pages: Contact Us or Advertise With Us. What? Ruby Inside is the most popular Ruby and Rails blog attracting approximately 25,000 feed subscribers, 7,000 Twitter followers and 240,000 pageviews per month. It's run by me, Peter Cooper . My beat is Ruby, its community, and ...
Subscription Billing - Simple. Secure. Affordable. More details at www.chargebee.com
Brendan Dawes , hacker and interaction designer, trawled through his sketchbook to deliver an inspiring opening talk about his work, what inspires him, and some Rules for making. Full notes after the jump. "It should remind you of something you've never seen before." finding beauty in...
multi_markdown allows projects to use a wide variety of Markdown libraries, without having to depend on a specific one.
tumblife 1.1.0 Tumblife is a simple Tumblr API v2 library. install gem install tumblife Download Documentation Subscribe Stats Authors Kazuya Takeshima 1,875 total downloads 35 for this version Owners Links Homepage Gemfile gem "tumblife", "~> 1.1.0" Versions 1.1.0 May 18, 2012 1.0.1 ...
tampon 0.6.0 An unrestictive way to deploy using gitflow and capistrano install gem install tampon Download Documentation Subscribe Stats Authors Spencer Markowski 3,836 total downloads 265 for this version Owners Links Homepage Gemfile gem "tampon", "~> 0.6.0" Versions 0.6.0 November...
An elegant way to factor duplication out of options passed to a series of method calls. Each method called in the block, with the block variable as the receiver, will have its options merged with the default options hash provided. Each method called on the block variable must take an
susy 1.0.alpha.2 Responsive web design with grids the quick and reliable way. install gem install susy -v 1.0.alpha.2 --pre Download Documentation Subscribe Stats Authors Eric Meyer 330 total downloads 40 for this version Owners Links Homepage Gemfile gem "susy", "~> 1.0.alpha.2" Vers...
RubyKaigi2011 のネットワークにおいては、過去の経緯及び検討より以下の懸念事項があるだろうと考えました。 多数の NAT セッション ネットワークの利用者は全員一つのグローバル IP アドレスを持つ NAT 箱を通して、インターネットにアクセスしていきます。大量のユーザが同時にアクセスした場合、NAT セッションテーブルの数が枯渇するおそれがあり、その対策が必要になります。具体的には、NAT セッションの数を増やさないために、不要なパケットをインターネット側に流さないなどです。 無線 LAN デザイン RubyKaigi2011 は 2 箇所の会場でセ...