search for: wxwzqdyi2t0

Displaying 5 results from an estimated 5 matches for "wxwzqdyi2t0".

2007 Nov 10
0
Radiant 0.6.4 - Gem Shaper Release
...g fixture files, allowing invalid yaml errors through. [Daniel Sheppard] * Added tests to ensure that response_cache stays within the cache dir. [Daniel Sheppard] * Add assert_requires_login to LoginTestHelper. [Sean Cribbs] * Make sure tag binding stack is popped when an exception occurs. [jay-WxwZQdyI2t0@public.gmane.org] * Clean up some apparent cruft in page.rb [Daniel Sheppard] * Add logout method to LoginTestHelper. [Sean Cribbs] * Run single extension tests with rake test:extensions EXT=<extension_name> [Brian Skahan] * Update Javascript libraries to Prototype 1.6.0_rc1 and script.acul...
2005 Aug 19
13
Enumerations (again): Comments please
Some of my earlier questions may have hinted ever so slightly in the direction that I''m trying to implement "enumerations". By an enumeration here I mean a class that has a fixed number of immutable instances, which in turn have essentially only a name and a position. Requirements I''ve tried to meet are - Enumeration instances should only be loaded once from the
2008 Jan 01
26
Did DHH have a suit on?
So I''m wondering about the origin of "ActiveRecord" and "ActionPack" and the like in Rails. I''ve always thought that perhaps DHH found himself in a suit one day (maybe he had to attend a friend''s wedding or something), and as long as he had the suit on, decided to lapse into a one of the barely lucid frenzies that Marketing people are prone to when
2005 Oct 25
24
InPlaceEditor scrolls to top in Firefox?
When I click an InPlaceEditor field in Firefox 1.0.7, the page scrolls up to the top. That''s disconcerting, and often ends up with the editable field out of the viewable pane. I can duplicate this on both Mac and PC. Is there a way to prevent this? Even the demo at http://wiki.script.aculo.us/scriptaculous/show/Ajax.InPlaceEditor does this. Jay Levitt
2006 Sep 05
0
Reloading dependencies in Edge Rails?
I''m developing a library called Hark. The structure is: lib/ hark/ session.rb mixins.rb hark.rb hark.rb: ==== module Hark include Hark::Mixins ... end application.rb: ==== class ApplicationController < ActionController::Base include Hark end my_controller.rb: ==== def login hs = session[:hark_session] = Hark::Session.new ... end So application.rb