search for: 9uaju3ca

Displaying 11 results from an estimated 11 matches for "9uaju3ca".

2011 Aug 04
1
GitHub - How to resolve this issue of preventing push to origin?
...nd. fatal: The remote end hung up unexpectedly **EDIT:** Output of running `git remote -v`: $ git remote -v heroku git-Vgi1d2+GxVTQT0dZR+AlfA@public.gmane.org:young-rain-273.git (fetch) heroku git-Vgi1d2+GxVTQT0dZR+AlfA@public.gmane.org:young-rain-273.git (push) origin git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:SWEngineer7sample_app.git (fetch) origin git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:SWEngineer7sample_app.git (push) sample git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:SWEngineer/sample_app.git (fetch) sample git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org...
2010 Sep 27
3
Rails3 app deploy : how to ?
Hello, I know many people are asking this kind of question. I searched in this forum and some others in the web but i did found something clear enough for my "ror''s power" (i''m not completly new but real close ;-) ) Well, I''m developing my application on os x, i''m using svn (team choice) for versionning but i will need to deploy on linux server (with
2013 Mar 03
1
Deploy with Capistrano. Bundle install freezes indefinetly.
..."rvm/capistrano" # Load RVM''s capistrano plugin. set :rvm_ruby_string, :local # Or whatever env you want it to run in. ''1.9.3'' set :domain, ''www.xxx.com'' set :application, "myapp" set :repository, "git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:myrepo/myapp.git" set :branch, "bkpantesbootstrap" # "master" set :scm, "git" # :git set :user, "myuser" set :deploy_to, "/home/myuser/apps/#{application}" set :deploy_via, :copy # :remote_cache set...
2011 Oct 02
5
tutorial: gravatar_image_tag problem
Hi all, Still working through the Hartl tutorials. Making progress but am hitting (another) wall. The repository is on github at: git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:aamax/sample_app.git if you want to see the code. I''ve pretty much followed the tutorial exactly except I am using rails 3.1.0 rather than 3.0.1 and some of the other gem versions are different. I posted a gist entry at https://gist.github.com/1257103...
2011 Aug 19
0
Sortable Nested Set for Rails 3.1.rc6 (Jquery + Nested set gem) released
Hello! Dreaming about Drag and Drop for Nested Sets? It’s should be with JQuery? Here’s the solution! https://github.com/the-teacher/Sortable-Nested-Set Installing cd ~ git clone git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:the-teacher/Sortable-Nested-Set.git cd Sortable-Nested-Set/ sudo bundle install change config/database.yml rake app:create rails s PLAY! I hope this will be useful for someone. -- Posted via http://www.ruby-forum.com/. -- You received this me...
2013 Feb 04
0
Jqgrid set both pagination and scroll loader in rails
Hi all, i am using ''jqgrid_rails'', :git => ''git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:ctisol/jqgrid_rails.git'', :tag => ''v1.2.6'' is possible to use both pagination and scroll loader. i want to use pagination as well as scroll loader at same time. can u any one help me with solution ASAP. thanks in advance. Im waiting...
2011 Oct 30
5
Fatal error: The remote end hung up unexpectedly
...it -m "new app" 1st step DONE 2. http://help.github.com/linux-set-up-git/ - I use this tutorial $ ssh-keygen -t rsa -C "a.sadecki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" passphrases --> empty I''ve copied id_rsa.pub into SSH Public Keys in GITHUBE site $ ssh -T git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org git config --global user.name "girly girl" git config --global user.email "a.sadecki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" git config --global github.user girlygirl git config --global github.token my_token 2nd step DONE 3. I go to the /home/...
2013 Mar 14
1
Ubuntu 12.10 Nginx Rails 3.2.13. Deploy in sub URI. Nothing happens!
...root html; } } Here is my deploy.rb: require "bundler/capistrano" require "rvm/capistrano" set :rvm_ruby_string, :local set :domain, ''www.myapp1.domain.com'' set :application, "myapp1" set :repository, "git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:xxxxxxxx/myapp1.git" set :branch, "master" set :scm, "git" set :user, "myapp1" set :deploy_to, "/home/myapp1/apps/#{application}" set :deploy_via, :remote_cache set :copy_strategy, :export set :use_sudo, false...
2009 Feb 15
2
Execute cap deploy:migrations fails
Hi there, I am trying to deploy a rails app on dreamhost. Here is the error message that I get: fatal: ''home/USER_NAME/DOMAIN_NAME/git/APPLICATION_NAME.git'': unable to chdir or not a git archive fatal: The remote end hung up unexpectedly /Users/USER/.gem/ruby/1.8/gems/capistrano-2.5.3/lib/capistrano/recipes/ deploy/scm/git.rb:224:in `query_revision'': Unable to resolve
2009 Aug 11
10
Git, Capistrano, Passenger, and Apache Questions
First, I''m trying to do the legwork with utilizing all 4 together because many people say it''s a good combination to use. I already have apache setup (was using it with the PHP version of my site formerly). I''ve installed all gems and dependencies that I need on my slice (using slicehost). I have a fully pushed git repository (master) on github (private git) with one
2011 Jun 30
13
Rails Installer Problem
Hello. Thanks to all who made the rails installer possible. I''m going through the video tutorial and am stuck at point 7:00 where we''re adding to github. Everything went smoothly up to that point. C:\Sites\ridemo>git add . fatal: Not a git repository (or any of the parent directories): .git What to do? Thanks in advance, Dan -- You received this message because you are