top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

RoR: How to see .gitignore file in directory?

+2 votes
223 views

I want open default " .gitignore " file in text editor But I can not able to see it. How can I see in directory?

posted Mar 23, 2014 by Kumar Mitrasen

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

1 Answer

+1 vote

That rather depends on which operating system you are using and which editor. For example, on Ubuntu I can just use gedit .gitignore

It seems to have nothing to do with Ruby or Rails.

answer Mar 23, 2014 by anonymous
Similar Questions
+1 vote

I deployed one small app in heroku built on ROR, now I want to send mails. How is it possible can anyone give me a details how to do it.

0 votes

I have 4 tables from the first table, I took all data from the two columns and displayed it in the view. For each data, I have two text fields and the user is supposed to fill those data. Having filled data into the text field, how can I insert all the records into the second table using one form only?

+1 vote

I'm not looking for solution, but steps you would take to figure it out. I don't have experience with APIs and I figured that catching youtube data points and storing them in the database would be a great start?

Here is what I'm trying to accomplish: when I insert youtube video link into a form (create), then: thumb, link, title, date uploaded will get saved into the database as soon as I hit "submit." This will allow me to display these videos using the views.

+2 votes

How to convert utc time to a time in a particular time zone. As I need to display local time of Timezone(-05:00).

+1 vote

I am using redmine and in welcome page, it displays all projects and subprojects. I want to hide all subprojects and display parent projects only. Any suggestion on how to achieve this?

...