Update Rails documentation (4.1.0)

pull/90/head
Thibaut 11 years ago
parent 0025730ea2
commit 6e8855ff91

@ -19,7 +19,7 @@ module Docs
self.name = 'Ruby on Rails' self.name = 'Ruby on Rails'
self.slug = 'rails' self.slug = 'rails'
self.version = '4.0.4' self.version = '4.1.0'
self.dir = '/Users/Thibaut/DevDocs/Docs/RDoc/Rails' self.dir = '/Users/Thibaut/DevDocs/Docs/RDoc/Rails'
html_filters.replace 'rdoc/entries', 'rails/entries' html_filters.replace 'rdoc/entries', 'rails/entries'
@ -36,7 +36,6 @@ module Docs
ActionController/Rescue.html ActionController/Rescue.html
ActionController/UrlFor.html ActionController/UrlFor.html
ActionDispatch/DebugExceptions.htnl ActionDispatch/DebugExceptions.htnl
ActionDispatch/Http/FilterParameters.html
ActionDispatch/Http/URL.html ActionDispatch/Http/URL.html
ActionDispatch/Integration/Runner.html ActionDispatch/Integration/Runner.html
ActionDispatch/Integration/Session.html ActionDispatch/Integration/Session.html
@ -47,14 +46,12 @@ module Docs
ActionDispatch/ShowExceptions.html ActionDispatch/ShowExceptions.html
ActionView.html ActionView.html
ActionView/Context.html ActionView/Context.html
ActionView/DependencyTracker/ERBTracker.html
ActionView/FileSystemResolver.html ActionView/FileSystemResolver.html
ActionView/FixtureResolver.html ActionView/FixtureResolver.html
ActionView/LogSubscriber.html ActionView/LogSubscriber.html
ActionView/ModelNaming.html ActionView/ModelNaming.html
ActionView/Template/Handlers/Erubis.html ActionView/Template/Handlers/Erubis.html
ActiveModel.html ActiveModel.html
ActiveModel/Lint/Tests.html
ActiveRecord.html ActiveRecord.html
ActiveRecord/DynamicMatchers/Finder.html ActiveRecord/DynamicMatchers/Finder.html
ActiveRecord/Sanitization.html ActiveRecord/Sanitization.html
@ -68,8 +65,7 @@ module Docs
ActiveSupport/Testing/ConstantLookup.html ActiveSupport/Testing/ConstantLookup.html
ActiveSupport/Testing/Declarative.html ActiveSupport/Testing/Declarative.html
ActiveSupport/Testing/Isolation/Subprocess.html ActiveSupport/Testing/Isolation/Subprocess.html
Rails/API/Task.html Rails/API/Task.html)
Rails/ConsoleMethods.html)
options[:skip_patterns] = [ options[:skip_patterns] = [
/\AAbstractController\/ViewPaths/, /\AAbstractController\/ViewPaths/,
@ -79,14 +75,12 @@ module Docs
/\AActionController\/Test/, /\AActionController\/Test/,
/\AActionDispatch\/RemoteIp/, /\AActionDispatch\/RemoteIp/,
/\AActionDispatch\/Test/, /\AActionDispatch\/Test/,
/\AActionMailer\/DeliveryMethods/,
/\AActionView\/LookupContext/, /\AActionView\/LookupContext/,
/\AActionView\/Resolver/, /\AActionView\/Resolver/,
/\AActiveRecord\/ConnectionAdapters\/(?!DatabaseStatements|SchemaStatements|Table)/, /\AActiveRecord\/ConnectionAdapters\/(?!DatabaseStatements|SchemaStatements|Table)/,
/\AActiveSupport\/JSON\//, /\AActiveSupport\/JSON\//,
/\AActiveSupport\/Multibyte\/Unicode\//, /\AActiveSupport\/Multibyte\/Unicode\//,
/\AActiveSupport\/XML/i, /\AActiveSupport\/XML/i,
/\ALogger/,
/\ASourceAnnotationExtractor/] /\ASourceAnnotationExtractor/]
options[:attribution] = <<-HTML options[:attribution] = <<-HTML

Loading…
Cancel
Save