Generate Random Passwords
Posted by ivanoats | Filed under Technology, software
I wrote an article on the Sustainable Websites Blog on a quick program to Generate Random Passwords.
Tags: mac, password, ruby, scripts, shell
Screen Scraping with Ruby
Posted by ivanoats | Filed under Bookmarks, rubyonrails
Useful short presentation explaining regular expressions, xpath, firebug, hpricot and screen scraping
Tags: Bookmarks, rails, ruby, rubyonrails, screenscraping
Rails for PHP Developers – Reference
Posted by ivanoats | Filed under Bookmarks
Finally, this is a great resource for PHP programmers switching to Ruby like me. This function reference covers commonly used PHP libraries to their closest Ruby equivalents. The reference is structured very closely against the PHP reference library.
Tags: Bookmarks, documentation, php, ruby
WHM XML API Ruby
Posted by Ivan Storck | Filed under Web Design
I’m working on a ruby wrapper to the WHM (Web Host Manager) XML API. It is on GitHub and it is under an MIT open source license.
This code can be used to manage a reseller account on a web host that uses the WHM/Cpanel system. It can install new accounts, suspend/unsuspend accounts and other [...]
Tags: api, github, opensource, ruby, web host manager, web hosting, whm, xml
RailRoad diagrams generator
Posted by ivanoats | Filed under Bookmarks
RailRoad is a class diagrams generator for Ruby on Rails applications. It's a Ruby script that loads the application classes and analyzes its properties (attributes, methods) and relationships (inheritance, model associations like has_many, etc.) The output is a graph description in the DOT language, suitable to be handled with tools like Graphviz.
Tags: Bookmarks, diagrams, object-model, oop, ruby
Ruby on Rails SEO Tips
Posted by ivanoats | Filed under Bookmarks, rubyonrails
Tags: Bookmarks, rails, ruby, rubyonrails, seo
Ruby on Rails Code Quality Checklist – Articles – Matthew Moore
Posted by ivanoats | Filed under Bookmarks, Web Design, rubyonrails
In Matt Moore's experience, Ruby and Ruby on Rails has been one of the most difficult language/framework combinations to truly master. For someone who grew up on C, C++ & Java in the majority of their training, Ruby has hugely different (and better!) ways of OO design, and the Rails framework has a lot of opinions to be understood and remembered. As long as it's taken to master them to the level he has – and he's sure there's still a long way to go – he loves it and won't be going back.
Tags: bestpractice, Bookmarks, code, quality, rails, ruby, rubyonrails
How to remove subversion (SVN) info from a project
Posted by Ivan Storck | Filed under Web Design
Sometimes when I’m coding I need to remove all the subversion (SVN – a source code version control program, which if you’re a non-programmer, you could also use for any documents you want to version control) information from the project. Perhaps you’ve copied the code to another directory and want to start a new source [...]
Tags: ruby, subversion, svn, Web Design
Sinatra : Classy web-development dressed in a DSL
Posted by Ivan Storck | Filed under Uncategorized
The world doesn’t think it needs another Ruby web framework, but Sinatra is so different it will cut out a new market. A whole web app can be encapsulated in a single Sinatra file, making it especially ideal for small projects like Facebook apps. It even includes Haml markup! It was born out a need [...]
Tags: asides, framework, ruby, webdevelopment




