rails

Website/Blog
http://weblog.rubyonrails.org/
Member Since
Apr 01, 2008 (about 1 year)

Following 0 coders and watching 49 repositories view all →

Public Repositories (40)

  • rails

    Ruby on Rails

    legend

    Last updated Tue Feb 09 23:34:18 -0800 2010

  • jquery-ujs

    legend

    Last updated Sat Feb 06 22:27:16 -0800 2010

  • rails_upgrade

    Plugin to run checks on your Rails 2.x/3.x to check for obvious upgrade points on the path to 3.0

    legend

    Forked from jm/rails_upgrade Sun Jan 31 21:15:32 -0800 2010

    Last updated Fri Feb 05 20:11:41 -0800 2010

  • rails_xss

    A plugin for rails 2.3 apps which switches the default to escape by default

    legend

    Forked from NZKoz/rails_xss Tue Feb 02 13:12:03 -0800 2010

    Last updated Fri Feb 05 11:22:44 -0800 2010

  • arel

    A Relational Algebra

    legend

    Forked from brynary/arel Wed Oct 14 16:47:40 -0700 2009

    Last updated Mon Feb 01 04:54:59 -0800 2010

  • prototype_legacy_helper

    legend

    Last updated Sun Jan 31 11:42:11 -0800 2010

  • prototype-ujs

    legend

    Last updated Sat Jan 30 19:04:16 -0800 2010

  • exception_notification

    Exception Notifier Plugin for Rails

    legend

    Last updated Tue Jan 26 08:16:31 -0800 2010

  • dynamic_form

    legend

    Last updated Sat Jan 23 08:28:37 -0800 2010

  • hide_action

    legend

    Last updated Fri Jan 22 12:15:23 -0800 2010

  • verification

    legend

    Last updated Fri Jan 22 12:12:44 -0800 2010

  • open_id_authentication

    OpenID authentication plugin

    legend

    Last updated Thu Jan 21 12:00:24 -0800 2010

  • rack

    a modular Ruby webserver interface

    legend

    Forked from rack/rack Thu Oct 15 17:01:54 -0700 2009

    Last updated Sun Dec 27 16:29:36 -0800 2009

  • asset_server

    legend

    Last updated Wed Dec 09 07:48:36 -0800 2009

  • fcgi_handler

    Rails FastCGI handler

    legend

    Last updated Mon Oct 05 09:15:31 -0700 2009

  • sqlite2_adapter

    SQLite 2 adapter for Rails 3

    legend

    Last updated Mon Aug 17 06:52:24 -0700 2009

  • in_place_editing

    InPlaceEditing plugin

    legend

    Last updated Fri Feb 27 19:00:39 -0800 2009

  • irs_process_scripts

    The extracted inspector, reaper, and spawner scripts from script/process/*

    legend

    Last updated Tue Jan 27 13:47:51 -0800 2009

  • request_profiler

    Request profiler based on integration test scripts

    legend

    Last updated Sun Jan 18 09:56:50 -0800 2009

  • render_component

    Components allow you to call other actions for their rendered response while executing another ac...

    legend

    Last updated Mon Dec 29 17:10:39 -0800 2008

  • deadlock_retry

    Deadlock Retry plugin

    legend

    Last updated Tue Oct 14 16:05:31 -0700 2008

  • country_select

    Country Select Plugin

    legend

    Last updated Wed Oct 08 02:52:36 -0700 2008

  • iso-3166-country-select

    A plugin containing the old country_select helper

    legend

    Last updated Wed Oct 08 02:48:26 -0700 2008

  • tzinfo_timezone

    TZInfo Timezone plugin

    legend

    Last updated Wed Sep 10 12:12:21 -0700 2008

  • upload_progress

    Upload progress plugin

    legend

    Last updated Thu May 29 14:04:19 -0700 2008

  • tztime

    TzTime plugin

    legend

    Last updated Thu May 29 14:02:41 -0700 2008

  • token_generator

    Token generator plugin

    legend

    Last updated Thu May 29 13:59:44 -0700 2008

  • ssl_requirement

    SSL Requirement plugin

    legend

    Last updated Thu May 29 13:58:13 -0700 2008

  • scriptaculous_slider

    Scriptaculous slider plugin

    legend

    Last updated Thu May 29 13:56:45 -0700 2008

  • scaffolding

    Dynamic Scaffolding plugin

    legend

    Last updated Thu May 29 13:55:30 -0700 2008

  • localization

    Localization plugin

    legend

    Last updated Thu May 29 13:38:16 -0700 2008

  • javascript_test

    JavaScript testing plugin

    legend

    Last updated Thu May 29 13:37:12 -0700 2008

  • http_authentication

    Http Authentication

    legend

    Last updated Thu May 29 13:34:13 -0700 2008

  • continuous_builder

    Continuous integration made trivial

    legend

    Last updated Thu May 29 13:30:14 -0700 2008

  • auto_complete

    Auto Completion plugin

    legend

    Last updated Thu May 29 13:28:34 -0700 2008

  • atom_feed_helper

    AtomFeedHelper plugin

    legend

    Last updated Thu May 29 13:27:18 -0700 2008

  • acts_as_tree

    ActsAsTree plugin

    legend

    Last updated Thu May 29 13:25:50 -0700 2008

  • acts_as_nested_set

    ActsAsNestedSet

    legend

    Last updated Thu May 29 13:24:04 -0700 2008

  • acts_as_list

    ActsAsList plugin

    legend

    Last updated Thu May 29 13:21:58 -0700 2008

  • account_location

    Account Location Plugin

    legend

    Last updated Thu May 29 13:18:37 -0700 2008

Public Activity feed

rails added spastorino to rails_xss Fri Feb 05 10:45:26 -0800 2010
rails_xss is at rails/rails_xss
rails added jeremy to rails_xss Fri Feb 05 10:45:21 -0800 2010
rails_xss is at rails/rails_xss
rails commented on rails/rails Wed Feb 03 10:38:58 -0800 2010
Comment in d236827:

See http://github.com/rails/rails/commit/f390eade5fd70615ba2ee8e089821bcf2d5f7b17 -- we added rails db as a shortcut for dbconsole.

rails commented on rails/rails Tue Feb 02 17:18:57 -0800 2010
Comment in d236827:

codesnik, I recommend you do not look at how Ruby code is turned into Assembler. The inefficiencies that the Ruby community at large go through to present a nicer human environment is probably disgusting to most if you look under the covers. Don't look inside inside the chocolate factory!

Also, you can do "rails g" for generate. All the major commands have shortcuts. See "rails --help" for an index of them all.

rails added wycats to rails_xss Tue Feb 02 13:12:22 -0800 2010
rails_xss is at rails/rails_xss
rails added NZKoz to rails_xss Tue Feb 02 13:12:16 -0800 2010
rails_xss is at rails/rails_xss
rails forked NZKoz/rails_xss Tue Feb 02 13:12:04 -0800 2010
Forked repository is at rails/rails_xss
rails added jm to rails_upgrade Sun Jan 31 21:16:18 -0800 2010
rails_upgrade is at rails/rails_upgrade
rails forked jm/rails_upgrade Sun Jan 31 21:15:33 -0800 2010
Forked repository is at rails/rails_upgrade
rails added josh to prototype_legacy_helper Fri Jan 29 14:40:26 -0800 2010
prototype_legacy_helper is at rails/prototype_legacy_helper
rails added stefanpenner to prototype_legacy_helper Fri Jan 29 14:40:24 -0800 2010
prototype_legacy_helper is at rails/prototype_legacy_helper
rails created repository prototype_legacy_helper Fri Jan 29 14:39:50 -0800 2010
New repository is at rails/prototype_legacy_helper
rails added erikstmartin to jquery-ujs Fri Jan 29 12:22:42 -0800 2010
jquery-ujs is at rails/jquery-ujs
rails added stevestmartin to jquery-ujs Fri Jan 29 12:22:33 -0800 2010
jquery-ujs is at rails/jquery-ujs
rails added stefanpenner to prototype-ujs Fri Jan 29 12:22:30 -0800 2010
prototype-ujs is at rails/prototype-ujs
rails added wycats to jquery-ujs Fri Jan 29 12:20:49 -0800 2010
jquery-ujs is at rails/jquery-ujs
rails added sstephenson to prototype-ujs Fri Jan 29 12:20:42 -0800 2010
prototype-ujs is at rails/prototype-ujs
rails added josh to prototype-ujs Fri Jan 29 12:20:14 -0800 2010
prototype-ujs is at rails/prototype-ujs
rails created repository jquery-ujs Fri Jan 29 12:18:24 -0800 2010
New repository is at rails/jquery-ujs
rails created repository prototype-ujs Fri Jan 29 12:17:52 -0800 2010
New repository is at rails/prototype-ujs
rails added josevalim to dynamic_form Fri Jan 29 11:44:31 -0800 2010
dynamic_form is at rails/dynamic_form
rails added josevalim to hide_action Fri Jan 29 11:44:07 -0800 2010
hide_action is at rails/hide_action
rails added josevalim to verification Fri Jan 29 11:43:50 -0800 2010
verification is at rails/verification
rails added packagethief to open_id_authentication Fri Jan 22 08:52:48 -0800 2010
open_id_authentication is at rails/open_id_authentication
rails closed issue 3 on rails/open_id_authentication Fri Jan 22 08:52:21 -0800 2010
Rake tasks and model generators
rails closed issue 2 on rails/open_id_authentication Fri Jan 22 08:52:17 -0800 2010
init.rb config.gem comparison
rails closed issue 1 on rails/open_id_authentication Fri Jan 22 08:52:14 -0800 2010
OpenID Login uses last login url.
rails added sikachu to verification Fri Jan 22 07:05:41 -0800 2010
verification is at rails/verification
rails added sikachu to hide_action Fri Jan 22 07:05:40 -0800 2010
hide_action is at rails/hide_action
rails added sikachu to dynamic_form Fri Jan 22 07:05:36 -0800 2010
dynamic_form is at rails/dynamic_form
rails created repository dynamic_form Fri Jan 22 07:03:47 -0800 2010
New repository is at rails/dynamic_form
rails created repository hide_action Fri Jan 22 07:03:32 -0800 2010
New repository is at rails/hide_action
rails created repository verification Fri Jan 22 07:03:19 -0800 2010
New repository is at rails/verification
rails applied fork commits to open_id_authentication/master Wed Jan 06 09:25:08 -0800 2010
master was changed to 7acb98
rails updated gist: 267595 Sat Jan 02 10:30:01 -0800 2010
class SessionsController < ApplicationController skip_before_filter :authorize, :only => [ :new...