Created
June 5, 2014 09:27
-
-
Save matthieu-foucault/0bf58ab46e2011a10841 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| |-- actionmailer | |
| | |-- install.rb | |
| | `-- lib | |
| | |-- action_mailer | |
| | | |-- adv_attr_accessor.rb | |
| | | |-- base.rb | |
| | | |-- helpers.rb | |
| | | |-- mail_helper.rb | |
| | | |-- part.rb | |
| | | |-- part_container.rb | |
| | | |-- quoting.rb | |
| | | |-- utils.rb | |
| | | `-- version.rb | |
| | |-- action_mailer.rb | |
| | `-- actionmailer.rb | |
| |-- actionpack | |
| | |-- install.rb | |
| | `-- lib | |
| | |-- action_controller | |
| | | |-- assertions | |
| | | | |-- dom_assertions.rb | |
| | | | |-- model_assertions.rb | |
| | | | |-- response_assertions.rb | |
| | | | |-- routing_assertions.rb | |
| | | | |-- selector_assertions.rb | |
| | | | `-- tag_assertions.rb | |
| | | |-- base.rb | |
| | | |-- benchmarking.rb | |
| | | |-- caching | |
| | | | |-- actions.rb | |
| | | | |-- fragments.rb | |
| | | | |-- pages.rb | |
| | | | `-- sweeping.rb | |
| | | |-- caching.rb | |
| | | |-- cgi_ext | |
| | | | |-- cookie.rb | |
| | | | |-- query_extension.rb | |
| | | | `-- stdinput.rb | |
| | | |-- cgi_ext.rb | |
| | | |-- cgi_process.rb | |
| | | |-- cookies.rb | |
| | | |-- dispatcher.rb | |
| | | |-- failsafe.rb | |
| | | |-- filters.rb | |
| | | |-- flash.rb | |
| | | |-- headers.rb | |
| | | |-- helpers.rb | |
| | | |-- http_authentication.rb | |
| | | |-- integration.rb | |
| | | |-- layout.rb | |
| | | |-- middleware_stack.rb | |
| | | |-- middlewares.rb | |
| | | |-- mime_responds.rb | |
| | | |-- mime_type.rb | |
| | | |-- mime_types.rb | |
| | | |-- params_parser.rb | |
| | | |-- polymorphic_routes.rb | |
| | | |-- record_identifier.rb | |
| | | |-- reloader.rb | |
| | | |-- request.rb | |
| | | |-- request_forgery_protection.rb | |
| | | |-- rescue.rb | |
| | | |-- resources.rb | |
| | | |-- response.rb | |
| | | |-- rewindable_input.rb | |
| | | |-- routing | |
| | | | |-- builder.rb | |
| | | | |-- optimisations.rb | |
| | | | |-- recognition_optimisation.rb | |
| | | | |-- route.rb | |
| | | | |-- route_set.rb | |
| | | | |-- routing_ext.rb | |
| | | | `-- segments.rb | |
| | | |-- routing.rb | |
| | | |-- session | |
| | | | |-- abstract_store.rb | |
| | | | |-- cookie_store.rb | |
| | | | `-- mem_cache_store.rb | |
| | | |-- session_management.rb | |
| | | |-- status_codes.rb | |
| | | |-- streaming.rb | |
| | | |-- templates | |
| | | | `-- rescues | |
| | | |-- translation.rb | |
| | | |-- uploaded_file.rb | |
| | | |-- url_rewriter.rb | |
| | | `-- verification.rb | |
| | |-- action_controller.rb | |
| | |-- action_pack | |
| | | `-- version.rb | |
| | |-- action_pack.rb | |
| | |-- action_view | |
| | | |-- base.rb | |
| | | |-- erb | |
| | | | `-- util.rb | |
| | | |-- helpers | |
| | | | |-- active_record_helper.rb | |
| | | | |-- asset_tag_helper.rb | |
| | | | |-- atom_feed_helper.rb | |
| | | | |-- benchmark_helper.rb | |
| | | | |-- cache_helper.rb | |
| | | | |-- capture_helper.rb | |
| | | | |-- date_helper.rb | |
| | | | |-- debug_helper.rb | |
| | | | |-- form_helper.rb | |
| | | | |-- form_options_helper.rb | |
| | | | |-- form_tag_helper.rb | |
| | | | |-- javascript_helper.rb | |
| | | | |-- number_helper.rb | |
| | | | |-- prototype_helper.rb | |
| | | | |-- record_identification_helper.rb | |
| | | | |-- record_tag_helper.rb | |
| | | | |-- sanitize_helper.rb | |
| | | | |-- scriptaculous_helper.rb | |
| | | | |-- tag_helper.rb | |
| | | | |-- text_helper.rb | |
| | | | |-- translation_helper.rb | |
| | | | `-- url_helper.rb | |
| | | |-- helpers.rb | |
| | | |-- inline_template.rb | |
| | | |-- locale | |
| | | |-- partials.rb | |
| | | |-- paths.rb | |
| | | |-- reloadable_template.rb | |
| | | |-- renderable.rb | |
| | | |-- renderable_partial.rb | |
| | | |-- template.rb | |
| | | |-- template_error.rb | |
| | | |-- template_handler.rb | |
| | | |-- template_handlers | |
| | | | |-- builder.rb | |
| | | | |-- erb.rb | |
| | | | `-- rjs.rb | |
| | | `-- template_handlers.rb | |
| | |-- action_view.rb | |
| | `-- actionpack.rb | |
| |-- activemodel | |
| | `-- lib | |
| | |-- active_model | |
| | | |-- base.rb | |
| | | |-- callbacks.rb | |
| | | |-- core.rb | |
| | | |-- deprecated_error_methods.rb | |
| | | |-- errors.rb | |
| | | |-- observing.rb | |
| | | |-- state_machine | |
| | | | |-- event.rb | |
| | | | |-- machine.rb | |
| | | | |-- state.rb | |
| | | | `-- state_transition.rb | |
| | | |-- state_machine.rb | |
| | | |-- validations | |
| | | | |-- acceptance.rb | |
| | | | |-- associated.rb | |
| | | | |-- confirmation.rb | |
| | | | |-- exclusion.rb | |
| | | | |-- format.rb | |
| | | | |-- inclusion.rb | |
| | | | |-- length.rb | |
| | | | |-- numericality.rb | |
| | | | |-- presence.rb | |
| | | | `-- uniqueness.rb | |
| | | `-- validations.rb | |
| | `-- active_model.rb | |
| |-- activerecord | |
| | |-- install.rb | |
| | `-- lib | |
| | |-- active_record | |
| | | |-- aggregations.rb | |
| | | |-- association_preload.rb | |
| | | |-- associations | |
| | | | |-- association_collection.rb | |
| | | | |-- association_proxy.rb | |
| | | | |-- belongs_to_association.rb | |
| | | | |-- belongs_to_polymorphic_association.rb | |
| | | | |-- has_and_belongs_to_many_association.rb | |
| | | | |-- has_many_association.rb | |
| | | | |-- has_many_through_association.rb | |
| | | | |-- has_one_association.rb | |
| | | | `-- has_one_through_association.rb | |
| | | |-- associations.rb | |
| | | |-- attribute_methods.rb | |
| | | |-- autosave_association.rb | |
| | | |-- base.rb | |
| | | |-- batches.rb | |
| | | |-- calculations.rb | |
| | | |-- callbacks.rb | |
| | | |-- connection_adapters | |
| | | | |-- abstract | |
| | | | | |-- connection_pool.rb | |
| | | | | |-- connection_specification.rb | |
| | | | | |-- database_statements.rb | |
| | | | | |-- query_cache.rb | |
| | | | | |-- quoting.rb | |
| | | | | |-- schema_definitions.rb | |
| | | | | `-- schema_statements.rb | |
| | | | |-- abstract_adapter.rb | |
| | | | |-- mysql_adapter.rb | |
| | | | |-- postgresql_adapter.rb | |
| | | | |-- sqlite3_adapter.rb | |
| | | | `-- sqlite_adapter.rb | |
| | | |-- dirty.rb | |
| | | |-- dynamic_finder_match.rb | |
| | | |-- dynamic_scope_match.rb | |
| | | |-- fixtures.rb | |
| | | |-- i18n_interpolation_deprecation.rb | |
| | | |-- locale | |
| | | |-- locking | |
| | | | |-- optimistic.rb | |
| | | | `-- pessimistic.rb | |
| | | |-- migration.rb | |
| | | |-- named_scope.rb | |
| | | |-- nested_attributes.rb | |
| | | |-- observer.rb | |
| | | |-- query_cache.rb | |
| | | |-- reflection.rb | |
| | | |-- schema.rb | |
| | | |-- schema_dumper.rb | |
| | | |-- serialization.rb | |
| | | |-- serializers | |
| | | | |-- json_serializer.rb | |
| | | | `-- xml_serializer.rb | |
| | | |-- session_store.rb | |
| | | |-- timestamp.rb | |
| | | |-- transactions.rb | |
| | | |-- validations.rb | |
| | | `-- version.rb | |
| | |-- active_record.rb | |
| | `-- activerecord.rb | |
| |-- activeresource | |
| | `-- lib | |
| | |-- active_resource | |
| | | |-- base.rb | |
| | | |-- connection.rb | |
| | | |-- custom_methods.rb | |
| | | |-- formats | |
| | | | |-- json_format.rb | |
| | | | `-- xml_format.rb | |
| | | |-- formats.rb | |
| | | |-- http_mock.rb | |
| | | |-- validations.rb | |
| | | `-- version.rb | |
| | |-- active_resource.rb | |
| | `-- activeresource.rb | |
| |-- activesupport | |
| | |-- bin | |
| | |-- install.rb | |
| | `-- lib | |
| | |-- active_support | |
| | | |-- backtrace_cleaner.rb | |
| | | |-- base64.rb | |
| | | |-- basic_object.rb | |
| | | |-- buffered_logger.rb | |
| | | |-- cache | |
| | | | |-- compressed_mem_cache_store.rb | |
| | | | |-- drb_store.rb | |
| | | | |-- file_store.rb | |
| | | | |-- mem_cache_store.rb | |
| | | | |-- memory_store.rb | |
| | | | |-- strategy | |
| | | | | `-- local_cache.rb | |
| | | | `-- synchronized_memory_store.rb | |
| | | |-- cache.rb | |
| | | |-- callbacks.rb | |
| | | |-- core_ext | |
| | | | |-- array | |
| | | | | |-- access.rb | |
| | | | | |-- conversions.rb | |
| | | | | |-- extract_options.rb | |
| | | | | |-- grouping.rb | |
| | | | | |-- random_access.rb | |
| | | | | `-- wrapper.rb | |
| | | | |-- array.rb | |
| | | | |-- base64 | |
| | | | | `-- encoding.rb | |
| | | | |-- base64.rb | |
| | | | |-- benchmark.rb | |
| | | | |-- bigdecimal | |
| | | | | `-- conversions.rb | |
| | | | |-- bigdecimal.rb | |
| | | | |-- blank.rb | |
| | | | |-- cgi | |
| | | | | `-- escape_skipping_slashes.rb | |
| | | | |-- cgi.rb | |
| | | | |-- class | |
| | | | | |-- attribute_accessors.rb | |
| | | | | |-- delegating_attributes.rb | |
| | | | | |-- inheritable_attributes.rb | |
| | | | | `-- removal.rb | |
| | | | |-- class.rb | |
| | | | |-- date | |
| | | | | |-- behavior.rb | |
| | | | | |-- calculations.rb | |
| | | | | `-- conversions.rb | |
| | | | |-- date.rb | |
| | | | |-- date_time | |
| | | | | |-- calculations.rb | |
| | | | | `-- conversions.rb | |
| | | | |-- date_time.rb | |
| | | | |-- duplicable.rb | |
| | | | |-- enumerable.rb | |
| | | | |-- exception.rb | |
| | | | |-- file | |
| | | | | `-- atomic.rb | |
| | | | |-- file.rb | |
| | | | |-- float | |
| | | | | |-- rounding.rb | |
| | | | | `-- time.rb | |
| | | | |-- float.rb | |
| | | | |-- hash | |
| | | | | |-- conversions.rb | |
| | | | | |-- deep_merge.rb | |
| | | | | |-- diff.rb | |
| | | | | |-- except.rb | |
| | | | | |-- indifferent_access.rb | |
| | | | | |-- keys.rb | |
| | | | | |-- reverse_merge.rb | |
| | | | | `-- slice.rb | |
| | | | |-- hash.rb | |
| | | | |-- integer | |
| | | | | |-- even_odd.rb | |
| | | | | |-- inflections.rb | |
| | | | | `-- time.rb | |
| | | | |-- integer.rb | |
| | | | |-- kernel | |
| | | | | |-- agnostics.rb | |
| | | | | |-- daemonizing.rb | |
| | | | | |-- debugger.rb | |
| | | | | |-- reporting.rb | |
| | | | | `-- requires.rb | |
| | | | |-- kernel.rb | |
| | | | |-- load_error.rb | |
| | | | |-- logger.rb | |
| | | | |-- module | |
| | | | | |-- aliasing.rb | |
| | | | | |-- attr_accessor_with_default.rb | |
| | | | | |-- attr_internal.rb | |
| | | | | |-- attribute_accessors.rb | |
| | | | | |-- delegation.rb | |
| | | | | |-- inclusion.rb | |
| | | | | |-- introspection.rb | |
| | | | | |-- loading.rb | |
| | | | | |-- model_naming.rb | |
| | | | | `-- synchronization.rb | |
| | | | |-- module.rb | |
| | | | |-- name_error.rb | |
| | | | |-- numeric | |
| | | | | |-- bytes.rb | |
| | | | | |-- conversions.rb | |
| | | | | `-- time.rb | |
| | | | |-- numeric.rb | |
| | | | |-- object | |
| | | | | |-- conversions.rb | |
| | | | | |-- extending.rb | |
| | | | | |-- instance_variables.rb | |
| | | | | |-- metaclass.rb | |
| | | | | `-- misc.rb | |
| | | | |-- object.rb | |
| | | | |-- pathname | |
| | | | | `-- clean_within.rb | |
| | | | |-- pathname.rb | |
| | | | |-- proc.rb | |
| | | | |-- process | |
| | | | | `-- daemon.rb | |
| | | | |-- process.rb | |
| | | | |-- range | |
| | | | | |-- blockless_step.rb | |
| | | | | |-- conversions.rb | |
| | | | | |-- include_range.rb | |
| | | | | `-- overlaps.rb | |
| | | | |-- range.rb | |
| | | | |-- rexml.rb | |
| | | | |-- string | |
| | | | | |-- access.rb | |
| | | | | |-- behavior.rb | |
| | | | | |-- conversions.rb | |
| | | | | |-- filters.rb | |
| | | | | |-- inflections.rb | |
| | | | | |-- iterators.rb | |
| | | | | |-- multibyte.rb | |
| | | | | |-- starts_ends_with.rb | |
| | | | | `-- xchar.rb | |
| | | | |-- string.rb | |
| | | | |-- symbol.rb | |
| | | | |-- time | |
| | | | | |-- behavior.rb | |
| | | | | |-- calculations.rb | |
| | | | | |-- conversions.rb | |
| | | | | `-- zones.rb | |
| | | | |-- time.rb | |
| | | | |-- try.rb | |
| | | | `-- uri.rb | |
| | | |-- core_ext.rb | |
| | | |-- dependencies.rb | |
| | | |-- deprecation.rb | |
| | | |-- duration.rb | |
| | | |-- gzip.rb | |
| | | |-- inflections.rb | |
| | | |-- inflector.rb | |
| | | |-- json | |
| | | | |-- decoding.rb | |
| | | | |-- encoders | |
| | | | | |-- date.rb | |
| | | | | |-- date_time.rb | |
| | | | | |-- enumerable.rb | |
| | | | | |-- false_class.rb | |
| | | | | |-- hash.rb | |
| | | | | |-- nil_class.rb | |
| | | | | |-- numeric.rb | |
| | | | | |-- object.rb | |
| | | | | |-- regexp.rb | |
| | | | | |-- string.rb | |
| | | | | |-- symbol.rb | |
| | | | | |-- time.rb | |
| | | | | `-- true_class.rb | |
| | | | |-- encoding.rb | |
| | | | `-- variable.rb | |
| | | |-- json.rb | |
| | | |-- locale | |
| | | |-- memoizable.rb | |
| | | |-- message_encryptor.rb | |
| | | |-- message_verifier.rb | |
| | | |-- multibyte | |
| | | | |-- chars.rb | |
| | | | |-- exceptions.rb | |
| | | | `-- unicode_database.rb | |
| | | |-- multibyte.rb | |
| | | |-- option_merger.rb | |
| | | |-- ordered_hash.rb | |
| | | |-- ordered_options.rb | |
| | | |-- rescuable.rb | |
| | | |-- secure_random.rb | |
| | | |-- string_inquirer.rb | |
| | | |-- time_with_zone.rb | |
| | | |-- values | |
| | | | `-- time_zone.rb | |
| | | |-- vendor.rb | |
| | | |-- version.rb | |
| | | |-- whiny_nil.rb | |
| | | |-- xml_mini | |
| | | | |-- libxml.rb | |
| | | | |-- nokogiri.rb | |
| | | | `-- rexml.rb | |
| | | `-- xml_mini.rb | |
| | |-- active_support.rb | |
| | `-- activesupport.rb | |
| |-- ci | |
| | |-- ci_build.rb | |
| | |-- cruise_config.rb | |
| | `-- site_config.rb | |
| |-- pushgems.rb | |
| |-- railties | |
| | |-- bin | |
| | | `-- performance | |
| | |-- builtin | |
| | | `-- rails_info | |
| | | |-- rails | |
| | | | |-- info.rb | |
| | | | |-- info_controller.rb | |
| | | | `-- info_helper.rb | |
| | | `-- rails_info_controller.rb | |
| | |-- configs | |
| | | |-- databases | |
| | | |-- initializers | |
| | | | |-- backtrace_silencers.rb | |
| | | | |-- inflections.rb | |
| | | | |-- mime_types.rb | |
| | | | |-- new_rails_defaults.rb | |
| | | | `-- session_store.rb | |
| | | |-- locales | |
| | | `-- routes.rb | |
| | |-- dispatches | |
| | | `-- dispatch.rb | |
| | |-- environments | |
| | | |-- boot.rb | |
| | | |-- development.rb | |
| | | |-- environment.rb | |
| | | `-- production.rb | |
| | |-- guides | |
| | | |-- files | |
| | | | |-- javascripts | |
| | | | `-- stylesheets | |
| | | |-- images | |
| | | | |-- i18n | |
| | | | `-- icons | |
| | | | `-- callouts | |
| | | |-- rails_guides | |
| | | | |-- generator.rb | |
| | | | |-- helpers.rb | |
| | | | |-- indexer.rb | |
| | | | `-- textile_extensions.rb | |
| | | |-- rails_guides.rb | |
| | | `-- source | |
| | |-- helpers | |
| | | |-- application_controller.rb | |
| | | `-- application_helper.rb | |
| | `-- lib | |
| | |-- code_statistics.rb | |
| | |-- commands | |
| | | |-- about.rb | |
| | | |-- console.rb | |
| | | |-- dbconsole.rb | |
| | | |-- destroy.rb | |
| | | |-- generate.rb | |
| | | |-- ncgi | |
| | | |-- performance | |
| | | | |-- benchmarker.rb | |
| | | | `-- profiler.rb | |
| | | |-- plugin.rb | |
| | | |-- runner.rb | |
| | | |-- server.rb | |
| | | `-- update.rb | |
| | |-- commands.rb | |
| | |-- console_app.rb | |
| | |-- console_sandbox.rb | |
| | |-- console_with_helpers.rb | |
| | |-- dispatcher.rb | |
| | |-- fcgi_handler.rb | |
| | |-- initializer.rb | |
| | |-- rails | |
| | | |-- backtrace_cleaner.rb | |
| | | |-- gem_builder.rb | |
| | | |-- gem_dependency.rb | |
| | | |-- plugin | |
| | | | |-- loader.rb | |
| | | | `-- locator.rb | |
| | | |-- plugin.rb | |
| | | |-- rack | |
| | | | |-- debugger.rb | |
| | | | |-- log_tailer.rb | |
| | | | |-- metal.rb | |
| | | | `-- static.rb | |
| | | |-- rack.rb | |
| | | |-- vendor_gem_source_index.rb | |
| | | `-- version.rb | |
| | |-- rails_generator | |
| | | |-- base.rb | |
| | | |-- commands.rb | |
| | | |-- generated_attribute.rb | |
| | | |-- generators | |
| | | | |-- applications | |
| | | | | `-- app | |
| | | | | |-- app_generator.rb | |
| | | | | |-- scm | |
| | | | | | |-- git.rb | |
| | | | | | |-- scm.rb | |
| | | | | | `-- svn.rb | |
| | | | | `-- template_runner.rb | |
| | | | `-- components | |
| | | | |-- controller | |
| | | | | |-- controller_generator.rb | |
| | | | | `-- templates | |
| | | | | |-- controller.rb | |
| | | | | `-- helper.rb | |
| | | | |-- helper | |
| | | | | |-- helper_generator.rb | |
| | | | | `-- templates | |
| | | | | `-- helper.rb | |
| | | | |-- mailer | |
| | | | | |-- mailer_generator.rb | |
| | | | | `-- templates | |
| | | | | `-- mailer.rb | |
| | | | |-- metal | |
| | | | | |-- metal_generator.rb | |
| | | | | `-- templates | |
| | | | | `-- metal.rb | |
| | | | |-- migration | |
| | | | | |-- migration_generator.rb | |
| | | | | `-- templates | |
| | | | | `-- migration.rb | |
| | | | |-- model | |
| | | | | |-- model_generator.rb | |
| | | | | `-- templates | |
| | | | | |-- migration.rb | |
| | | | | `-- model.rb | |
| | | | |-- observer | |
| | | | | |-- observer_generator.rb | |
| | | | | `-- templates | |
| | | | | `-- observer.rb | |
| | | | |-- plugin | |
| | | | | |-- plugin_generator.rb | |
| | | | | `-- templates | |
| | | | | |-- generator.rb | |
| | | | | |-- init.rb | |
| | | | | |-- install.rb | |
| | | | | |-- plugin.rb | |
| | | | | `-- uninstall.rb | |
| | | | |-- resource | |
| | | | | |-- resource_generator.rb | |
| | | | | `-- templates | |
| | | | | |-- controller.rb | |
| | | | | `-- helper.rb | |
| | | | |-- scaffold | |
| | | | | |-- scaffold_generator.rb | |
| | | | | `-- templates | |
| | | | | |-- controller.rb | |
| | | | | `-- helper.rb | |
| | | | `-- session_migration | |
| | | | |-- session_migration_generator.rb | |
| | | | `-- templates | |
| | | | `-- migration.rb | |
| | | |-- lookup.rb | |
| | | |-- manifest.rb | |
| | | |-- options.rb | |
| | | |-- scripts | |
| | | | |-- destroy.rb | |
| | | | |-- generate.rb | |
| | | | `-- update.rb | |
| | | |-- scripts.rb | |
| | | |-- secret_key_generator.rb | |
| | | |-- simple_logger.rb | |
| | | `-- spec.rb | |
| | |-- rails_generator.rb | |
| | |-- railties_path.rb | |
| | |-- ruby_version_check.rb | |
| | |-- rubyprof_ext.rb | |
| | |-- source_annotation_extractor.rb | |
| | |-- tasks | |
| | | `-- rails.rb | |
| | `-- webrick_server.rb | |
| `-- release.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment