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...
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...
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...
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 ...
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...
, 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 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", ...
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 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 ...
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...
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...
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 © 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
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...
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 ...