Skip to content

Commit

Permalink
switched to edge rails
Browse files Browse the repository at this point in the history
  • Loading branch information
kfl62 committed Feb 7, 2009
1 parent 273414b commit c139c78
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
.*
!.gitignore
!.gitmodules
nbproject
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "vendor/rails"]
path = vendor/rails
url = git://github.com/rails/rails.git
Expand Up @@ -4,7 +4,7 @@
class ApplicationController < ActionController::Base
helper :all # include all helpers, all the time

before_filter :current_database
#before_filter :current_database

filter_parameter_logging :password, :password_confirmation
helper_method :current_trst_user_session, :current_trst_user, :current_title, :current_logo
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/new_rails_defaults.rb
Expand Up @@ -16,4 +16,4 @@
# if you're including raw json in an HTML page.
ActiveSupport.escape_html_entities_in_json = false

CGI::Session::ActiveRecordStore::Session.table_name = 'trst_users_sessions'
ActiveRecord::SessionStore::Session.table_name = 'trst_users_sessions'
1 change: 1 addition & 0 deletions vendor/rails
Submodule rails added at e4a7c0

0 comments on commit c139c78

Please sign in to comment.