English 中文(简体)
Is anyone using Netzke in production?
原标题:

I m building an Ext.js application, and I m planning on using rails for the backend. I m trying to decide whether to use Netzke, or roll my own. Is anyone using Netzke in production?

最佳回答

Yes we do for a mid-size backoffice application localized in French, English and Thaï. We started with Netzke 0.6 & ExtJS3 and just finished upgrading to Netzke 0.7 & ExtJS4 (upgrading took 4 days with a little pain sometimes, but all in all it went pretty well). The development time for the application is about ~3 months with 3 junior developpers and me (got 100% test coverage + acceptance testing with Cucumber).

I ve been investigating before choosing Netzke (JQuery UI, Roll-our-own UI, pure ExtJS, ...) and i m very happy with the results (the customer too, which is much more important).

We are now happily starting another customer project with Netzke & ExtJS4.

Bests,

问题回答

Yes I do. For a smaller address management solution for <100 user with each >100k addresses.

My team also builded a larger application with extjs and rails (3 man years) and we used pure extjs and rails without any pre-build library.

I wouldn t suggest netzke for bigger projects. If you build something bigger, you better build your own framework that perfectly match your needs - not more not less. For smaller projects and prototypes neztke is really great.

If you have more detailed questions, feel free to contact me.

Netzke for admin interface very fast and rich solution. At last release with ExtJS4 it became much useful and easy to build up.

At my company we ve used it for a big internal application. We ve built literally hundreds of components - a lot of them being inherited components from netzke-basepack, but we also rolled our own from the ground up.

I think as of now it s by far the best solution to RIA with rails. The creator is very helpful and managed to build a growing and helpful community around the project.

Working with it is very rewarding - once you understand the core concepts you will be very quick plugging your components together to build great and interactive web apps. It can be a bit tough to polish it later though, due to the complexity of Ext JS itself (it s a complete application framework after all) - but with growing Ext JS knowledge this wasn t an issue in our project after some time.

I suggest you give it a try - there is no alternative to use rails with Ext JS IMHO :-)





相关问题
rails collection_select vs. select

collection_select and select Rails helpers: Which one should I use? I can t see a difference in both ways. Both helpers take a collection and generates options tags inside a select tag. Is there a ...

SSL slowness in EC2

We ve deployed our rails app to EC2. In our setup, we have two proxies on small instances behind round-robin DNS. These run nginx load balancers for a dynamically growing and shrinking farm of web ...

Auth-code with A-Za-z0-9 to use in an URL parameter

As part of a web application I need an auth-code to pass as a URL parameter. I am currently using (in Rails) : Digest::SHA1.hexdigest((object_id + rand(255)).to_s) Which provides long strings like : ...

RubyCAS-Client question: Rails

I ve installed RubyCAS-Client version 2.1.0 as a plugin within a rails app. It s working, but I d like to remove the ?ticket= in the url. Is this possible?

activerecord has_many :through find with one sql call

I have a these 3 models: class User < ActiveRecord::Base has_many :permissions, :dependent => :destroy has_many :roles, :through => :permissions end class Permission < ActiveRecord::...

Ordering a hash to xml: Rails

I m building an xml document from a hash. The xml attributes need to be in order. How can this be accomplished? hash.to_xml

Text Editor for Ruby-on-Rails

guys which text editor is good for Rubyonrails? i m using Windows and i was using E-Texteditor but its not free n its expired now can anyone plese tell me any free texteditor? n which one is best an ...

How to get SQL queries for each user where env is production

I’m developing an application dedicated to generate statistical reports, I would like that user after saving their stat report they save sql queries too. To do that I wrote the following module: ...

热门标签