Taz4 printing out a new 3rd Iris extended length leg
KIROKAZE
𓃗
I'd rather be in outer space 🛸
Misplaced Lens Cap

ellievsbear

if i look back, i am lost
hello vonnie
macklin celebrini has autism

titsay
ojovivo

Origami Around

#extradirty
taylor price

No title available
Keni
Lint Roller? I Barely Know Her
YOU ARE THE REASON
d e v o n

gracie abrams

@theartofmadeline

seen from China

seen from Colombia
seen from United States
seen from South Korea

seen from Colombia
seen from Pakistan

seen from Malaysia

seen from Malaysia
seen from Ukraine

seen from Malaysia
seen from Thailand
seen from United States
seen from United States
seen from Brazil

seen from Canada
seen from Guinea

seen from Canada

seen from Malaysia

seen from Canada

seen from India
@e7engine
Taz4 printing out a new 3rd Iris extended length leg
Etsy’s Trying to Fix Tech’s Women Problem. Why Aren’t You? The first step is, throw out the hoodie-wearing boy-genius and build a new archetype.
3d doodle maker
Favorite rvm flag
One of my favorite rvm flags is the —ruby-version flag. I use it when I want to create or use a gemset
rvm use 2.0.0@gemset_name --ruby-version
This creates the .ruby-version and .ruby-gemset dotfiles in your project directory so it will load the rvm ruby version and gemset automatically. Thanks for this rvm.
Adium Hipchat Emoticon shortcuts
Customizing Rails generator templates
I find I spend a lot of time changing the scaffold code in controllers and views to wire up Devise authorization code and html layouts.
I wanted to tailoring the rails scaffold generator to automatically generate code in my controllers and views. I searched out the template files that rails uses to create the controller and view files. These are located in the rvm railties gem directory.
/usr/local/rvm/gems/ruby-1.9.3-p374@<app_name>/gems/railties-3.2.9/lib/rails/generators/rails/scaffold_controller/templates/controller.rb /usr/local/rvm/gems/ruby-1.9.3-p374@<app_name>/gems/railties-3.2.9/lib/rails/generators/erb/scaffold/templates/index.erb.html (and the other views) /usr/local/rvm/gems/ruby-1.9.3-p374@<app_name>/gems/activerecord-3.2.9/lib/rails/generators/active_record/model/templates/model.rb /usr/local/rvm/gems/ruby-1.9.3-p374@<app_name>/gems/rspec-rails-2.12.0/lib/generators/rspec/controller/templates/controller_spec.rb
To tailor these, I created a local copy in the lib/templates directory and edited the app-specific copy. The local copy goes into each MVC specifc directory:
lib/templates/rails/scaffold_controller/controller.rb lib/templates/erb/scaffold/index.erb.html (and the other views) lib/templates/active_record/model/model.rb lib/templates/rspec/scaffold/controller_spec.rb
If you want to replace the scaffold_controller_generator code itself, you can create lib/generators/rails/my_scaffold_controller/my_scaffold_controller_generator.rb with templates under lib/generators/rails/my_scaffold_controller/templates directory.
Then I pointed my application to the new scaffold_controller in config/application.rb:
config.generators do |g| g.scaffold_controller = "my_scaffold_controller" end
Vu meter man
Vu meter man for tayda electronics kits
Hail in mancos
3d printed logo
Makerbot Replicator 2 3D printer communicates with R2D2
Ubuntu setup on Digital Ocean
- Login as root - change admin password
passwd
-get preferred editor
sudo apt-get install vim
- set vim as default
sudo update-alternatives --config editor
- Add user and set
adduser username
- Add permissions below root privileges in visudo file.
visudo
username ALL=(ALL:ALL) ALL
- Change ssh port and Turn off root login
vim /etc/ssh/sshd_config
Port 25000 Protocol 2 PermitRootLogin no
At bottom of file
UseDNS no AllowUsers demo
reload ssh
And
End
The new E7 MakerBot Replicator 2 in action making it's first nut and bolt.
Cachely has promise.. wondering if they will charge a monthly fee like all the other great Heroku apps?
Ninja Blocks, apps for your stuff.
Wolf creek, co
Share everything or control users. check
Easily manage all your content across all devices. check
Can run on most anything with a brain and a some hard drive space. Check
Is this a discussion or an affirmation?
Do they make it for Raspberry Pi yet?