Defect #2719 : Increase username length limit from 30 to 60 Defect #3087 : Revision referring to issues across all projects Defect #4824 : Unable to connect (can't convert Net::LDAP::LdapError into String) Defect #6859 : Moving issues to a tracker with different custom fields should l...
macro: Mass-assignment will only set attributes in this list, to assign to the rest of attributes you can use direct writer methods. This is meant to protect sensitive attributes from being overwritten by malicious users tampering with URLs or forms. If you’d rather start from an all-...
With attached patches redmine passes all tests with Rails 2.3.4 and Ruby 1.9.1. I'm trying to package redmine for ALT Linux distro, these patches are not distribution specific. I have packaged and installed following modules (never tried to patch vendored versions): ruby-coderay (http...
UndoManager is A simple ActionScript library to add undo/redo functionality to your Flex/ActionScript projects. I just extracted this library from one of the project I’m working on.
Faye 0.8: new WebSocket and Redis libraries, and performance improvements Posted by jcoglan on February 27, 2012 — 0 comments I just shipped version 0.8 of Faye , the pub/sub messaging toolkit for the Web. It splits the WebSocket support and Redis backend into new libraries, and makes...
Command Line Reporter 3.2 Released Posted by wbailey on February 27, 2012 — 0 comments The latest version of Command Line Reporter now supports unicode drawing characters for better looking output if your ruby version supports unicode. Check out the wiki to see examples of nicely form...
example app is popular and now it offers an option for including the Devise "Confirmable" and "Invitable" modules when you use the application template to create a starter app. Devise once included the "Confirmable" module by default; since it was removed there have been questions abo...
Posted by txus on February 27, 2012 — 0 comments I just released a new version of Mutant, a mutation tester for Rubinius, and blogged about it .
How to stop killing people with your public speeches November 11th, 2011 , posted in Speaking , ∞ , 22 comments Let’s do the math. If you give a speech to 200 people for 30 minutes you are consuming 100 hours of human life . Giving an hour-long talk to a thousand people? That’s six we...
is a connection between two Active Record models. Associations are implemented using macro-style calls, so that you can declaratively add features to your models. For example, by declaring that one model belongs_to another, you instruct Rails to maintain Primary Key–Foreign Key inform...
invoke active_record create db/migrate/[timestamp]_create_blorgh_posts.rb create app/models/blorgh/post.rb invoke test_unit create test/unit/blorgh/post_test.rb create test/fixtures/blorgh/posts.yml route resources :posts invoke scaffold_controller create app/controllers/blorgh/posts_...
筆者は YARV: Yet Another RubyVM という、 Ruby プログラムを高速に実行するためのソフトウェアを開発しています。そこで、本連載では、Ruby や YARV のアーキテクチャを中心に、言語処理系開発について書いていくつもりです。 YARV Maniacs そもそも言語処理系、それも Ruby の処理系である YARV なんかに興味を持つ人はマニアしか居ないような気がするのですが、まぁいいや、そんな感じで YARV に関係したりしなかったりすることについて、重箱の隅をつついてみようかな、というのがこの連載です。書いてみて、やっぱりマニアしか...
Command line Pow wrapper Posted by oscardb on February 27, 2012 — 1 comment I just launched pow-client , a simple command line wrapper for simplifying Pow workflows. Comments why another pow wrapper? powder is there for more than a year I think and does more than pow-client no? ht...
Monday, February 27, 2012 at 5:45AM This week's keyword: survive. The Sun is Setting on Rails-style MVC Frameworks - Oh noes, my skills are about to be obsolete again. smeagol - Sets up a basic open source development environment on a new OS X machine. Chaplin - Sample application arc...
Monday, February 27, 2012 at 5:58AM Week of February 19-February 25, 2012 The biggest news this week comes on the REST front, with PATCH replacing PUT as the preferred verb for updating existing records. This has provoked some flaming and snarking (in which I have indulged ), but on t...
Working With Rails - sponsored and created by DSC Disclaimer: This is a publicly accessible database. The views and opinions of originators and contributors expressed on this site do not necessarily state or reflect those of DSC Limited. No representation or warranty is given as regar...
Spree allows you to quickly turn a Rails project into a full eCommerce application. Here I show how to set it up and configure the look and feel of the store.
citygrid_api 0.0.7 Ruby wrapper for CityGrid APIs install gem install citygrid_api Download Documentation Subscribe Stats Authors Elpizo Choi, Joseph Chen 1,099 total downloads 8 for this version Owners Bundler gem "citygrid_api", "~> 0.0.7" Versions 0.0.7 February 27, 2012 0.0.6 Dece...
jQuery UI's JavaScript, CSS, and image files packaged for the Rails 3.1+ asset pipeline
Active Record objects don’t specify their attributes directly, but rather infer them from the table definition with which they’re linked. Adding, removing, and changing attributes and their type is done directly in the database. Any change is instantly reflected in the Active Record o...
Jonas Nicklas, Posted April 17, 2010, 8:44 am For once, I disagree ;) I don’t see anything wrong with load order being important for gems. CarrierWave has adapters for half a dozen ORMs, and they’re all required implicitely (if the relevant constant is defined). I’ve never had a singl...
Back in episode 33 [ watch , read ], we made a plugin for Rails. A more popular option for extending Rails’ functionality now is to make a gem, and that’s what we’re going to do in this episode. Let’s say that we’d like to be able to generate a unique token for an ActiveRecord model. ...
On 2/12/08, [email protected] <[email protected]> wrote: > end > object of MyClass. You don't really add instance variables for the instances of classes to classes in Ruby. http://talklikeaduck.denhaven2.com/articles/2008/02/08/whose-variable-is-it-anyway If you add a me...
Actually, I am not sure how this would work. If I do this, I get no output from the file: `tail -f sim.out` So there is something basic I am missing here. Any help? TIA, Phy ----- Original Message ---- From: Kevin Jackson <[email protected]> To: ruby-talk ML <[email protected]>...