Think of your systems, databases, and code as a ship floating in the middle of the Atlantic. The ship was fairly hastily constructed as the management team pushed the various craftsmen to get done in time for the journey. It’s the middle of the hurricane season. The waves are getting ...
How to send private messages with Facebook API Posted by dalibor on July 23, 2012 — 0 comments Here's is how to send private messages with Facebook Chat API . Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper...
Desant - Open source landing pages system! Posted by nu7hatch on July 23, 2012 — 0 comments I just launched Desant App - it's an open source landing pages system in Sinatra + Backbone.js. You can check out its beautiful demo (credentials: admin/pass) or fork it on github . Enjoy! Comm...
How we can improve the security of our software projects? Posted by IndianGuru on July 23, 2012 — 0 comments The Ongoing Vigil of Software Security - In this article, James Schorr gives us some practical examples of how we can improve the security of our software projects. By increasi...
Do You Back Up Your DNS Records? Posted by webmat on July 23, 2012 — 2 comments At the time of writing, Zerigo DNS is being hit by a DDOS attack and all of my company's sites went down with them. Here's how I'll be mitigating these kinds of situations in the future: Do you Back up You...
Já era para ter anunciado isso antes mas o assunto do evento eclipsou um pouco as coisas :-) O Carlos Brando é nosso terceiro brasileiro Surgeworker , se juntando à minha equipe junto com o Marcus Derencius , para trabalhar em tempo integral nos projetos lá de fora no esquema home-off...
Monday, July 23, 2012 at 5:45AM Things just never seem to slow down, do they? Sparrow + Google - Sparrow dear-johns its customers. This sort of thing is inevitable in a world of VC madness. Makes me sort of look forward to the coming Dot-Bomb 2.0, when we won't see so many promising a...
epp-client-afnic 0.11.0 AFNIC EPP client library. install gem install epp-client-afnic Download Documentation Subscribe Stats Authors Mathieu Arnold 18 total downloads 18 for this version Owners Links Homepage Gemfile gem "epp-client-afnic", "~> 0.11.0" Versions 0.11.0 May 14, 2010 Ru...
Observem a indecência do que se passa por julgamentos morais hoje. Um industrial que produz uma fortuna, e um bandido que rouba um banco são considerados igualmente imorais, uma vez que ambos procuraram riqueza para seu próprio benefício “egoísta”. Um jovem que abandona sua carreira, ...
Vocês devem ter notado que agora as tags de cada post estão listadas e são clicáveis, levando a uma listagem de todas as posts com a mesma tag. Essa funcionalidade já existia nos outros sistemas de blog que usei, mas desde que comecei o blog eu nunca gerenciei as tags corretamente. Só...
Recentemente achei curioso o pessoal da blogosfera trazer o Twitter à tona. Em 15 de abril eu publiquei um post chamado A Polêmica Twitter (que depois deu origem à série de entrevistas internacionais do blog, que foi inaugurado pelo Dr. Nic ). Nele eu explico o que foi o fenômeno Twit...
Worried about your new Startup? Don't Panic: call Codeminer 42! We started Codeminer 42 as a software boutique in São Paulo, Brazil. We are primarily serving startups, helping them actually deliver their products using Ruby, iOS, Android technologies. We have branches in Porto Alegre,...
In ruby on rails, i need to change SMTP settings in /config/environments/development.rb. After making the changes is it required to restart apache or any ather service? Actually the mail is not getting still.
November 1, 2011 Tagged: ruby design patterns factory girl null object pattern Comments (View) Design Patterns in the Wild: Null Object I knocked out a pretty decent refactoring of some of the internals of Factory Girl this past weekend. In one of my commits, I used the Null Object pa...
Ruby on Rails Guides (580fa0c) These are Edge Guides , based on the current master branch. If you are looking for the ones for the stable version, please check http://guides.rubyonrails.org instead. The guides for Rails 2.3.x are available at http://guides.rubyonrails.org/v2.3.11/ . R...
So I'm getting an unexpected IOError in my code. class ConfigStub < File def initialize(location) unless filename = location.gsub("/", "_") raise ArgumentError, INVALID_LOCATION_FORMAT end @stub = File.open(CONFIG_PATH + filename, "w+") # This might need to be more sophisticated depen...
Rails for Zombies - Learn Rails the Zombie Way Introducing an all new way to learn Ruby on Rails in the browser with no additional configuration needed. Sign-Up at Code School Already Familiar With Rails? Then you may want to check out Rails Best Practices , which is full of technique...
to the block. This simplifies the process of constructing an object, performing work on the object, and then returning the object from a method. It is a Ruby-ized realization of the K combinator, courtesy of Mikael Brockman.
1) Error: test_index_with_short_filters(IssuesControllerTest): RuntimeError: can't modify frozen string /var/lib/hudson/jobs/trunk-1.9.2-sqlite3/workspace/app/controllers/application_controller.rb:58:in `force_encoding' /var/lib/hudson/jobs/trunk-1.9.2-sqlite3/workspace/app/controller...
Hello, I'm playing around with Rspec again after going from test/unit to rspec then back to test/unit... :) Right off the bat, I find myself wanting to do something like this: https://gist.github.com/1128091 Basically, I want to name a context, then call it later by name, passing a bl...
to the block. This simplifies the process of constructing an object, performing work on the object, and then returning the object from a method. It is a Ruby-ized realization of the K combinator, courtesy of Mikael Brockman.