Found 18 bookmarks
Custom sorting
Ruby Git Server
Ruby Git Server
I’ve been toying with a POC of a side project and for one the moving pieces, I needed a Git server I could self-host. One option I considered was using something like Gitea, but I eventually preferred something that was easier to customize and maintain by myself, so I needed a lighter solution. It turns out that Git itself already includes git-http-backend, a CGI program that allows to interact with a Git repository through the http[s] protocol.
·dagi3d.net·
Ruby Git Server
Run RuboCop on git commit with Overcommit Gem - Prabin Poudel - Rails & Web App Developer | Freelancer
Run RuboCop on git commit with Overcommit Gem - Prabin Poudel - Rails & Web App Developer | Freelancer
How do you make sure every member in your team follows best coding practices and never commits code with issues to remote repository? Answer is overcommit gem and git hooks. You can configure overcommit gem to run RuboCop on modified codes before committing those code to git
·prabinpoudel.com.np·
Run RuboCop on git commit with Overcommit Gem - Prabin Poudel - Rails & Web App Developer | Freelancer
ruby-git/ruby-git: Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.
ruby-git/ruby-git: Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.
Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary. - GitHub - ruby-git/ruby-git: Ruby/Git is a Ruby library that...
·github.com·
ruby-git/ruby-git: Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.
schacon/ruby-git
schacon/ruby-git
Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.
·github.com·
schacon/ruby-git
fspeirs/grittle
fspeirs/grittle
Ruby script to generate OmniGraffle diagrams of Git repositories
·github.com·
fspeirs/grittle
Deploying Ruby Applications to AWS Elastic Beanstalk with Git - AWS Ruby Blog
Deploying Ruby Applications to AWS Elastic Beanstalk with Git - AWS Ruby Blog
With the release of Ruby container support on AWS Elastic Beanstalk, it is now possible to deploy Rails (or any Rack-based) applications onto the AWS infrastructure in just a few easy steps. The container is backed by Amazon EC2 and automatically provisions the machines to use Phusion Passenger (with nginx under the hood). You can […]
·ruby.awsblog.com·
Deploying Ruby Applications to AWS Elastic Beanstalk with Git - AWS Ruby Blog
jeweler でらくらく rubygems 作成(github編) - まさにっき(コードで世界を変えたい人の記録)
jeweler でらくらく rubygems 作成(github編) - まさにっき(コードで世界を変えたい人の記録)
jeweler とは rubygems 作成支援ツールとでも言えば良いのでしょうか。 こいつ自体は gem install jeweler でインストールできます。 くわしくは Route 477 - gemspecの作り方がわからない?ならばjewelerだ 前提条件 このエントリを読む人は以下を満たしていると良いか…
·d.hatena.ne.jp·
jeweler でらくらく rubygems 作成(github編) - まさにっき(コードで世界を変えたい人の記録)
github に gem を公開する - 川o・-・)<2nd life
github に gem を公開する - 川o・-・)<2nd life
http://github.com/ 最近一部で話題沸騰の github。github は Rails で作られたアプリケーションでは、自分が知りうる限り一番の完成度と使いやすさを誇るんじゃないか、と思っています。 ソースコードツリーの見やすさ、(g)zipでくれ機能、各種 git の情報へのアクセスしやすさ、最初に …
·d.hatena.ne.jp·
github に gem を公開する - 川o・-・)<2nd life