Skip to content

Instantly share code, notes, and snippets.

View arnelbucio's full-sized avatar

Arnel Bucio arnelbucio

View GitHub Profile
@arnelbucio
arnelbucio / application.rb
Last active August 29, 2015 13:58
Disable Rails assets and RSpec view and helper specs generators
# Disable Rails assets and RSpec view and helper specs generators
config.generators do |g|
g.assets false
g.test_framework :rspec,
view_specs: false,
helper_specs: false
end
@arnelbucio
arnelbucio / gist:9946286
Created April 3, 2014 00:47
Rails 4.1.0.rc2 Gemfile
source 'https://rubygems.org'
gem 'rails', '4.1.0.rc2'
gem 'pg'
gem 'sass-rails', '~> 4.0.2'
gem 'bootstrap-sass', '~> 3.1.1'
gem 'uglifier', '>= 1.3.0'
{
"always_show_minimap_viewport": true,
"atomic_save": false,
"auto_complete_commit_on_tab": true,
"auto_complete_selector": "source, text",
"auto_complete_with_fields": true,
"caret_style": "phase",
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,