Latest Articles

  • github_markdown_api

    rubygems.org 25 Jan '14, 2pm

    github_markdown_api 0.0.2 GitHub Markdown API client and command-line tool install gem install github_markdown_api Download Documentation Badge Subscribe RSS Authors USAMI Kenta 213 total downloads 10 for this version Owners Licenses LGPLv3, NYSL Links Homepage Source Code Bug Tracker...

  • rubySC

    rubygems.org 25 Jan '14, 1pm

    Petite bibliotheque permettant une communication simple entre SuperCollider/JITlib et Ruby. Se concentre avant tout sur les capacités logiques de création de mélodies plus que sur la génération de son. Nécessite d'installer supercollider sur l'ordinateur (=> sudo aptitude install supe...

  • codesake-dawn

    rubygems.org 25 Jan '14, 1pm

    dawn is a security static source code analyzer for web applications written in ruby. It supports major MVC frameworks like sinatra, padrino and ruby on rails. dawn output is a list of security vulnerabilities affecting your code. It provides more than 140 security checks with their ow...

  • What Is Threequals

    gilesbowkett.blogspot.com 25 Jan '14, 5am

    Are you a hacker who likes to make music? You know how you feel precise control when you write code you understand, but you have to filter your understanding of your music through oversimplified GUIs which sometimes have terrible UX? I made a series of videos which teaches you how to ...

  • ActiveRecord::Reflection::ClassMethods

    api.rubyonrails.org 25 Jan '14, 4am

    Reflection enables to interrogate Active Record classes and objects about their associations and aggregations. This information can, for example, be used in a form builder that takes an Active Record object and creates input fields for all of the attributes depending on their type and...

  • Learn Ruby Programming – 50th Batch Since 2005

    rubylearning.com 25 Jan '14, 3am

    , a participant who just graduated, has to say – “You kindly offered me the opportunity to join your Ruby course. I’m new to development and found the course, even though basic for programmers, a little tricky for me. I managed to complete all of the assessments and really learnt a lo...

  • busser-serverspec

    rubygems.org 25 Jan '14, 3am

    busser-serverspec 0.2.6 A Busser runner plugin for Serverspec install gem install busser-serverspec Download Documentation Badge Subscribe RSS Authors HIGUCHI Daisuke 24,963 total downloads 17 for this version Owners Licenses Apache 2.0 Links Homepage Gemfile gem "busser-serverspec", ...

  • activerecord-oracle_enhanced-adapter

    rubygems.org 25 Jan '14, 12am

    Oracle "enhanced" ActiveRecord adapter contains useful additional methods for working with new and legacy Oracle databases. This adapter is superset of original ActiveRecord Oracle adapter.

  • mdv

    rubygems.org 24 Jan '14, 10pm

    mdv 0.1.3 Quickly view markdown files on GNOME install gem install mdv Download Documentation Badge Subscribe RSS Authors Matijs van Zuijlen 1,371 total downloads 45 for this version Owners Links Homepage Gemfile gem "mdv", "~> 0.1.3" Versions 0.1.3 January 24, 2014 (6 KB) 0.1.2 June ...

  • search is over.

    grails.org 24 Jan '14, 7pm

    Grails 2.0 Login Create Account Pivotal Home Learn Products & Services Groovy/Grails Tool Suite (IDE) Other Products Consulting Training About SpringSource Community Downloads Plugins Facebook connect Twitter connect Log in Login or Email (forgot login) Password (forgot password) Crea...

    Related:
    1. search is over. grails.org 24 Jan '14, 5pm
    2. search is over. grails.org 24 Jan '14, 10am
    3. search is over. grails.org 19 Jan '14, 3pm
    4. search is over. grails.org 18 Jan '14, 11am
    5. search is over. grails.org 21 Jan '14, 3pm
    6. search is over. grails.org 21 Jan '14, 11am
    7. search is over. grails.org 16 Jan '14, 12pm
  • ActiveRecord's where.not

    robots.thoughtbot.com 24 Jan '14, 7pm

    Gabe Berke-Williams January 22, 2014 rails Rails 4.0 introduced a helpful new method for ActiveRecord queries: where.not . It can make clunky queries easier to read. Usage This query: User.where.not(name: 'Gabe') is effectively the same as this: User.where('name != ?', 'Gabe') It's "e...

  • Partner blog post by @railsdog, about launching the @aloha website. Come meet them in person at #spreeconf

    Aloha.com: Product Storytelling and the Future of E-commerce

    spreecommerce.com 24 Jan '14, 6pm

    Aloha.com: Product Storytelling and the Future of E-commerce Posted January 24, 2014 by Partner Post - Railsdog Comments Partner Post: Railsdog on the Launch of Aloha.com There’s nothing quite like the thrill of watching a project finally take flight. After months of hard work, collab...

  • Sass: Responsive Test

    sass-lang.com 24 Jan '14, 6pm

    Sass © 2006–2013 Hampton Catlin , Nathan Weizenbaum , Chris Eppstein , and numerous contributors. It is available for use and modification under the MIT License . Style Guide Site Repo Follow @SassCSS

  • search is over.

    grails.org 24 Jan '14, 5pm

    Grails 2.0 Login Create Account Pivotal Home Learn Products & Services Groovy/Grails Tool Suite (IDE) Other Products Consulting Training About SpringSource Community Downloads Plugins Facebook connect Twitter connect Log in Login or Email (forgot login) Password (forgot password) Crea...

    Related:
    1. search is over. grails.org 24 Jan '14, 7pm
    2. search is over. grails.org 24 Jan '14, 10am
    3. search is over. grails.org 19 Jan '14, 3pm
    4. search is over. grails.org 18 Jan '14, 11am
    5. search is over. grails.org 22 Jan '14, 5am
    6. search is over. grails.org 21 Jan '14, 2pm
    7. search is over. grails.org 17 Jan '14, 10am
    8. search is over. grails.org 21 Jan '14, 3pm
  • Why You Should Use Continuous Integration and Continuous Deployment

    rubyflow.com 24 Jan '14, 5pm

    Why You Should Use Continuous Integration and Continuous Deployment Posted by manualwise on January 24, 2014 — 0 comments Two best practices that have gained a lot of traction over the last years in software development are Continuous Integration and Continuous Deployment. Read about ...