The game of Chess is a Kingdom’s of strategy, problem solving and battle together in conquest. The pieces and tactics in the game of chess are not so different than those on a product team, just hopefully less bloodshed. The Pieces The King (♔, ♚) represents your Users . They can move...
Getting to Know the Ruby Standard Library Posted by netghost on January 20, 2014 — 0 comments I've just republished an old series that was languishing on my defunct wordpress blog. If you're curious about how pieces of the ruby standard library work , take a look. It covers bits and p...
Primum non nocere, or “first, do no harm” is a universal principle among healthcare professionals worldwide. It essentially means this: given a (bad) situation, your first priority is to not make it worse through your actions. Doctors hold a position of power over their patients. Most...
This report examines the results of a survey commissioned by Pivotal Labs and conducted by Harris Interactive. With our exclusive survey data, you will learn: How much executives plan to invest in mobile in 2014 How much the average investment in mobile is changing from the current ye...
On-the-fly image manipulations secured with signed URLs Posted by Cloudinary on January 20, 2014 — 0 comments A new blog post explains how you can benefit from the flexibility of dynamic URLs for cloud-based on-the-fly image fetching and manipulation. Sign the URLs to secure your imag...
Brewfile: a Gemfile, but for Homebrew Gabe Berke-Williams January 20, 2014 osx Bundler users define dependencies for Ruby applications in a Gemfile and install those dependencies by running bundle install. Homebrew users can define dependencies for their OS X operating system with a B...
RubyInfo Gem Posted by janlelis on January 20, 2014 — 0 comments The ruby_info gem provides a RubyInfo class that contains a lot of information about your current Ruby environment. Also, the source file is a good place to learn about the various global variables and constants that hav...
ActiveModel integrations for Elasticsearch Posted by karmiq on January 20, 2014 — 1 comment Check out a pre-release version of ActiveModel/Record and Ruby on Rails integrations for Elasticsearch at https://github.com/elasticsearch/elasticsearch-rails . (You can generate a fully workin...
Ruby Print Debugging Posted by janlelis on January 20, 2014 — 0 comments I just released some colorful print debugging helpers . Simple, but useful. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA t...
Learn to make an app in RubyMotion that uses the camera, you could do this right now Posted by FluffyJack on January 20, 2014 — 0 comments Episode 7 of MotionInMotion just came out, where you're shown how to make an app called KeyHook, that lets you use the camera on your iPhone to re...
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...
Originally posted at EmirWeb by Emir Hasanbegovic Second screen has been a buzzword for quite some time and rightfully so. Getting our tech gadgets to work as one has always been a desire. With the adoption of phones as the dominant personal computer over the last few years, we’ve nat...
Paths aren't strings Posted by robmiller on January 19, 2014 — 0 comments People often represent filesystem paths as strings in Ruby. But there's a better option, and it comes as part of the standard library: Pathname . Let's take a look at why it's better. Comments Post a Comment...
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...
This translation of www.ruby-lang.org is unmaintained and might contain obsolete information or even errors. Please refer to the original English site for the most up-to-date content. If you want to contribute and help improve this site, please visit the project's page on GitHub . Ger...
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...
TL;DR - Empathy is the most important skill you can practice. It will lead to greater success personally and professionally and will allow you to become happier the more you practice. I’ve never considered myself a real programmer. I know at this point it’s probably silly to say, but ...
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...
...eine dynamische, freie Programmiersprache, die sich einfach anwenden und produktiv einsetzen lässt. Sie hat eine elegante Syntax, die man leicht lesen und schreiben kann.
Rails is a web application development framework written in the Ruby language. It is designed to make programming web applications easier by making assumptions about what every developer needs to get started. It allows you to write less code while accomplishing more than many other la...
So for the next couple of weeks, CrunchWeek, the show that brings a few TechCrunch writers together to dish about the hottest tech stories o It’s the end of the year, which is always a time for reflection — auld lang syne and all that jazz. So for the next couple of weeks, CrunchWeek,...
diff --git a/config/initializers/simple_form.rb b/config/initializers/simple_form.rb index 553961b..e3f8d09 100644 --- a/config/initializers/simple_form.rb +++ b/config/initializers/simple_form.rb @@ -1,83 +1,126 @@ # Use this setup block to configure all options available in SimpleFo...
Building an iPhone Web app in under 50 lines with Sinatra and iUI - A comprehensive walkthrough of developing an iPhone friendly Web application based on Sinatra. Even if developing an iPhone app doesn't interest you much, this tutorial is so well written that it could act as a good i...
Each year, more applications are being written for the browser entirely in JavaScript. Yet, few developers write any automated unit tests of their JavaScript code. If that describes your experience and you're interested in taking front-end web technologies more seriously, then conside...
Ruby2JS Attribute=>Property support Sat 18 Jan 2014 at 15:58 Ruby2JS now maps Ruby attributes to JavaScript properties: Input Ruby: class Person attr_accessor :first_name , :last_name def initialize (first_name, last_name) @first_name = first_name @last_name = last_name end def full_n...
The goal was to allow other auth modules to co-exist with Redmine.pm, and thus satisfy special case requests covering global administrative/anonymous requests in addition to those allowd by Redmine based on project relationships. I tried every other possible combinations of Apache dir...
It is very hard to obtain a full list of web applications defined in the Apache configuration file(s). In other words, it’s hard for Phusion Passenger to know which web applications are deployed on Apache until a web application is first accessed, and without such a list Phusion Passe...
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...
How does response buffering - whether it’s done by Nginx or by Phusion Passenger - exactly protect against slow clients? Consider an HTTP client that’s on a dial-up modem link, and your application process generates a 2 MB response. If the response is buffered then your application pr...