top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Editor for Ruby/MySQL/Git/Rails?

0 votes
229 views

I am new Ruby on Rails, I had installed as described below on my machine. Could you please advise good editor compatible to the below configuration? And any additional steps required once i install these?

* MySQL 5.6.27
* Ruby 2.2
* Git
* Rails 4.0
posted Oct 27, 2015 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Assuming it is a linux or Mac OS then I recommend installing using rvm (others prefer rbenv).

However I suggest that you start by working right through a good tutorial such as http://www.railstutorial.org (which is free to use online). This tutorial runs in the cloud and does not need you to install anything to get going. Once you have learnt the basics then installing on your own machine will be easier as you will know what to expect.

As a matter of interest why have you installed an almost obsolete version of Rails whereas 4.2.4 is the current version.

answer Oct 27, 2015 by Alok Sharma
Similar Questions
+2 votes

Any particular point why should I go for Rails to develop my website?

+1 vote

Rails seems to have a whole whack of them and I'm not sure which ones match my requirements. The library must:

  • be fully themeable; the overall layout is going to be made from scratch
  • allow custom content for pages (i.e. a developer-made page)
  • allow defining of different types of posts with different fields/data
  • support image upload for at least pages and preferably posts as well
  • be relatively easy to extract post content outside the CMS (e.g. for use in sending an e-mail digest)

Preferably it should:
- Be compatible with Rails 4
- allow individual pages to be user-edited with HTML/CSS after they've been created

Can anyone recommend one for me?

...