sudo gem install zip git clone git://github.com/rtomayko/date-performance.git cd date-performance rake package:build cd dist sudo gem install...
This note shows how to merge an ugly feature branch with multiple dirty WIP commits back into the master as...
sudo gem install rails --version="=1.2.3" rails _1.2.3_ new-project-folder
sudo apt-get install unzip rake rails:freeze:edge RELEASE=2.2.2
Append this to your ~/.bashrc: export PS1='\[\033[01;32m\]\h\[\033[01;34m\] \w\[\033[31m\]$(__git_ps1 "(%s...
tmp/* storage/* db/*.sqlite3 db/schema.rb db/structure.sql public/system .project .idea/ public/javascripts/all* public/stylesheets/all* public/stylesheets/*.css config/database.yml *~ *#* .#* .DS_Store webrat-*.html
If you would like to checkout the branch groups, you can simply say this in recent versions of Git:
Basic configuration Please keep this config simple. It should be a starting point for new developers learning Git. [user]
This is for people recovering from Subversion. Get an existing from the server for the first time git clone git@example.com...
You are getting when connecting via SSH or deploying with Capistrano (which uses SSH): Too many authentication failures for username...
Gem to provide nice looking urls ("/blog/the-greatest-bug-i-never-fixed"). If you don't need anything too special (like i18n for the urls...
Consent is an access control abstraction layer for ActionController. It lets you restrict access to actions across your application using...
Wrapper from Globalite API to the Rails 2.2 I18n API
I was setting up a Subversion repository one year ago. Of course, I also wanted to have regular backups of...
LaterDude is a small calendar helper with i18n support
Until some future version of HTML gives us new native controls to use in a browser, at Google, we’ve...
Noel Rappin discusses ways to keep up with edge Rails.
theman is a super simple "framework" that uses god/rufus-scheduler to create long running workers that do things at certain times...
Reads Active Record's validations and makes them available to live client side javascript
A Rails FormBuilder with semantically rich and accessible markup.
The ability to update and close Trac tickets associated with a given repo whenever a commit is made to that...
Flotr is a javascript plotting library based on the Prototype Javascript Framework (version 1.6.0.2 at the moment) and inspired by...
Heroku's architecture enables deployment with nothing but Git. Deployment is fast, simple, and just works – all you do is...
Simplifies plugin testing by creating an isolated Rails environment that simulates its usage in a real application