This sponsored post is produced by StackSocial. Have you ever want to learn a programming language but just haven’t known where to begin? Not only that, but you’re not sure how much time it will take – or if you have the time to invest? And just how challenging is it to learn a langua...
Railsのデバックが捗るエラー画面 Better Errors 使ってみた! Mountain Lion Rails 最新環境 詳解 構築手順 [Homebrew][MySQL][rvm][Pow][Ruby] 無料のロゴ生成サービス「FREE LOGO CREATOR」、クオリティ高! RSpecでprivate(プライベート)メソッドをテストする[Ruby][Rails] Ruby 1.9.3 デザインパターン速攻習得 アブストラクトファクトリ[Abstract Factory][Design Pattern]
December 13, 2012 jferris ruby book refactoring rails She Blinded Me with Ruby Science We love Rails, object-oriented programming, and refactoring. We use a process to develop applications to work faster, introduce fewer bugs, and enjoy what we’re doing. We blog, Tweet, and talk at co...
Replace Conditional with Polymorphism Replace conditional with Null Object Extract method Extract Class* Extract Value Object* Extract Decorator* Extract Partial Extract Service Object* Introduce Observer* Introduce Parameter Object Use class as Factory* Move method* Inline class* Inj...
Raffi Krikorian details Twitter’s timeline architecture, its “write path” and “read path”, making it possible to deliver 300k tweets/sec. Bio Raffi Krikorian (@raffi) is the Director of the Applications Services group, the custodians of Twitter's core logic and application infrastruct...
This will show you how to write a native kernel for the IPython notebook server using node.js . For those who don't know what node is, we can look at the small description on their website : Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable ...
Gem Launch: Service Posted by c00lryguy on December 13, 2012 — 0 comments Service encapsulates an object which executes a bit of code in a loop that can be started or stopped (optionally in a new Thread) and query whether it is running or not. Comments Post a Comment Comment abili...
Although I'm not directly involved in any Ruby implementation, I've been in the community for a better part of a decade and want to see us spend less time on politics and more time on evolving an awesome language. Here's my two cents on how I think we can attain a Common Ruby definiti...
Make the shift from technology consumer to technology creator… Thursday, January 24th 2013 in Cardigan Welcome to your future. Welcome to the world of the programmable web! This workshop is a two-day, hands-on design, coding and cloud experience that will seed your digital curiosity a...
Setting Local Environment Variables in Rails Posted by DanielKehoe on December 13, 2012 — 0 comments A new article from Taylor Mock and the RailsApps Project on Rails Environment Variables shows a bulletproof way to set local environment variables for use in your Rails application wit...
The book is written using Markdown and pandoc and distributed via GitHub. When you purchase, we give you access directly to the repository, so you can use the GitHub comment and issue features to give us feedback about what we've written and what you'd like to see. Give us your toughe...
Project Description: We are looking for a freelance developer with solid experience in web development in rails who work with us side by side to develop our web app. It's a long term 1-3 months (or more) project so we want a enthusiast, involver and formal dev. Also we'll make a iphon...
Gist is an incredible tool by Github for quickly sharing code, text and files. It has syntax highlighting and rendering for a huge number of programming languages including Markdown for text. For many techies, including myself, Gist is an indispensable tool for quickly sharing code an...
ROA3 | Ruby on Ales 2013 - March 7th & 8th, 2013 Posted by amerine on December 13, 2012 — 0 comments I'm happy to announce that the Ruby on Ales crew is putting on our third show. Come visit us in Bend on March 7th and 8th for some great talks, amazing beer and fun wintery activities....
Web Solutions Delivery Manager We are seeking a superstar to win the confidence of our clients and ensure the delivery of brilliant solutions! 3months.com | Wellington | Listed yesterday Save to watchlist Ruby Developer We are looking for an experienced Ruby Developer to join our team...
Un article introduisant le Framework Ruby On Rails. Rien de technique là dedans, je ne le compare pas à aucun autre Framework (y'en a pas un meilleur qu'un autre !), c'est juste un petit article pour donner envie de découvrir ce magnifique Framework Web à ceux qui ne le connaissent pa...
Freelancer.com (formerly GetAFreelancer) is the world's largest outsourcing and crowdsourcing marketplace for small business . We have hundreds of thousands of satisfied customers from all over the world. We connect over employers and freelancers globally from over 234 countries & reg...
I have a ruby-based XML metadata creation script that is run via SSH commands. This script or file is called "mkmd". The script uses filenames to generate a master CSV of metadata for a bunch of videos and images within a directory. Once the CSV is created I run another SSH command to...
Estamos felizes em anunciar que Rio de Janeiro irá sediar a quinta edição do Rails Girls no Brasil! É um curso gratuito de dois dias, que irá lhe abrir as portas para o excitante mundo da programação web, com Ruby on Rails. Não necessário nenhum conhecimento prévio em T.I.
More choices, more concurrency. Introducing JRuby on Heroku Posted by schneems on December 13, 2012 — 0 comments Heroku just launched JRuby into General Availability, read all about it:Run JRuby on Heroku Today . Comments Post a Comment Comment abilities for non registered users a...
I need to connect to a legacy SQL Server 2000 database using their own conventions and specially CamelCase columns and Tables. For tables it seems fine, Rails is asking it with lowercase and the database find it nicely. The issue is with the columns because Rails fetch their name with...
When institutions or individuals, free themselves of what´s taken as a given, and explore unchartered territories using the tools available in the XXI and beyond to innovate in the way they empower people to be free by teaching them how they can think by themselves (Critical Thinking)...
@ips = ['127.0.0.1', '192.168.1.0/24'] # 다수의 IP설정 가능 allowed = false # Remote IP를 Integer형으로 변경합니다. bremote_ip = request.remote_ip.split('.').map(&:to_i).pack('C*').unpack('N').first @ips.each do |ipstring| ip, mask = ipstring.split '/' # 비교할 IP도 Integer로 변경합니다. bip = ip.split('.').ma...