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...
Rails I18n de-facto standard library for ActiveRecord model/data translation.
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 ...
$ rails generate scaffold HighScore game:string score:integer invoke active_record create db/migrate/20130717151933_create_high_scores.rb create app/models/high_score.rb invoke test_unit create test/models/high_score_test.rb create test/fixtures/high_scores.yml invoke resource_route r...
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...
A great example of outside-in testing from Ruby Tapas January 15, 2014 Update: Avdi has generously made the Outside-In episode of Ruby Tapas embeddable for this post–see below. Thanks, Avdi! Once you know the basic mechanics of testing, how do you bring it all together into a consiste...
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 Tapas ep 120, Outside-In Testing, streaming free at Everyday Rails Posted by everydayrails on January 24, 2014 — 0 comments Last week, in the Everyday Rails blog, I mentioned one of my favorite episodes of Ruby Tapas. The particular episode shows how Avdi uses RSpec and an outsid...
Pivotal Labs conducted an in-depth examination of the iOS and Android apps of the top banks in the UK to see if these institutions were in fact meeting the expectations of customers when it comes to mobile banking. This paper will explore: Findings and solutions to address the top cus...
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...
automatic 14.1.0 Ruby General Automation Framework install gem install automatic Download Documentation Badge Subscribe RSS Authors id774 11,459 total downloads 23 for this version Owners Licenses GPL Links Homepage Gemfile gem "automatic", "~> 14.1.0" Versions 14.1.0 January 24, 2014...
Due to the inherent flexibility of Ruby, there are often several ways of doing the same thing. But how do you recognize the best way, the “beautiful” way to go about something? It can be tough to describe and there may indeed be several “best ways” to do something. The ease of express...
module StatsApi require 'json' require 'httparty' require 'active_support/core_ext/string' require 'jsonpath' ## Reader: note that @error is raised so that we can easily handle that in our parent methods... def find_users_stats(users_handle) # This will call the Stats API and pull bac...
The Polyglot library allows a Ruby module to register a loader for the file type associated with a filename extension, and it augments 'require' to find and load matching files.
Method deprecated or moved This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here. expire_action (options = {}) protected No documentation This method has no description. You can help the Ruby on Rails community by adding new...
Action caching is similar to page caching by the fact that the entire output of the response is cached, but unlike page caching, every request still goes through Action Pack. The key benefit of this is that filters run before the cache is served, which allows for authentication and ot...
The grammar of graphics: demystifying data visualisation with d3 Watch live streaming video from pivotallabs at livestream.com This talk will walk through some of the principles of data visualisation described in The Grammar of Graphics and show how they’ve informed some key features ...