Skip to content

Instantly share code, notes, and snippets.

View sseletskyy's full-sized avatar
🍊
FP mood

Sergiy Seletskyy sseletskyy

🍊
FP mood
View GitHub Profile
@sseletskyy
sseletskyy / text shadow
Created June 30, 2013 21:04
nice shadow for black text on white
text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
@sseletskyy
sseletskyy / new_gist_file
Created June 30, 2013 21:41
Ruby starting point
http://www.ruby-lang.org/en/downloads/
@sseletskyy
sseletskyy / new_gist_file
Created June 30, 2013 21:42
Useful article about new features of Rails 4 and some other tasty links to other resources
http://habrahabr.ru/company/engineyard/blog/170473/
@sseletskyy
sseletskyy / new_gist_file
Created June 30, 2013 21:44
rbenv (replacement of RVM)
Install rbenv (replacement of RVM)
> brew install rbenv
> brew install ruby-build
Install ruby 2.0.0-dev
> rbenv install 2.0.0-p195
Set local version
> rbenv local 2.0.0-p195
@sseletskyy
sseletskyy / new_gist_file
Created June 30, 2013 21:45
Create a new rails project with Rails Composer (https://github.com/RailsApps/rails-composer/)
rails new trackonrails -m https://raw.github.com/RailsApps/rails-composer/master/composer.rb
@sseletskyy
sseletskyy / new_gist_file
Created June 30, 2013 21:47
Devise + CanCan + rolify Tutorial
https://github.com/EppO/rolify/wiki/Tutorial
@sseletskyy
sseletskyy / new_gist_file
Created June 30, 2013 21:47
Foundation Zurb
http://foundation.zurb.com/
@sseletskyy
sseletskyy / new_gist_file
Created June 30, 2013 21:48
Zurb + SimpleForm
http://stackoverflow.com/questions/9397809/integration-simple-form-2-0-0-and-zurb
@sseletskyy
sseletskyy / new_gist_file
Created June 30, 2013 21:48
Ruby and Rails links
http://railsapps.github.io/ruby-and-rails.html
@sseletskyy
sseletskyy / new_gist_file
Created June 30, 2013 21:49
Recommendations for a Rails tutorial
https://tutorials.railsapps.org/rails-tutorial