Tagged Questions
3
votes
1answer
118 views
Order collisions in ecommerce
Suppose I have a web app where sellers add their products and set them as available for sale. Then I show a list of products in my mobile app, where I get products via my REST API.
My problem: suppose ...
2
votes
1answer
128 views
How do these technologies go together?
Ruby on Rails
Twitter Bootstrap
Html5Boilerplate
Backbone.JS or Knockout.JS
I sort of understand what each one is individually, but my understanding isn't strong enough to understand whether ...
-1
votes
1answer
415 views
Simple game using Ruby on Rails [closed]
I want to create a simple game like tic-tac-toe or connect4 or something like that using Rails. I have a (very) basic idea of how to write a Rails app with regular html elements, but I don't really ...
29
votes
3answers
1k views
How to train junior programmers for today's (complicated) web environment?
Currently our company develops applications consisting, most of the time, in Ruby on Rails web servers and a bunch of different REST clients, from kiosk systems in Java to embedded devices in C/C++ ...
3
votes
4answers
168 views
What is the relationship between a framework like RoR and a database?
I'm a front end developer...I've never done ANY backend, although I did take a course in databases once. (I have a comp sci degree; I'm a competent programmer, I just haven't done any backend web ...
4
votes
3answers
170 views
Why should we use externalized property files for an application?
I am currently working on a rails project and have a requirement where I want to be able to map a country name's initial letters to its ISD code. eg: IND => 91, USA => 1, etc.
The broader question ...
0
votes
0answers
57 views
reading parameters and files on browser, looking how to execute on server
I have a site done in Rails, which uses javascript to load files and generate forms for the user to input certain information. Those files and parameters are then to be used in a fortran code on the ...
0
votes
3answers
196 views
How to deal with social login
In my new web app I'm going to allow social login through Twitter (maybe), Facebook and Google and I'm in search of the best way to do it.
Actually I'm using Rails with Devise + Omniauth and this is ...
1
vote
1answer
592 views
Starting with Ruby on Rails? I see a lot of criticism everywhere. Is it okay to start with Rails now in 2012? [closed]
I have worked on C before and have never tried my hands on any web application creating framework. After some convincing from one of my friends I thought of giving Rails a go. Before starting to work ...
1
vote
2answers
291 views
Strictly from an employability perspective, what is the best web development framework to learn right now? [closed]
Even though Ruby on Rails seems to be the most popular with the most job openings, is there a compelling employability reason to learn django for example? Maybe because everybody's learning RoR and ...
6
votes
7answers
1k views
How to become a professional web developer from a C/C++ programmer? [closed]
I am currently a high school student and know how to use Pascal and C/C++ to take part in competitions such as the Informatics Olympiad. I have learned data structures and many algorithms to solve ...
7
votes
3answers
343 views
Why decouple view and controller (web)?
Why can't we put them in the same page, like each action paired up with its view? Not using code island, but controller code at top then view code at bottom? What are the problems with this approach?
...
1
vote
2answers
1k views
When to use JavaScript instead of Ruby in web development?
Right now I am developing web applications with ruby-on-rails. Sometimes I am having a hard time deciding which language to chose to solve my problems.
The difference between HTML,CSS and the ...
1
vote
4answers
409 views
Learning PHP with a Rails/Django/Lift background
While I have been at university studying a CS degree I have been picking up web development on the side. As I started in the last couple of years, I have mainly been using Rack/Ruby based frameworks ...
5
votes
9answers
2k views
Mac or Linux for a secondary work machine?
I am a freelance web developer geared towards Ruby on Rails. The main components of my current working environment are a 27" iMac, Textmate and git/github (which is not going to change any time soon).
...
2
votes
3answers
452 views
What's missing in ASP.NET MVC?
I think that most people would agree that ASP.NET MVC is one of the better technologies Microsoft has given us. It gives full control over the rendered HTML, provides separation of concerns and suites ...
1
vote
7answers
386 views
Catering for client's web-hosting needs, minus the headaches?
I'll be trying to sell my Ruby on Rails development skills to small local businesses.
It seems I'd be shooting myself in the foot if I couldn't manage to put their apps into production, in fact ...
4
votes
2answers
198 views
Is using YouTube a good, inexpensive solution to building a website that requires users to post videos?
I'm diving into web development after ten years of desktop development and I have an idea for a Rails website that will rely on users posting short videos (5 -15 mins) they've recorded. The website ...