Category Archives: Generator

Castle Generator now on Castle trunk

A couple of weeks ago the Generator project was voted to be moved from the contrib repo to Castle main trunk. I’m ambivalent about this. Initialy I was happy to find lots of great people finding it usefull. Then, when … Continue reading

6 Comments

Filed under Castle, Generator

Ajax Scaffolding with Castle Generator

Dan Bunea created an generator for Ajax Scaffolding, check out the step by step instructions on his excellent blog, Becoming Agile. Wow!

3 Comments

Filed under C#, Castle, Generator

Live coding revisited

I previously bloged about a script that enabled automatic rebuild and restart of the web server on change of the source files. The script was working great, but sometimes some strange errors start poping out. Thanks to Nick Hemsley who … Continue reading

Leave a Comment

Filed under Generator, Monorail

Database migration for .NET

Migration for .NET first official release is out and supporting MS SQL Server 2000, MySql 4 and Postgre 8 and fully integrated with Castle Generator.

23 Comments

Filed under Castle, Generator, Monorail

Generator vs burritos

If you want to join the fun, be sure to check my other post, on how to install this great piece of technology. All images taken from Google with some random keyword search

1 Comment

Filed under Generator

Installing and using the Generator

A new script has been added to the generator. Now, to install, all you have to do is: svn co http://svn.castleproject.org:8080/svn/castle/trunk/Tools/Generator cd generator nant install and then you can type from your command line generate or monorail to get help … Continue reading

9 Comments

Filed under Generator

Live coding with MonoRail

In my constant quest to bring Castle MonoRail closer to Ruby on Rails development style, one of the thing that kept me from choosing MonoRail over Rails for fun and pleasure was the code-compile-refresh process. Because we’re working in the … Continue reading

3 Comments

Filed under Generator, Monorail

Generator project moved to Castle

Thanks to hammett, my code generator project has been accepted as a Castle contrib project. Everything is still the same but you now have to checkout the code from http://svn.castleproject.org/svn/castlecontrib/generator/trunk/. By the way I’d like to say thanks to Carlos, … Continue reading

8 Comments

Filed under Castle, Generator

Getting MonoRail closer to Rails again

In a previous post I’ve bloged about the scaffold generator for Castle MonoRail. And now it’s time for the fully-packed-turbo-ultra-cool MonoRail project generator. Just type generate project MyProject (or make a link for monorail like in the vid). Some people … Continue reading

4 Comments

Filed under Generator, Monorail

Code generation and scaffolding

With all the respect that I have for the Castle projects and team members, their are two things I don’t like about the projects. – Visual Studio Integration rather then a command line tool – The scaffolding So instead of … Continue reading

20 Comments

Filed under Generator