Re: [Rails] If you were to code a marketplace app like AirBnB today, what technology stack would you use?

2014-03-25 Thread Sampath Weerasinghe
curious what is it about heroku that turns people off i even heard heroku is backed by the matz himself. -Sam On Thursday, March 20, 2014, Brandon wongw...@gmail.com wrote: Would you replace any one on my list with something else? Which DB, hosting solution and source control would you use?

Re: [Rails] If you were to code a marketplace app like AirBnB today, what technology stack would you use?

2014-03-25 Thread Karthikeyan A K
Lack of control. The cost. Plus I am nervous about their addons, weather if I use it my app will be locked into heroku infrastructure. But its great place to show a small free demo to some one. On Tue, Mar 25, 2014 at 8:52 AM, Sampath Weerasinghe swe20...@gmail.comwrote: curious what is it

Re: [Rails] If you were to code a marketplace app like AirBnB today, what technology stack would you use?

2014-03-24 Thread Andreas Wenk
Brandon, why not using PostgreSQL? Hosting: EngineYard https://www.engineyard.com/ SCM: git Cheers Andy On Saturday, March 22, 2014 3:27:45 PM UTC+1, Karthikeyan A K wrote: Oops that must be ember not embe :( On Saturday 22 March 2014 07:55 PM, Karthikeyan A K wrote: I am an Embe

Re: [Rails] If you were to code a marketplace app like AirBnB today, what technology stack would you use?

2014-03-24 Thread Karthikeyan A K
+1 for postgre Engine yard costs, better go for Digital Ocean or Linode On Mon, Mar 24, 2014 at 2:49 PM, Andreas Wenk ipad.w...@gmail.com wrote: Brandon, why not using PostgreSQL? Hosting: EngineYard https://www.engineyard.com/ SCM: git Cheers Andy On Saturday, March 22, 2014

Re: [Rails] If you were to code a marketplace app like AirBnB today, what technology stack would you use?

2014-03-24 Thread Brandon
Andy, trying to do something new to expand my skills and knowledge so not using PostgreSQL. Karthikeyan, thanks will look into it. I know it may sound crazy to do everything completely different from the current project but feeling programatically inadequate lately after switching to Rails..

Re: [Rails] If you were to code a marketplace app like AirBnB today, what technology stack would you use?

2014-03-24 Thread Karthikeyan A K
Not exactly, Ember brings a framework to the client side, just like Ruby on Rails is a frame work to server side. You can try this gem https://github.com/dockyard/ember-appkit-rails Though the your view of client side of application may change after using ember, the server side will still be

Re: [Rails] If you were to code a marketplace app like AirBnB today, what technology stack would you use?

2014-03-22 Thread Karthikeyan A K
I am an Embe fan, so would like to use that to reduce server load. On Tuesday, March 18, 2014 10:51:41 PM UTC+5:30, matt wrote: I would add Angular (or another front end framework) and some type of CI. On Mar 18, 2014, at 1:18 PM, Brandon wong...@gmail.com javascript: wrote: So having

Re: [Rails] If you were to code a marketplace app like AirBnB today, what technology stack would you use?

2014-03-22 Thread Karthikeyan A K
Oops that must be ember not embe :( On Saturday 22 March 2014 07:55 PM, Karthikeyan A K wrote: I am an Embe fan, so would like to use that to reduce server load. On Tuesday, March 18, 2014 10:51:41 PM UTC+5:30, matt wrote: I would add Angular (or another front end framework) and some type

Re: [Rails] If you were to code a marketplace app like AirBnB today, what technology stack would you use?

2014-03-21 Thread Rick
I would suggest Solr or MongoDB or (you pick) some other NoSQL db tool as a focus for item 4. Git hard to beat for a source control choice. You should add automation tools for working your production release (installation, backup, error recovery, ...). On Thursday, March 20, 2014 5:32:00 AM

Re: [Rails] If you were to code a marketplace app like AirBnB today, what technology stack would you use?

2014-03-20 Thread Brandon
Would you replace any one on my list with something else? Which DB, hosting solution and source control would you use? On Wednesday, March 19, 2014 1:21:41 AM UTC+8, matt wrote: I would add Angular (or another front end framework) and some type of CI. On Mar 18, 2014, at 1:18 PM, Brandon

[Rails] If you were to code a marketplace app like AirBnB today, what technology stack would you use?

2014-03-18 Thread Brandon
So having spent almost a year coding in RoR, I'm thinking of applying new stuff that I didn't get to use in my past projects. Keeping in mind that I want to keep improving my skills and experience so that someday I can find that elusive remote RoR job, what would you suggest I use? I have on

Re: [Rails] If you were to code a marketplace app like AirBnB today, what technology stack would you use?

2014-03-18 Thread Matthew Witek
I would add Angular (or another front end framework) and some type of CI. On Mar 18, 2014, at 1:18 PM, Brandon wongw...@gmail.com wrote: So having spent almost a year coding in RoR, I'm thinking of applying new stuff that I didn't get to use in my past projects. Keeping in mind that I want