I've come to the conclusion that it's time to understand what's going on with the Rails 3.2 asset pipeline - primarily because I'm trying to upgrade a Rails 3.0 application and so far the process has been a complete disaster for me. So, I'm going back to first principles. Perhaps some...
#54 Debugging Ruby (revised) Apr 07, 2012 | 7 minutes | Debugging , Tools This episode will show you how to debug a rails app using the "debugger" gem: set a breakpoint, inspect variables and change the executed code at runtime. Subscribe to Watch Episode Tweet Show Notes 0 Comments S...
George Georgiev - 2012-03-29 09:53 - rubyfb - Firebird db access library CHANGELOG for details(0 Comment) [Read More/Comment(0)] rubyfb-0.6.5 released George Georgiev - 2012-03-28 17:30 - rubyfb - Firebird db access library CHANGELOG for details(0 Comment) [Read More/Comment(0)] kgio ...
Whether an error in the Sass code should cause Sass to provide a detailed description within the generated CSS file. If set to true, the error will be displayed along with a line number and source snippet both as a comment in the CSS file and at the top of the page (in supported brows...
The RSpec Book will introduce you to RSpec, Cucumber, and a number of other tools that make up the Ruby BDD family. Replete with tutorials and practical examples, the RSpec Book will help you get your BDD on, taking you from executable requirements to working software that is clean, w...
Introducing sheet: text snippets for the command line Posted by oscardb on April 08, 2012 — 0 comments I just launched sheet , a text snippet utility for the command line. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to...
My gem for easy creating gh-pages is ready for beta-testing Posted by gazay on April 08, 2012 — 0 comments If you need some opportunity in creation of github pages (or if you just lazy a little) - check this gem out Comments Post a Comment Comment abilities for non registered user...
To get the most flexibility from Twitter Bootstrap it’s best to use it with a dynamic language, such as LESS, instead of using the static compiled files which it outputs. To get LESS working with Rails we’ll need the help of some Ruby gems. There are several gems available for integra...
Command-line tool that automatises photo/video uploads to Flickr. Entering 'flickru <directory>' in your command line, any photos under 'directory' (and subdirs) are uploaded to your Flickr account (interactively entered the first time you start flickru). Photos are identified by case...
Meta, shmeta: learning Ruby horizontally January 7th, 2007 One of the great accomplishments of Ruby is that its object and class model bring about a wonderful unity and simplicity. Even things that might seem like they should be hard or obscure are actually very transparent, once you ...
Bump Sorry for bumping such an old post. I'm having trouble trying to execute something similar. I am using the Apache::AuthenNTLM perl module for NTLM authentication (mod_auth_sspi is windows-only, correct?). Below are three configurations and my results. I appreciate any guidance an...
It’s a fantastic language to introduce you in the world of real OOP. Not the latched-on variety of OOP that is Python or C++ or PHP or even Java (where you still have primitives), but the real Smalltalk-inspired OOP. Also, it’s essential to work with languages whose runtime can change...
If you’re just getting into Ruby or Rails now, and looking for some light reading, you’re in luck. Publishers like the Pragmatic Programmers, O’Reilly, Manning Publications, and others have tons of books available to help you learn. You could easily spend a few hundred dollars buildin...
#337 Capistrano Recipes Mar 27, 2012 | 13 minutes | Deployment , Production , Tools Get the most out of Capistrano by writing specific recipes with ERB templates. Here I show how to deploy to a blank VPS by running just a few Capistrano commands. Subscribe to Watch Episode Tweet Show ...
IntelliJ has a feature called modules : "a functional unit which you can compile, run, test and debug independently." A module in IntelliJ is a top-level view on a part of a codebase. IntelliJ is for Java, which is why I do not typically use it. I use Rubymine - no similar functionali...
Introducing sheet: text snippets for the command line Posted by oscardb on April 08, 2012 — 0 comments I just launched sheet , a text snippet utility for the command line. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to...
Links Add a plugin Subscribe Surprise me Categories Most recent Top rated Assets Controllers Internationalization Misc. Enhancements Model Rails Engines Searching and Queries Security Statistics and Logs Testing View Extensions Ruby on Rails Plugins There are currently 1,632 plugins i...
immutable 0.1.0 Immutable data structures for Ruby install gem install immutable Download Documentation Subscribe Stats Authors Shugo Maeda 26 total downloads 26 for this version Owners Links Homepage Bundler gem "immutable", "~> 0.1.0" Versions 0.1.0 April 9, 2012
Xmonad in Coq: Programming a window manager in a proof assistant , by Wouter Swierstra. Recursive types for free! , by Philip Wadler. When is a functional program not a functional program? , by John Longley. Constructivist and Structuralist Foundations: Bishop’s and Lawvere’s Theories...
# app running on http://example.com/example get '/foo' do t = %w[text/css text/html application/javascript] request.accept # ['text/html', '*/*'] request.accept? 'text/xml' # true request.preferred_type(t) # 'text/html' request.body # request body sent by the client (see below) reques...
Adds a new renderer to call within controller actions. A renderer is invoked by passing its name as an option to AbstractController::Rendering#render . To create a renderer pass it a name and a block. The block takes two arguments, the first is the value paired with its key and the se...
Douglas, I have been using cron tasks that invoke curl that invokes the routes that perform the periodic tasks for several years. This works on all versions of Rails (of course you have to be running *nix). I gave up on using Rails plugins, etc. because every time I did an update, the...
JavaScript Not Detected TryRuby requires JavaScript to be enabled (it's an editor thing).