• Answers
  • Web
Originated from
42squared

Using Ruby for internal CRM app

I am about to start developing a new internal web application for the company I work for. It will be a lightweight CRM app, focused on managing customer contacts info and related open issues, and integrating with various backend systems to get and update data.

I haven't done web applications for almost 2 years, my experience is both with JSP and ASP (not ASP.NET). I thought this could be a good opportunity to learn Ruby on Rails, which seems to be used for many web apps today. My manager is pushing to use JSP with Eclipse.

What is your experience with using Ruby for internal applications? Any pros / cons?

Share Send to a friend Watch Report
 

Best Answer

 
4 helpful answers

Using Rails for the internal app makes even more sence then for an external app :-)

As the requirements are (usually) more lax you will be able to use something like Streamlined to add the basic CRUD operations and then just add some business logic on top of that.

Eclipse is an IDE and has almost nothing to do with the  web technology you use. In fact the popular RadRails IDE is just a set of Eclipse plugins packages together (or something like that)

 

Posted 2006-09-18T11:25:45Z
pacman was invited by Yedda to answer this question.

Helpful?(5)
Rated as Best Answer

 

All Answers

 
8 helpful answers
Agile like Ninja 42squared

Meow,

 The use of RoR for internal use is amazing.  With using it internally there is no reason to have to build a large production stack and you can run rails from a small mongrel process so there is not as much setup.  I have setup internal rails apps for police departments and run them from a standard desktop pc and it worked great.  Another good reason to start with RoR in this environment is that it will make a nice learning platform for you, as it can start small and you can build it out.  I would say go for it.

Posted 2006-09-18T13:27:14Z
hornbeck was invited by Yedda to answer this question.

 
10 helpful answers
Guerrilla tactics and business ideas in a world of Web 2.0, SaaS, OSS - Blog: Business Two Zero

I'm just chipping in an alternate view.  Why not use an open source CRM product like SugarCRM as your starting point and focus your development on the specific things that will add value, rather than spending a lot of your development time on building the framework from scratch?

Posted 2006-09-24T15:59:14Z
david_terrar was invited by Yedda to answer this question.

Sign in to participate

Got an answer for Marti? Would you like to comment on the posted answers, or vote for the one which you think is the best?

Sign up for a free account, or sign in (if you're already a member).

Explore Related Questions

Other people asked questions on similar topics, check out the answers they received:


Q:

Using Ruby on Rails to build large sites?

Can you build a site using Ruby on Rails that can handle the traffic levels of Myspace?
Submitted by sudonim   3 years ago.
  • viewed 3219 times
Last answer posted 2 years ago by Kuchmuch


Q:

Detecting tranactions in Ruby on Rails

I have a Ruby on Rails question: I need a way to detect if the code is executing under a transaction. So that I'll be able to ...
Submitted by pacman   3 years ago.
  • viewed 2582 times
Last answer posted 3 years ago by rholliday


Q:

Rails Cascading Includes

Why can't I do cascading includes in ruby on rails: Tree.find(:first, :include => {:children => {:children => :children}}) I get ...
Submitted by richcollins   3 years ago.
  • viewed 478 times
Last answer posted 3 years ago by richcollins



» More...

Explore Related Posts in Forums

Please help: asp vs. Php vs. Jsp

Of keeping it in classic asp. Most of the developers seem to suggest php & MySQL for mainly being free and having many developers knowing the program. Some are suggesting jsp for the stability and the cost in tool choice. A word of warning, though: J2EE is heavily fractured when it comes to web development. So

What's faster? PHP vs ASP vs JSP vs CGI etc

That "ASP executes faster than CGI and Perl". It's not backed up by any sources or anything faster? Old school ASP or Perl/CGI? I know these are pretty out-dated tools, so I've thrown PHP /success_stories/idl-net.html Here's someone who benchmarked Ruby against the other web approaches

PHP MVC (symfony/Zend) vs ASP MVC vs Spring MVC vs Ruby on Rails?

Servlets/JSP). I want to develop a social web 2.0 site (in my own time) and in the process also add... development in the past has been in PHP (with my own or other OSS frameworks). I've spent the last 2-3 years for previously but would like to learn which would seem to suggest either ASP MVC, Ruby or Spring MVC. Just...
» More...
Powered by
Feed - Subscribe to changes to this Q&A Blog
ADVERTISEMENT
  • Answers
  • Web
Copyright © 2006-2009, Yedda Inc. and respective copyright owners · CC License