20ff979f46
gettext_rails provides the localization for Ruby on Rails using Ruby-GetText-Package. * Autodetect client locale using locale/locale_rails. * Easy maintainance of translations to use powerful tools for gettext family. * Model translation using gettext_activerecord. * Localization for some helpers. * Works with other Rails I18n backend. * Thread safe.
339 lines
17 KiB
Text
339 lines
17 KiB
Text
@comment $NetBSD: PLIST,v 1.1.1.1 2009/12/07 12:11:05 fhajny Exp $
|
|
${GEM_HOME}/cache/gettext_rails-${PKGVERSION}.gem
|
|
${GEM_LIBDIR}/COPYING
|
|
${GEM_LIBDIR}/ChangeLog
|
|
${GEM_LIBDIR}/README.rdoc
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/data/locale/bg/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/bs/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/ca/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/cs/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/de/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/el/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/eo/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/es/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/et/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/fr/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/hr/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/hu/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/it/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/ja/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/ko/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/lv/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/nb/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/nl/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/pt_BR/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/ru/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/sr/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/ua/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/vi/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/zh/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/data/locale/zh_TW/LC_MESSAGES/gettext_rails.mo
|
|
${GEM_LIBDIR}/lib/gettext_rails.rb
|
|
${GEM_LIBDIR}/lib/gettext_rails/action_controller.rb
|
|
${GEM_LIBDIR}/lib/gettext_rails/action_mailer.rb
|
|
${GEM_LIBDIR}/lib/gettext_rails/action_view.rb
|
|
${GEM_LIBDIR}/lib/gettext_rails/action_view/active_record_helper.rb
|
|
${GEM_LIBDIR}/lib/gettext_rails/action_view/date_helper.rb
|
|
${GEM_LIBDIR}/lib/gettext_rails/action_view/form_builder.rb
|
|
${GEM_LIBDIR}/lib/gettext_rails/tools.rb
|
|
${GEM_LIBDIR}/lib/gettext_rails/version.rb
|
|
${GEM_LIBDIR}/po/bg/gettext_rails.po
|
|
${GEM_LIBDIR}/po/bs/gettext_rails.po
|
|
${GEM_LIBDIR}/po/ca/gettext_rails.po
|
|
${GEM_LIBDIR}/po/cs/gettext_rails.po
|
|
${GEM_LIBDIR}/po/de/gettext_rails.po
|
|
${GEM_LIBDIR}/po/el/gettext_rails.po
|
|
${GEM_LIBDIR}/po/eo/gettext_rails.po
|
|
${GEM_LIBDIR}/po/es/gettext_rails.po
|
|
${GEM_LIBDIR}/po/et/gettext_rails.po
|
|
${GEM_LIBDIR}/po/fr/gettext_rails.po
|
|
${GEM_LIBDIR}/po/gettext_rails.pot
|
|
${GEM_LIBDIR}/po/hr/gettext_rails.po
|
|
${GEM_LIBDIR}/po/hu/gettext_rails.po
|
|
${GEM_LIBDIR}/po/it/gettext_rails.po
|
|
${GEM_LIBDIR}/po/ja/gettext_rails.po
|
|
${GEM_LIBDIR}/po/ko/gettext_rails.po
|
|
${GEM_LIBDIR}/po/lv/gettext_rails.po
|
|
${GEM_LIBDIR}/po/nb/gettext_rails.po
|
|
${GEM_LIBDIR}/po/nl/gettext_rails.po
|
|
${GEM_LIBDIR}/po/pt_BR/gettext_rails.po
|
|
${GEM_LIBDIR}/po/ru/gettext_rails.po
|
|
${GEM_LIBDIR}/po/sr/gettext_rails.po
|
|
${GEM_LIBDIR}/po/test.rb
|
|
${GEM_LIBDIR}/po/ua/gettext_rails.po
|
|
${GEM_LIBDIR}/po/vi/gettext_rails.po
|
|
${GEM_LIBDIR}/po/zh/gettext_rails.po
|
|
${GEM_LIBDIR}/po/zh_TW/gettext_rails.po
|
|
${GEM_LIBDIR}/sample/README
|
|
${GEM_LIBDIR}/sample/Rakefile
|
|
${GEM_LIBDIR}/sample/app/controllers/application_controller.rb
|
|
${GEM_LIBDIR}/sample/app/controllers/articles_controller.rb
|
|
${GEM_LIBDIR}/sample/app/helpers/application_helper.rb
|
|
${GEM_LIBDIR}/sample/app/helpers/articles_helper.rb
|
|
${GEM_LIBDIR}/sample/app/models/article.rb
|
|
${GEM_LIBDIR}/sample/app/views/articles/edit.html.erb
|
|
${GEM_LIBDIR}/sample/app/views/articles/index.html.erb
|
|
${GEM_LIBDIR}/sample/app/views/articles/new.html.erb
|
|
${GEM_LIBDIR}/sample/app/views/articles/show.html.erb
|
|
${GEM_LIBDIR}/sample/app/views/layouts/articles.html.erb
|
|
${GEM_LIBDIR}/sample/config/boot.rb
|
|
${GEM_LIBDIR}/sample/config/database.yml
|
|
${GEM_LIBDIR}/sample/config/environment.rb
|
|
${GEM_LIBDIR}/sample/config/environments/development.rb
|
|
${GEM_LIBDIR}/sample/config/environments/production.rb
|
|
${GEM_LIBDIR}/sample/config/environments/test.rb
|
|
${GEM_LIBDIR}/sample/config/initializers/backtrace_silencers.rb
|
|
${GEM_LIBDIR}/sample/config/initializers/inflections.rb
|
|
${GEM_LIBDIR}/sample/config/initializers/mime_types.rb
|
|
${GEM_LIBDIR}/sample/config/initializers/new_rails_defaults.rb
|
|
${GEM_LIBDIR}/sample/config/initializers/session_store.rb
|
|
${GEM_LIBDIR}/sample/config/routes.rb
|
|
${GEM_LIBDIR}/sample/db/development.sqlite3
|
|
${GEM_LIBDIR}/sample/db/schema.rb
|
|
${GEM_LIBDIR}/sample/doc/README_FOR_APP
|
|
${GEM_LIBDIR}/sample/lib/tasks/gettext.rake
|
|
${GEM_LIBDIR}/sample/locale/bg/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/bs/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/ca/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/cs/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/de/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/el/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/en/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/eo/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/es/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/fr/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/hr/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/hu/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/it/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/ja/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/ko/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/lv/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/nb/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/nl/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/pt_BR/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/ru/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/sr/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/ua/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/vi/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/zh/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/locale/zh_TW/LC_MESSAGES/blog.mo
|
|
${GEM_LIBDIR}/sample/log/development.log
|
|
${GEM_LIBDIR}/sample/po/bg/blog.po
|
|
${GEM_LIBDIR}/sample/po/blog.pot
|
|
${GEM_LIBDIR}/sample/po/bs/blog.po
|
|
${GEM_LIBDIR}/sample/po/ca/blog.po
|
|
${GEM_LIBDIR}/sample/po/cs/blog.po
|
|
${GEM_LIBDIR}/sample/po/de/blog.po
|
|
${GEM_LIBDIR}/sample/po/el/blog.po
|
|
${GEM_LIBDIR}/sample/po/en/blog.po
|
|
${GEM_LIBDIR}/sample/po/eo/blog.po
|
|
${GEM_LIBDIR}/sample/po/eo/tmp.patch
|
|
${GEM_LIBDIR}/sample/po/es/blog.po
|
|
${GEM_LIBDIR}/sample/po/fr/blog.po
|
|
${GEM_LIBDIR}/sample/po/hr/blog.po
|
|
${GEM_LIBDIR}/sample/po/hu/blog.po
|
|
${GEM_LIBDIR}/sample/po/it/blog.po
|
|
${GEM_LIBDIR}/sample/po/ja/blog.po
|
|
${GEM_LIBDIR}/sample/po/ko/blog.po
|
|
${GEM_LIBDIR}/sample/po/lv/blog.po
|
|
${GEM_LIBDIR}/sample/po/nb/blog.po
|
|
${GEM_LIBDIR}/sample/po/nl/blog.po
|
|
${GEM_LIBDIR}/sample/po/pt_BR/blog.po
|
|
${GEM_LIBDIR}/sample/po/ru/blog.po
|
|
${GEM_LIBDIR}/sample/po/sr/blog.po
|
|
${GEM_LIBDIR}/sample/po/ua/blog.po
|
|
${GEM_LIBDIR}/sample/po/vi/blog.po
|
|
${GEM_LIBDIR}/sample/po/zh/blog.po
|
|
${GEM_LIBDIR}/sample/po/zh_TW/blog.po
|
|
${GEM_LIBDIR}/sample/public/404.html
|
|
${GEM_LIBDIR}/sample/public/422.html
|
|
${GEM_LIBDIR}/sample/public/500.html
|
|
${GEM_LIBDIR}/sample/public/favicon.ico
|
|
${GEM_LIBDIR}/sample/public/images/rails.png
|
|
${GEM_LIBDIR}/sample/public/index.html
|
|
${GEM_LIBDIR}/sample/public/javascripts/application.js
|
|
${GEM_LIBDIR}/sample/public/javascripts/controls.js
|
|
${GEM_LIBDIR}/sample/public/javascripts/dragdrop.js
|
|
${GEM_LIBDIR}/sample/public/javascripts/effects.js
|
|
${GEM_LIBDIR}/sample/public/javascripts/prototype.js
|
|
${GEM_LIBDIR}/sample/public/robots.txt
|
|
${GEM_LIBDIR}/sample/public/stylesheets/blog.css
|
|
${GEM_LIBDIR}/sample/public/stylesheets/scaffold.css
|
|
${GEM_LIBDIR}/sample/script/about
|
|
${GEM_LIBDIR}/sample/script/console
|
|
${GEM_LIBDIR}/sample/script/dbconsole
|
|
${GEM_LIBDIR}/sample/script/destroy
|
|
${GEM_LIBDIR}/sample/script/generate
|
|
${GEM_LIBDIR}/sample/script/performance/benchmarker
|
|
${GEM_LIBDIR}/sample/script/performance/profiler
|
|
${GEM_LIBDIR}/sample/script/plugin
|
|
${GEM_LIBDIR}/sample/script/runner
|
|
${GEM_LIBDIR}/sample/script/server
|
|
${GEM_LIBDIR}/sample/test/fixtures/articles.yml
|
|
${GEM_LIBDIR}/sample/test/functional/articles_controller_test.rb
|
|
${GEM_LIBDIR}/sample/test/performance/browsing_test.rb
|
|
${GEM_LIBDIR}/sample/test/test_helper.rb
|
|
${GEM_LIBDIR}/sample/test/unit/article_test.rb
|
|
${GEM_LIBDIR}/sample/test/unit/helpers/articles_helper_test.rb
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/README
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/Rakefile
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/init.rb
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/lib/lang_helper.rb
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/bg/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/bs/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/ca/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/cs/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/de/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/el/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/eo/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/es/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/fr/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/hr/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/hu/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/it/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/ja/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/ko/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/lv/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/nb/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/nl/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/pt_BR/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/ru/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/sr/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/ua/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/vi/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/zh/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/locale/zh_TW/LC_MESSAGES/lang_helper.mo
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/bg/lang_helper.po
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/bs/lang_helper.po
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/ca/lang_helper.po
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/cs/lang_helper.po
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/de/lang_helper.po
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/el/lang_helper.po
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/eo/lang_helper.po
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/es/lang_helper.po
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/fr/lang_helper.po
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/hr/lang_helper.po
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/hu/lang_helper.po
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/it/lang_helper.po
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/ja/lang_helper.po
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/ko/lang_helper.po
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/lang_helper.pot
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/lv/lang_helper.po
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/nb/lang_helper.po
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/nl/lang_helper.po
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/pt_BR/lang_helper.po
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/ru/lang_helper.po
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/sr/lang_helper.po
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/ua/lang_helper.po
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/vi/lang_helper.po
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/zh/lang_helper.po
|
|
${GEM_LIBDIR}/sample/vendor/plugins/lang_helper/po/zh_TW/lang_helper.po
|
|
${GEM_LIBDIR}/test/README
|
|
${GEM_LIBDIR}/test/Rakefile
|
|
${GEM_LIBDIR}/test/app/controllers/application_controller.rb
|
|
${GEM_LIBDIR}/test/app/controllers/articles_controller.rb
|
|
${GEM_LIBDIR}/test/app/controllers/mailers_controller.rb
|
|
${GEM_LIBDIR}/test/app/controllers/users_controller.rb
|
|
${GEM_LIBDIR}/test/app/helpers/application_helper.rb
|
|
${GEM_LIBDIR}/test/app/helpers/articles_helper.rb
|
|
${GEM_LIBDIR}/test/app/models/article.rb
|
|
${GEM_LIBDIR}/test/app/models/human_resources/resume.rb
|
|
${GEM_LIBDIR}/test/app/models/mailer.rb
|
|
${GEM_LIBDIR}/test/app/models/user.rb
|
|
${GEM_LIBDIR}/test/app/models/user_observer.rb
|
|
${GEM_LIBDIR}/test/app/views/articles/_form.html.erb
|
|
${GEM_LIBDIR}/test/app/views/articles/_form_fr.html.erb
|
|
${GEM_LIBDIR}/test/app/views/articles/active_form_error.html.erb
|
|
${GEM_LIBDIR}/test/app/views/articles/edit.html.erb
|
|
${GEM_LIBDIR}/test/app/views/articles/list.html.erb
|
|
${GEM_LIBDIR}/test/app/views/articles/list_fr.html.erb
|
|
${GEM_LIBDIR}/test/app/views/articles/new.html.erb
|
|
${GEM_LIBDIR}/test/app/views/articles/show.html.erb
|
|
${GEM_LIBDIR}/test/app/views/layouts/application.html.erb
|
|
${GEM_LIBDIR}/test/app/views/layouts/mailers.html.erb
|
|
${GEM_LIBDIR}/test/app/views/layouts/users.html.erb
|
|
${GEM_LIBDIR}/test/app/views/mailer/coverpage.html.erb
|
|
${GEM_LIBDIR}/test/app/views/mailer/coverpage_fr.html.erb
|
|
${GEM_LIBDIR}/test/app/views/mailer/index.html.erb
|
|
${GEM_LIBDIR}/test/app/views/mailer/singlepart.html.erb
|
|
${GEM_LIBDIR}/test/app/views/mailer/singlepart_fr.html.erb
|
|
${GEM_LIBDIR}/test/app/views/users/distance_of_time_in_words.html.erb
|
|
${GEM_LIBDIR}/test/app/views/users/error_message.html.erb
|
|
${GEM_LIBDIR}/test/app/views/users/error_message_fr.html.erb
|
|
${GEM_LIBDIR}/test/config/boot.rb
|
|
${GEM_LIBDIR}/test/config/database.yml
|
|
${GEM_LIBDIR}/test/config/environment.rb
|
|
${GEM_LIBDIR}/test/config/environments/development.rb
|
|
${GEM_LIBDIR}/test/config/environments/production.rb
|
|
${GEM_LIBDIR}/test/config/environments/test.rb
|
|
${GEM_LIBDIR}/test/config/initializers/backtrace_silencers.rb
|
|
${GEM_LIBDIR}/test/config/initializers/inflections.rb
|
|
${GEM_LIBDIR}/test/config/initializers/mime_types.rb
|
|
${GEM_LIBDIR}/test/config/initializers/new_rails_defaults.rb
|
|
${GEM_LIBDIR}/test/config/initializers/session_store.rb
|
|
${GEM_LIBDIR}/test/config/routes.rb
|
|
${GEM_LIBDIR}/test/db/development.sqlite3
|
|
${GEM_LIBDIR}/test/db/schema.rb
|
|
${GEM_LIBDIR}/test/db/test.sqlite3
|
|
${GEM_LIBDIR}/test/doc/README_FOR_APP
|
|
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/rails_test.mo
|
|
${GEM_LIBDIR}/test/log/development.log
|
|
${GEM_LIBDIR}/test/log/test.log
|
|
${GEM_LIBDIR}/test/po/ja/rails_test.po
|
|
${GEM_LIBDIR}/test/po/rails_test.pot
|
|
${GEM_LIBDIR}/test/public/404.html
|
|
${GEM_LIBDIR}/test/public/422.html
|
|
${GEM_LIBDIR}/test/public/500.html
|
|
${GEM_LIBDIR}/test/public/favicon.ico
|
|
${GEM_LIBDIR}/test/public/images/rails.png
|
|
${GEM_LIBDIR}/test/public/index.html
|
|
${GEM_LIBDIR}/test/public/javascripts/application.js
|
|
${GEM_LIBDIR}/test/public/javascripts/controls.js
|
|
${GEM_LIBDIR}/test/public/javascripts/dragdrop.js
|
|
${GEM_LIBDIR}/test/public/javascripts/effects.js
|
|
${GEM_LIBDIR}/test/public/javascripts/prototype.js
|
|
${GEM_LIBDIR}/test/public/robots.txt
|
|
${GEM_LIBDIR}/test/public/stylesheets/blog.css
|
|
${GEM_LIBDIR}/test/public/stylesheets/scaffold.css
|
|
${GEM_LIBDIR}/test/script/about
|
|
${GEM_LIBDIR}/test/script/console
|
|
${GEM_LIBDIR}/test/script/dbconsole
|
|
${GEM_LIBDIR}/test/script/destroy
|
|
${GEM_LIBDIR}/test/script/generate
|
|
${GEM_LIBDIR}/test/script/performance/benchmarker
|
|
${GEM_LIBDIR}/test/script/performance/profiler
|
|
${GEM_LIBDIR}/test/script/plugin
|
|
${GEM_LIBDIR}/test/script/runner
|
|
${GEM_LIBDIR}/test/script/server
|
|
${GEM_LIBDIR}/test/test/fixtures/articles.yml
|
|
${GEM_LIBDIR}/test/test/functional/articles_controller_test.rb
|
|
${GEM_LIBDIR}/test/test/functional/mailers_controller_test.rb
|
|
${GEM_LIBDIR}/test/test/functional/users_controller_test.rb
|
|
${GEM_LIBDIR}/test/test/performance/browsing_test.rb
|
|
${GEM_LIBDIR}/test/test/result/en/create_error.html
|
|
${GEM_LIBDIR}/test/test/result/en/distance_of_time_in_words.html
|
|
${GEM_LIBDIR}/test/test/result/en/error_message.html
|
|
${GEM_LIBDIR}/test/test/result/en/list.html
|
|
${GEM_LIBDIR}/test/test/result/en/multipart.html
|
|
${GEM_LIBDIR}/test/test/result/en/new.html
|
|
${GEM_LIBDIR}/test/test/result/en/show.html
|
|
${GEM_LIBDIR}/test/test/result/en/singlepart.html
|
|
${GEM_LIBDIR}/test/test/result/fr/distance_of_time_in_words.html
|
|
${GEM_LIBDIR}/test/test/result/fr/error_message.html
|
|
${GEM_LIBDIR}/test/test/result/fr/list.html
|
|
${GEM_LIBDIR}/test/test/result/fr/multipart.html
|
|
${GEM_LIBDIR}/test/test/result/fr/new.html
|
|
${GEM_LIBDIR}/test/test/result/fr/singlepart.html
|
|
${GEM_LIBDIR}/test/test/result/ja/create_error.html
|
|
${GEM_LIBDIR}/test/test/result/ja/distance_of_time_in_words.html
|
|
${GEM_LIBDIR}/test/test/result/ja/error_message.html
|
|
${GEM_LIBDIR}/test/test/result/ja/list.html
|
|
${GEM_LIBDIR}/test/test/result/ja/multipart.html
|
|
${GEM_LIBDIR}/test/test/result/ja/new.html
|
|
${GEM_LIBDIR}/test/test/result/ja/show.html
|
|
${GEM_LIBDIR}/test/test/result/ja/singlepart.html
|
|
${GEM_LIBDIR}/test/test/test_helper.rb
|
|
${GEM_LIBDIR}/test/test/unit/article_test.rb
|
|
${GEM_LIBDIR}/test/test/unit/helpers/articles_helper_test.rb
|
|
${GEM_HOME}/specifications/gettext_rails-${PKGVERSION}.gemspec
|