Great article by David Linthicum in InfoWorld last week: Cloud providers aren’t selling the real value of the cloud . The key point is that the big, overarching benefit of the cloud is not cost savings or efficiency gains but adaptability—as he put it, “the ability to quickly align wi...
Email is an antiquated concept that is an unmitigated productivity killer. Personally I have a suspicion that it's actually Skynet 1.0. That said, it ain't going away tomorrow or next month and or even by the end of the decade. So what is a human to do. In comes Powerinbox - a company...
to_str method in ruby Posted by bigbinary on June 27, 2012 — 0 comments A blog on to_str method in ruby . Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the escalating spam problem. Sorry!
StackOverflow authentication using OmniAuth Posted by nashby on June 27, 2012 — 0 comments I just released omniauth-stackexchange gem. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the es...
Verifying benchmarks with ministat drbrain | Wed, 27 Jun 2012 23:48:50 GMT Posted in Ruby , Testing Most people know to benchmark to verify performance improvements, but comparing a handful of results isn't enough. You need to be sure your results are statistically significant. minist...
Table inheritance in PostgreSQL Posted by gravis on June 27, 2012 — 0 comments Rails STI will be just fine for most cases. Anyway, for large databases, or when attributes vary a lot between models, using table inheritance could be very helpful. Using it with rails is really easy, lear...
This gem provides jQuery++ for your Rails 3 application.
Wednesday, June 27, 2012 at 5:38AM Midweek. A few more days to the next campout. attachinary - Attachment handler for Rails that uses the Cloudinary service for storage. This looks like it could simplify code a lot. Dumper - Database backup in the cloud. Which means one less thing to ...
slim-server provides drb server to compile slim template engine. It is useful when you are compiling slim locally (say, with shadow.vim.)
Specifies a many-to-many relationship with another class. This associates two classes via an intermediate join table. Unless the join table is explicitly specified as an option, it is guessed using the lexical order of the class names. So a join between Developer and Project will give...
Force the request to this particular controller or specified actions to be under HTTPS protocol. Note that this method will not be effective on development environment. Options only - The callback should be run only for this action <tt>except<tt> - The callback should be run for all a...
This plugin adds some REST APIs to post issues for "fulmo". "fulmo" is a add-on for Firefox/Chrome, which posts a issue with an annotated screenshot. See http://ciklone.com/fulmo/ and http://www.youtube.com/watch?v=tnJCAFW1DSU Browser add-on/extension is available at the following; Fo...
rubygems-pwn: A Vulnerability in RubyGems (currently being fixed) Posted by PeterCooper on August 26, 2011 — 6 comments If you've seen people saying to run gem install rubygems-pwn on Twitter (which I don't advise!), it's because it's a proof of concept for a vulnerabilty in RubyGems....
A linguagem Ruby permite realizar várias operações com pastas e arquivos no sistema operacional hospedeiro. Através de scripts, é possível criar, renomear ou apagar pastas, arquivos ou ainda obter informações sobre eles. Vamos ver melhor como ela funciona.
is a senior software consultant based in Pune, India with over 30+ years of I.T. experience. His experience lies in developing and executing business for high technology and manufacturing industry customers. Personally his strengths lie in Business Development and Business Networking ...
Ты крутой кодировщик, свободно владеешь несколькими языками программирования и любишь решать нестандартные задачи? Попробуй свои силы в ежегодной битве ниндзя кода IT-Fighting’2012! Ты сможешь не только забрать ценные призы от спонсоров, но и получить предложение о работе, обзавестись...
Manage badges, points and rankings (reputation) of resources in a Rails application.
#359 Twitter Integration Jun 15, 2012 | 14 minutes | Plugins Here I show how to integrate Twitter into a Rails app. This includes fetching data, caching it, and even how to authenticate as a user signing in to your application through Twitter. Subscribe to Watch Episode Tweet Show Not...
#77 Destroy without JavaScript (revised) Jun 16, 2012 | 8 minutes | Views , Controllers , Routing A destroy link in Rails does not work without JavaScript. In this episode I show two techniques for gracefully degrading destroy links: button_to and a delete action. Subscribe to Watch E...