0
votes
1answer
50 views

What should I include in Git project?

My webapp is written in Ruby on Rails. I'm new to git and want to know what kind of files should I include in the project. Please mention what files should I push into git projects.
1
vote
1answer
31 views

How to prevent personal info to be shown in public repo on github?

I have a rails app that I am deploying with heroku. I am also using github. In my app, I have a file (below) that I believe is needed in order for mail to be sent. However this file contains my ...
0
votes
2answers
39 views

rails app deploy setting failed

I'm following the this site. And I'm in step 6(6. Deploy!). So I executed below the command in turn. $ git add . $ git commit -am "add deployment configs" $ git push master $ cap deploy:setup And ...
0
votes
1answer
35 views

Modified gem files on rubymine to checkin on github

I have some gem files on rubymine in my external libraries which I am modifying as per my project requirements. Eg: I am modifying the HtmlPrinter class located under RSpec::Core::Formatters and when ...
2
votes
1answer
41 views

Git tagging and rails gemfile

I have a gem that is hosted on github and not yet pushed to rubygems, and I added a tag to the master branch of the gem like this: git tag –a v0.1.0 –m "gem version 0.1.0" git push origin —tags and ...
0
votes
1answer
43 views

Existing Heroku app and Github

I have an existing Rails app at heroku. I have a github account. I'd like to use the Github Mac app to view/commit changes and push back up to Heroku. Can this be done? Or can the Github Mac ...
0
votes
1answer
26 views

github api Name of the user is different in Search info results and User complete info results, how can i get correct name

I am using github_api gem in my rails application. NOTE: check the name of the user, in first result name is "koti" , in second result "Koteswara Rao". My question is how can i get Original user ...
0
votes
2answers
50 views

Building site on Heroku

I'm beginner on rails, heroku and git, but I've done all installation stuffs. I created two projects on heroku.com, but I don't know how to change them from my PC (the way I looked from help doesn't ...
0
votes
1answer
144 views

Cannot push to github, ssh: Could not resolve hostname

I can't get pass this, have remade the repository multiple times, made ssh keys over -------------- demo_app <username>$ git remote add origin git@github.com:<username>/demo_app.git ...
0
votes
0answers
29 views

github api pagination not working and Link header always nil?

I am using github_api gem in my rails application, when i am accessing users, i am getting only first 100 users. and link header always shows nil only. I am giving the steps below what i am doing, ...
0
votes
1answer
42 views

Capistrano rollback - what happens to GIT?

