Clojure stacktraces are not incredibly user friendly. Once I got used to the status quo, I forgot how much noise lives within a stacktrace; however, every so often a Clojure beginner will remind the community that stacktraces are a bit convoluted. You can blame the JWM, lack of priori...
Clojure stacktraces are not incredibly user friendly. Once I got used to the status quo, I forgot how much noise lives within a stacktrace; however, every so often a Clojure beginner will remind the community that stacktraces are a bit convoluted. You can blame the JWM, lack of priori...
There are times when you might want to invite someone to your project but only give them read-only privileges in it. You might also want to change an existing project member’s access so they can see your project but not add stories or make changes to it. Also, read-only project member...
Rails 4.0 Sneak Peek: Asynchronous ActionMailer Posted by bcardarella on June 26, 2012 — 0 comments ActionMailer can now take advantage of the new queueing system in Rails 4.0 Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending tim...
biodiversity19 1.0.13 Tools for biodiversity informatics install gem install biodiversity19 Download Documentation Subscribe Stats Authors Dmitry Mozzherin 11,837 total downloads 4 for this version Owners Links Homepage Gemfile gem "biodiversity19", "~> 1.0.13" Versions 1.0.13 June 26...
Get Rid of That Code Smell – Primitive Obsession Posted by solnic on June 26, 2012 — 0 comments If you want to learn how Primitive Obsession code smell looks like in Ruby check out my latest post from "Get Rid of That Code Smell" series. Comments Post a Comment Comment abilities f...
Databases & Rails: Week 3 Build HTML with Pure Ruby (no Rails) Posted by schneems on June 26, 2012 — 0 comments Week 3 in my class series at the University of Texas, we're building views with nothing but Ruby and the standard library . If you're just getting started or you've been usi...
You play as a warrior climbing a tall tower. On each floor you need to write a Ruby script to instruct the warrior to battle enemies, rescue captives, and reach the stairs.
The same as archiving a project, except it isn't hidden. This allows you to effectively mark a project as complete or finished, while still allowing users to download the files, browse the wiki and repository, etc. Basically, the project becomes read-only. I think this is needed becau...
Dotify: A dotfile CLI management tool Posted by mattdbridges on June 26, 2012 — 0 comments I just created Dotify , which is a CLI tool to manage those crazy dotfiles on your system. No more custom solutions to manage those pesky things. Comments Post a Comment Comment abilities fo...
My (new) favourite RSpec pattern Posted by xfitzyx on June 26, 2012 — 0 comments New blog post: My (new) favourite RSpec pattern Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the escalati...
Tuesday, June 26, 2012 at 5:28AM It's only Tuesday? Cinderblock - Stripped down template with jQuery for new HTML projects. Brackets - Adobe's open-source code editor built with web technologies has been released in a beta version. Here's the blog entry announcing it. Wepawet and JSDe...
Have you ever wanted to see Network I/O graphs and End User Response Time graphs on the same dashboard? What about some custom business metrics and application response time? Now you can with Custom Dashboards. You can build any dashboard with any data that tickles your fancy. The bes...
Brakeman has given this error has a weak confidence so it may not be a problem but it’s a good idea to investigate it anyway so that we’re sure. The documentation on Redirect warnings has more details about this time of vulnerability. If we redirect based on the value from a user-supp...
A gem providing "time travel" and "time freezing" capabilities, making it dead simple to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.
Creates a Cycle object whose to_s method cycles through elements of an array every time it is called. This can be used for example, to alternate classes for table rows. You can use named cycles to allow nesting in loops. Passing a Hash as the last parameter with a :name key will creat...
Fast and unobtrusive activity tracking of ActiveRecord models using DataMapper and Redis
I can’t begin to imagine what use anybody could have for this code, but how does MIT sound? The L-system doesn’t do filling, what are your rules for that? There actually is an interesting story behind that. This started out as a Ruby application that generated a static SVG with a sing...
I've been blogging since 2005, using various tools for publishing readable code. Originally you'd just put code out there, no colors, just a pre tag and some indention. Then 'export to html' became pretty standard in various editors, and everyone's life got better. These days, people ...
HTML email can be difficult to code because any CSS should be made inline. Here I present a few tools for doing this including the premailer-rails3 and roadie gems.
Git has been getting a lot of buzz lately, and for good reason. It's an excellent SCM which in many ways is more simple and powerful than subversion. See how to set up a Rails project with Git in this episode.