Cool idea, but I immediately left when I saw the only background process option was DelayedJob. With greatly advanced options like Resque and Sidekiq, I fail to see a need for DJ personally.
Show HN: Automated Rails development with Prelang
21–30 of 35 posts
Re: Show HN: Automated Rails development with Prelang
#22This is why I love Ruby. It's got all the built-in language features that allow one to perform this sort of abstraction, and a large-enough user base so that powerful ideas like this will eventually be implemented. I couldn't imagine anything like this existing in even Python.
Re: Show HN: Automated Rails development with Prelang
#23Re: Show HN: Automated Rails development with Prelang
#24Cool idea, but I immediately left when I saw the only background process option was DelayedJob. With greatly advanced options like Resque and Sidekiq, I fail to see a need for DJ personally.
Re: Show HN: Automated Rails development with Prelang
#25Re: Show HN: Automated Rails development with Prelang
#26mongoid support would be highly appreciated :)
Re: Show HN: Automated Rails development with Prelang
#27Re: Show HN: Automated Rails development with Prelang
#28This looks pretty neat. Looking forward to you getting the disabled features ironed out. Some notes: * Project generation with most of the features and a couple models is taking a really long time. I'm sure it's a background job, and I could walk away if I wanted to, but it'd be nice to know that the system would email me to let me know when it was done * Sometimes UI widgets flicker when switching between sections.…
Really appreciate the detailed feedback. * Email on generation is a good idea. Also, I don't have a Gem cache system yet which will help. * Flickering is because some of the inputs have to compute a lot of values @ Backbone model layer. Definitely opportunity for optimization. * Thanks :) * A lot of users have asked for user contributed features. The problem is it's hard to extract an API from my generation system bu…
Re: Show HN: Automated Rails development with Prelang
#29Re: Show HN: Automated Rails development with Prelang
#30This is why I love Ruby. It's got all the built-in language features that allow one to perform this sort of abstraction, and a large-enough user base so that powerful ideas like this will eventually be implemented. I couldn't imagine anything like this existing in even Python.