I have a Rails app that is using GIT, Github, and Capistrano. I have GIT repositories on my local iMac, Github and the production server. My normal process is: I run (1) $ git push (to push the ...
0
votes
2answers
32 views

Pages stored in MongoDB, accessible by mongo shell, but not tracked by git, and not visible when pushing to GitHub

As the title says (and as it may be visible that I am still a beginner). In my rails app, I have implemented an MVC for support pages to my app. I wanted to show the pages that I created to my ...
1
vote
3answers
77 views

Git More than one value for the key user.name/email

Problem 1. when I run the command $ git config --global user.name # or $ git config --global user.email I get the following error message: error: More than one value for the key user.name/email ...
1
vote
2answers
54 views

Accidentally created a git submodule

So I was developing a API Client gem, which was working great, had it's own github repository and my team lead decided that he wanted me to move this client api into the api repository itself. So I ...
0
votes
2answers
53 views

Writing a curl Post call in Ruby

If i issue a POST request using curl command to github api to add "Resolved" label; things are good. curl -i -H "Authorization: token xxxxxxxxxxxx" -X POST ...
3
votes
3answers
49 views

Avoiding to hardcode server configuration

I'm working on a Rails application, and I'm about to open-source it. I'm deploying it to a VPS server, configured with nginx and unicorn, following this RailsCast. In order to get Capistrano, Nginx ...
-2
votes
2answers
69 views

bundle remote error: Repository not found

I want deploy the sample project of rails3 in action.When i run 'bundle install',it tells me that remote error: Repository not found.I am new to git,github and rails3.but i have alreay created a ...
3
votes
1answer
75 views

How can I add “current streak” of contributions from github to my blog?

I have a personal blog I built using rails. I want to add a section to my site that displays my current streak of github contributions. What would be the best way about doing this? edit: for ...
0
votes
1answer
21 views

Unable to Read SHA1 File while Deploying

When attempting to deploy via Capistrano I am getting the following errors. This is happened on a repo that I've been working on for more than a year and everything has been going smooth during the ...
0
votes
2answers
56 views

how to fix my git push error? did I screw it up?

Up to this point, I had very few problems deploying my app. However, after a deployment tonight, I got an unfixable app error. So I did a rollback from v7 back to v4 from a week ago. The app worked ...
0
votes
2answers
29 views

rolling back a deployment on heroku then uploading another version without roll forward?

I rolled back my app on heroku from v7 to v4 (for example) which is a previous version from a week ago. Since v7 introduced some errors, I want to upload a completely new version. I tried to deploy ...
0
votes
1answer
70 views

Access problems with a rails app cloned from github that uses Heroku

I have cloned a project from GitHub, and now I can't run it locally. I get this error in the browser: Moped::Errors::ConnectionFailure at / Could not connect to any secondary or primary nodes for ...
1
vote
2answers
49 views

keep http authentication private in a public github repo?

I have a public Github repo for an app that I'd like to add authentication to. I plan to use basic http authentication, but this would require that I store the username and password in the ...
1
vote
1answer
121 views

git push heroku hangs

Disclaimer: I am a noob. I am learning ruby using the http://ruby.railstutorial.org/ and until two days ago everything worked fine. I am not sure exactly what went wrong but i am not able to push ...
0
votes
1answer
118 views

How do you completely uninstall git and Railsinstaller on Windows 7 for fresh re-install

(Windows 7 64-bit) I had previously installed the Railsinstaller and did not follow through on using it. I uninstalled it using Revo Uninstaller, but now I'd like to reinstall it. After running the ...
0
votes
0answers
90 views

Heroku Page not Found Error after Deploy

EDIT -- Just cleared the cache an everything worked out fine again. Thanks for those who stopped by to read :) So I launched a site last night in heroku and when I deployed a new commit I got some ...
1
vote
2answers
66 views

How do I work on my Rails app in development mode, but push it in production mode?

Simple question, I do all my work on my local at home computer and then I git push to my repo on github, and then on my Ubuntu Server I do a git pull to get the content, but this causes ...
0
votes
1answer
198 views

Rails: Populate Heroku database with development.sqlite3 data

I would not ask this if my peculiar case had already been answered on this forum so please pardon my re-asking. I have a rails app which uses an sqlite3 database for development and it already ...
0
votes
0answers
55 views

What advantage Capistrano has over direct github clone ?

I was wondering what advantage Capistrano has over direct cloning of files from github to my server for my RoR app ?
0
votes
1answer
46 views

Issues starting a rails server

I am working on an application that makes use of Ruby on Rails. There are 5 of us in the group and so we are using GitHub. I have rails setup on my computer and am able to create my own projects and ...
-5
votes
1answer
44 views

github push disable rails project

I download the Github app for Mac and push my rails project with it. With no prior editing to the coding, and the application work fine...immediately after I push the project to Github my application ...
1
vote
0answers
39 views

Janky response: Unknown repository :'myrepo'

I take unknown repository error when I build my Github repo on campfire like below: hubot ci build scholar Unknown repository: "scholar" Here my Janky heroku logs: 2013-02-26T07:53:58+00:00 ...
0
votes
1answer
54 views

git checkout code until chapter 8 of Michael Hart's book

I have been to trying to learn ruby on rails tutorial from http://ruby.railstutorial.org/ruby-on-rails-tutorial-book I completed chapter 8 , but along the way I made some errors in my rpsec and the ...
0
votes
1answer
92 views

Running Rails App Downloaded from GitHub (database.yml)

I'm a newb to rails, so please excuse this question but I've been searching everywhere for how to do it. I have a github project I cloaned that I'm going to have to eventually work on, but need to ...
0
votes
1answer
88 views

heroku deploy app (toto blog) don't work

