CARVIEW |
ryanb
(Ryan Bates)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Ryan Bates
- Website/Blog
- https://railscasts.com
- Company
- Railscasts
- Location
- Southern Oregon
- Member Since
- Feb 07, 2008
Following 82 coders and watching 280 repositories view all →
Public Repositories (36)
-
cancan
Simple authorization for Rails.
Last updated Tue Apr 20 17:02:14 -0700 2010
-
dotfiles
config files for zsh, bash, completions, gem, git, irb, rails
Last updated Tue Apr 20 10:48:04 -0700 2010
-
nifty-generators
A collection of useful Rails generator scripts.
Last updated Mon Apr 19 15:55:56 -0700 2010
-
railscasts-episodes
The full source code for projects used in Railscasts episodes.
Last updated Sun Apr 18 23:20:59 -0700 2010
-
importex
Import an Excel file using Ruby.
Last updated Mon Feb 08 09:50:19 -0800 2010
-
railscasts
railscasts.com in open source goodness!
Last updated Sun Feb 07 19:20:19 -0800 2010
-
cocoa-web-app-example
A Cocoa application to demonstrate the interaction between Objective-C and JavaScript in a WebView.
Last updated Tue Jan 19 10:47:47 -0800 2010
-
nested_form
Rails plugin to conveniently handle multiple models in a single form.
Last updated Mon Jan 11 23:36:52 -0800 2010
-
complex-form-examples
Various ways to handle multi-model forms in Rails.
Last updated Sat Jan 09 10:41:27 -0800 2010
-
ruby-warrior
Game written in Ruby for learning Ruby and artificial intelligence.
Last updated Sun Jan 03 14:21:08 -0800 2010
-
rails-templates
Template scripts for creating new rails applications.
Last updated Sun Nov 01 23:16:27 -0800 2009
-
rmov
Ruby wrapper for the QuickTime C API.
Last updated Tue Sep 15 15:27:53 -0700 2009
-
xapit
High level Ruby library for interacting with Xapian, a full text search engine.
Last updated Fri Sep 04 08:04:08 -0700 2009
-
xapit-sync
Rails plugin to automatically reload a Xapian database when models change.
Last updated Mon Jun 22 13:03:40 -0700 2009
-
trusted-params
Rails plugin for overriding attr_accessible protection.
Last updated Mon Jun 01 13:37:12 -0700 2009
-
xapit-server
Rack server for interacting with a Xapian database remotely through Xapit.
Last updated Wed May 27 14:54:28 -0700 2009
-
scope-builder
Build up named scopes conditionally.
Last updated Mon May 18 13:53:40 -0700 2009
-
populator
Mass populate an Active Record database.
Last updated Sat Apr 25 09:36:11 -0700 2009
-
swapper
Ruby script for swapping two elements on a line (to be used in text editors).
Last updated Fri Apr 03 08:07:47 -0700 2009
-
blog-screencast
Example blog application built in the offical 15 minute Rails screencast.
Last updated Sat Mar 07 20:43:15 -0800 2009
-
uniquify
Generate a unique, random token for Active Record.
Last updated Sun Nov 09 20:28:13 -0800 2008
-
myideadrawer
Rails Rumble 2008 entry by Ryan Bates and Kelli Shaver
Forked from railsrumble/teamwnn Sun Oct 19 17:19:41 -0700 2008
Last updated Sun Oct 19 16:39:34 -0700 2008
-
admiteer
Rails Rumble 2007 project by Jack Canty, Kelli Shaver, and Ryan Bates
Last updated Sat Oct 18 22:23:32 -0700 2008
-
daemon_generator
A plugin for creating psuedo-scheduled jobs in Ruby on Rails.
Forked from dougal/daemon_generator Mon Sep 29 07:21:22 -0700 2008
Last updated Mon Sep 29 07:27:45 -0700 2008
-
association-freezer
Freeze a belongs_to association in Active Record.
Last updated Fri Aug 29 14:30:20 -0700 2008
-
thinking-sphinx
Sphinx plugin for Rails and Merb
Forked from freelancing-god/thinking-sphinx Mon Aug 18 19:13:40 -0700 2008
Last updated Tue Aug 19 12:54:21 -0700 2008
-
todo-list.tmbundle
A simple TextMate bundle to manage a todo lists.
Last updated Thu Aug 14 16:41:21 -0700 2008
-
ryan-bates.tmbundle
Miscellaneous commands and snippets I use in TextMate.
Last updated Thu Aug 14 14:45:17 -0700 2008
-
ryan-on-rails.tmbundle
Some TextMate snippets I use when working with Ruby and Rails.
Last updated Thu Aug 14 14:43:41 -0700 2008
-
textmate-themes
My TextMate themes (includes Railscasts theme)
Last updated Thu Aug 14 11:07:54 -0700 2008
-
selenium-on-rails
This repo is no longer maintained, see the official repository by paytonrules.
Last updated Sat Aug 02 09:23:30 -0700 2008
-
acts-as-list
Gem version of acts_as_list Rails plugin.
Last updated Mon Jul 21 16:23:14 -0700 2008
-
render-caching
Cache render calls in Rails controllers.
Last updated Thu Jun 19 15:50:04 -0700 2008
-
searchify
Rails plugin to add extra searching functionality to models.
Last updated Wed Jun 04 14:10:19 -0700 2008
-
exception_logger
Don't use this fork, instead use the original by defunkt as that has these changes merged in.
Forked from defunkt/exception_logger Sun May 04 22:28:23 -0700 2008
Last updated Sun May 04 22:37:09 -0700 2008
-
static_actions
Rails plugin to quickly make named routes for non-RESTful actions.
Last updated Thu Apr 03 11:58:38 -0700 2008
Public Activity 
How to test with cucumber?
-
e200814
adding joins clause to accessible_by when conditions are acros...
-
4da31c0
can has cheezburger? (thanks Seivan)
-
d8e8657
adding soft wrapping for html and plain text files in Vim
Provide useful error message when given invalid direction
Support Rails 3
-
8fbb025
releasing 0.4.0 with initial Rails 3 support
-
c4f0d7d
fixing a few generator bugs accidentally introduced in Rails 2
-
f050db1
improving Rails 3 support for nifty:layout
-
c500b47
improving gemspec and readme
- 12 more commits »
Nifty Layout: application.html.erb Invalid Markup
-
8b90e3c
adding xmlns to layout <head> element - closes #31
-
40082a0
adding error_messages_for helper method to nifty:layout generator
Rerunning scaffolds?
[Rails3] Raw Config File in 'config/initializers/load_app_config.rb'
Problems with Rails 3.0.0.beta2
-
3f58e72
bringing up to speed with Rails 3 beta 3 - closes #30
Double <head> tag
-
59dfd90
adding episode 210
-
5aa6252
removing unused methods and a bit more refactoring
-
bbbc8a6
refactoring much of Ability class into separate CanDefinition ...
cancan + cucumber documentation
Rails Generators for Cucumber with localized steps for Capybara and Webrat
Basic Rails 3 engine utilizing Authlogic, CanCan and Easy Roles
-
232ecd5
releasing 1.1.1 which fixes behavior in Rails 3 by properly in...
-
e1652ea
adding admin namespace wiki page link to readme
-
b9995c6
minor changes to readme