Feeds:
Posts
Comments

Archive for the ‘Stage’ Category

Stage Update: 0.4.0

This release addresses the use of namespaces such as “admin”. This release is targeted at Rails only.
For more information on Stage check out the RubyForge site.

Read Full Post »

Stage: Rails version

I initially had this idea for reducing the Ruby code in the views. That manifested itself as the Stage plugin. I was never really satisfied with the result, passing the form variable around was such a hack.
Thanks to the action_name instance variable, I’ve now cleaned it up and am much happier with the [...]

Read Full Post »

Merb: Stage gem

I’ve just written a little code template generator for Merb called Stage. This idea was originally implemented as a plugin for Rails, but has been refactored as a gem. This new version is for Merb + DataMapper only. Extended support for Rails and other ORMs are planned.
There appears to be some quirk [...]

Read Full Post »

Stage generator update

I’ve updated stage to remove the automatic inclusion of unit tests. This is one step closer to adding in the choice between unit tests and rspec.
As always (like it’s been out for a long time), you can grab it here:
$ ./script/plugin install http://stonean.googlecode.com/svn/stage/trunk
For more info please see the original post.

Read Full Post »

Stage Update

The data partial was out of sync with the helper; method names were different. I have corrected the issue and updated the code.
This was related to the the naming collision issue.

Read Full Post »

Stage Update: Naming collisions

I’ve just updated the stage plugin to fix a naming collision issue when Rails utilizes two or more helpers with the same name. Previously the method names were simply the column name: User.first_name would have a first_name method in the users_helper. Now that method is defined as user_first_name.
Having the partial setup makes this [...]

Read Full Post »

Stage Update

The generator was creating a now defunct ‘data’ directory in app/views. This has been corrected.
02.22.2008: Cleaned up the helper format

Read Full Post »

Stage Improvements?

I spent some time lurking on the RubyOnRails list and eventually engaged in a couple of conversations. I came away with three important notes:
1) As this was my first publicly announced code released, I realized I should have done this earlier. Great to get feedback.2) Some simple design changes were made to further [...]

Read Full Post »

Generator: Stage

Update: Stage has become a gem and project details can be found at stonean.com
This post was updated on 04-27-08 to reflect the improved design. I’m using the RubyOnRails methods as this is where Stage was born, but Stage is available for Merb as well.
I’ve just completed a new generator called stage. This is a [...]

Read Full Post »