hy i'm trying to deploy a toto blog on heroku system. this is the guide: site i have a error when i deploy. can you help me? thanks cristiano@ubuntu64bit1204:~$ git clone ...
0
votes
1answer
46 views

Deploying Rails Apps to heroku from multiple PC

I am Rails newbie and learning to build rails apps. First time I deploy from my home PC and then everything just fine, then I want to work on the apps and deploy from my laptop and work PC, but it ...
0
votes
2answers
31 views

Git. Deploy subcatalogs, it is realy?

I have directory: Folder/, this is repository on github. In this directory exist another directory: Folder/Site/. I need deploy Site/ to Heroku or VPS. I dont want creating new repository in ...
0
votes
0answers
80 views

SSH keys Passphrase prompt (rails, github and deployment)

I'd like to have my keys more secure and keep a passphrase. For other reasons, I'd like to sync data from a server to another periodically via a crontab. And in order to achieve this, the passphrase ...
0
votes
1answer
152 views

How to set up Michael Hartl's Ruby on Rails development environment with a Ubuntu 12.04 Cloud Instance server?

I am currently following Michael Hartl's famous Rails Tutorial to build a twitter app with Rails. It's all great using my MacOSX. I can use Sublime Text 2, Github, Heroku, iTerms all seamlessly and ...
5
votes
1answer
137 views

What is the correct protocol/etiquette for forking a Ruby/Rails gem on Github that may be maintained as an ongoing, parallel fork?

Recently I used a nice gem created by a single developer, which is hosted on Github. During my work, I had to modify it somewhat substantially, adding some improvements. Some were project-specific, ...
1
vote
1answer
55 views

Download a ruby gem fix?

So I'm still pretty new to the world of Ruby, Gems, and Git. I'm using the Instagram ruby gem, which currently has a security flaw: https://github.com/Instagram/instagram-ruby-gem/issues/39 In that ...
1
vote
2answers
52 views

Understanding GitHub work flow; what to do after cloning from github?

I am working with RoR, and have recently cloned a project via GitHub. I have a specific RVM gemset for this project, but nothing inside of it. I am not sure if I should create a new branch and then ...
1
vote
1answer
134 views

List of Repos (Public and Private) for an Organization on Github

I am trying to get a list of all repos associated with an organization using the github api gem in my rails application. I use omniauth to authenticate a user and then I am able to access a list of ...
0
votes
0answers
209 views

Github Omniauth failure Rails 4

I am using omniauth-github with devise and rails 4. I have the the following in my registered Github application: Application Name: Foo URL: http://127.0.0.1:4000/users/auth/github Callback URL: ...
6
votes
2answers
573 views

Github contributions graph [closed]

There is a wonderful contributions chart that github.com came with. Does anybody know if they use some kind of library or gem? If it is open source, I would like to use it my project as well. It ...
0
votes
2answers
531 views

Can't bundle/install Kgio Error

I can't seem to install kgio with my app, every time I do bundle install. I get this error ! Can anyone help me? I have tried re bundling like 5 times already. ...
0
votes
1answer
248 views

bundle install works, but bundle-show gives error “rails.git is not yet checked out. Please run `bundle install`”

I've recently updated our Gemfile to use a forked copy rails on our github account. We've created a custom branch off the 2.3-stable branch (which I'll call "the_bugfix_branch") and added gemspecs for ...
1
vote
1answer
52 views

How to Push to Heroku From Personal Server?

I've recently set up bare, shared repository on a personal server and would like to push to heroku directly from there -- that is, NOT use github. I guess I'm not sure I understand every part of the ...
1
vote
1answer
253 views

Site dead. “ACTION REQUIRED: Rails Security Vulnerability ”

My site is currently dead therefore I can't explain how urgent for me this is. Situation: A few days ago I received an e-mail from Heroku "ACTION REQUIRED: Rails Security Vulnerability " advising me ...
0
votes
0answers
117 views

rake db:create doesn't work

I have cloned a ruby on Rails repo with the intention of doing some work on this project. At the moment i'm running into some mysql issues. I am on snow leopard 10.6.8 64bit ruby 1.8.7 (2011-06-30 ...

1 2 3 4 5 6