Changeset [1091235a7f8904925b7d2f7b9c4cc157fa08ecf1] by Mike Dvorkin

September 6th, 2010 @ 07:03 PM

Committed by Mike Dvorkin

  • A Gemfile
  • A app/views/layouts/application.html.erb
  • A config.ru
  • A config/application.rb
  • A config/initializers/secret_token.rb
  • A config/locales/en.yml
  • A db/seeds.rb
  • A lib/tasks/.gitkeep
  • A public/index.html
  • A public/javascripts/rails.js
  • A public/stylesheets/.gitkeep
  • A script/rails
  • A test/performance/browsing_test.rb
  • A test/test_helper.rb
  • A vendor/plugins/.gitkeep
  • R app/controllers/accounts_controller.rb
  • R app/controllers/admin/application_controller.rb
  • R app/controllers/admin/plugins_controller.rb
  • R app/controllers/admin/settings_controller.rb
  • R app/controllers/admin/users_controller.rb
  • R app/controllers/authentications_controller.rb
  • R app/controllers/campaigns_controller.rb
  • R app/controllers/comments_controller.rb
  • R app/controllers/contacts_controller.rb
  • R app/controllers/emails_controller.rb
  • R app/controllers/home_controller.rb
  • R app/controllers/leads_controller.rb
  • R app/controllers/opportunities_controller.rb
  • R app/controllers/passwords_controller.rb
  • R app/controllers/tasks_controller.rb
  • R app/controllers/users_controller.rb
  • R app/helpers/accounts_helper.rb
  • R app/helpers/addresses_helper.rb
  • R app/helpers/admin/application_helper.rb
  • R app/helpers/admin/plugins_helper.rb
  • R app/helpers/admin/settings_helper.rb
  • R app/helpers/admin/users_helper.rb
  • R app/helpers/ajax_will_paginate.rb
  • R app/helpers/authentications_helper.rb
  • R app/helpers/campaigns_helper.rb
  • R app/helpers/comments_helper.rb
  • R app/helpers/contacts_helper.rb
  • R app/helpers/emails_helper.rb
  • R app/helpers/home_helper.rb
  • R app/helpers/leads_helper.rb
  • R app/helpers/opportunities_helper.rb
  • R app/helpers/passwords_helper.rb
  • R app/helpers/tasks_helper.rb
  • R app/helpers/users_helper.rb
  • R app/models/account.rb
  • R app/models/account_contact.rb
  • R app/models/account_opportunity.rb
  • R app/models/activity.rb
  • R app/models/activity_observer.rb
  • R app/models/address.rb
  • R app/models/authentication.rb
  • R app/models/avatar.rb
  • R app/models/campaign.rb
  • R app/models/comment.rb
  • R app/models/contact.rb
  • R app/models/contact_opportunity.rb
  • R app/models/email.rb
  • R app/models/lead.rb
  • R app/models/notifier.rb
  • R app/models/opportunity.rb
  • R app/models/permission.rb
  • R app/models/preference.rb
  • R app/models/setting.rb
  • R app/models/task.rb
  • R app/models/timeline.rb
  • R app/models/user.rb
  • R app/stylesheets/base.sass
  • R app/stylesheets/common.sass
  • R app/stylesheets/header.sass
  • R app/stylesheets/rails.sass
  • R app/stylesheets/safari.sass
  • R app/stylesheets/screen.sass
  • R app/views/accounts/_account.html.haml
  • R app/views/accounts/_contact_info.html.haml
  • R app/views/accounts/_create.html.haml
  • R app/views/accounts/_edit.html.haml
  • R app/views/accounts/_options.html.haml
  • R app/views/accounts/_permissions.html.haml
  • R app/views/accounts/_sidebar_index.html.haml
  • R app/views/accounts/_sidebar_show.html.haml
  • R app/views/accounts/_top_section.html.haml
  • R app/views/accounts/create.js.rjs
  • R app/views/accounts/destroy.js.rjs
  • R app/views/accounts/edit.js.rjs
  • R app/views/accounts/index.html.haml
  • R app/views/accounts/index.js.rjs
  • R app/views/accounts/new.js.rjs
  • R app/views/accounts/options.js.rjs
  • R app/views/accounts/show.html.haml
  • R app/views/accounts/update.js.rjs
  • R app/views/admin/plugins/index.html.haml
  • R app/views/admin/settings/index.html.haml
  • R app/views/admin/users/_confirm.html.haml
  • R app/views/admin/users/_create.html.haml
  • R app/views/admin/users/_edit.html.haml
  • R app/views/admin/users/_profile.html.haml
  • R app/views/admin/users/_sidebar_index.html.haml
  • R app/views/admin/users/_user.html.haml
  • R app/views/admin/users/confirm.js.rjs
  • R app/views/admin/users/create.js.rjs
  • R app/views/admin/users/destroy.js.rjs
  • R app/views/admin/users/edit.js.rjs
  • R app/views/admin/users/index.html.haml
  • R app/views/admin/users/index.js.rjs
  • R app/views/admin/users/new.js.rjs
  • R app/views/admin/users/reactivate.js.rjs
  • R app/views/admin/users/show.html.haml
  • R app/views/admin/users/suspend.js.rjs
  • R app/views/admin/users/update.js.rjs
  • R app/views/authentications/new.html.haml
  • R app/views/campaigns/_campaign.html.haml
  • R app/views/campaigns/_create.html.haml
  • R app/views/campaigns/_edit.html.haml
  • R app/views/campaigns/_metrics.html.haml
  • R app/views/campaigns/_objectives.html.haml
  • R app/views/campaigns/_options.html.haml
  • R app/views/campaigns/_permissions.html.haml
  • R app/views/campaigns/_sidebar_index.html.haml
  • R app/views/campaigns/_sidebar_show.html.haml
  • R app/views/campaigns/_status.html.haml
  • R app/views/campaigns/_top_section.html.haml
  • R app/views/campaigns/create.js.rjs
  • R app/views/campaigns/destroy.js.rjs
  • R app/views/campaigns/edit.js.rjs
  • R app/views/campaigns/index.html.haml
  • R app/views/campaigns/index.js.rjs
  • R app/views/campaigns/new.js.rjs
  • R app/views/campaigns/options.js.rjs
  • R app/views/campaigns/show.html.haml
  • R app/views/campaigns/update.js.rjs
  • R app/views/comments/_comment.html.haml
  • R app/views/comments/_edit.html.haml
  • R app/views/comments/_new.html.haml
  • R app/views/comments/create.js.rjs
  • R app/views/comments/destroy.js.rjs
  • R app/views/comments/edit.js.rjs
  • R app/views/comments/index.html.erb
  • R app/views/comments/new.js.rjs
  • R app/views/comments/show.html.erb
  • R app/views/comments/update.js.rjs
  • R app/views/common/_address.html.haml
  • R app/views/common/_address_show.html.haml
  • R app/views/common/_comment.html.haml
  • R app/views/common/_edit_comment.html.haml
  • R app/views/common/_empty.html.haml
  • R app/views/common/_inline_styles.html.haml
  • R app/views/common/_naming.html.haml
  • R app/views/common/_outline.html.haml
  • R app/views/common/_paginate.haml
  • R app/views/common/_per_page.html.haml
  • R app/views/common/_recent.html.haml
  • R app/views/common/_recently.html.haml
  • R app/views/common/_search.html.haml
  • R app/views/common/_select_popup.html.haml
  • R app/views/common/_sort_by.html.haml
  • R app/views/common/_tasks.html.haml
  • R app/views/common/_timeline.html.haml
  • R app/views/common/_total.html.haml
  • R app/views/common/attach.js.rjs
  • R app/views/common/auto_complete.html.haml
  • R app/views/common/discard.rjs
  • R app/views/contacts/_contact.html.haml
  • R app/views/contacts/_create.html.haml
  • R app/views/contacts/_edit.html.haml
  • R app/views/contacts/_extra.html.haml
  • R app/views/contacts/_options.html.haml
  • R app/views/contacts/_permissions.html.haml
  • R app/views/contacts/_sidebar_index.html.haml
  • R app/views/contacts/_sidebar_show.html.haml
  • R app/views/contacts/_top_section.html.haml
  • R app/views/contacts/_web.html.haml
  • R app/views/contacts/create.js.rjs
  • R app/views/contacts/destroy.js.rjs
  • R app/views/contacts/edit.js.rjs
  • R app/views/contacts/index.html.haml
  • R app/views/contacts/index.js.rjs
  • R app/views/contacts/new.js.rjs
  • R app/views/contacts/options.js.rjs
  • R app/views/contacts/show.html.haml
  • R app/views/contacts/update.js.rjs
  • R app/views/emails/_email.html.haml
  • R app/views/emails/destroy.js.rjs
  • R app/views/home/_activity.html.haml
  • R app/views/home/_assets.html.haml
  • R app/views/home/_duration.html.haml
  • R app/views/home/_options.html.haml
  • R app/views/home/_users.html.haml
  • R app/views/home/index.html.haml
  • R app/views/home/index.js.rjs
  • R app/views/home/options.js.rjs
  • R app/views/layouts/500.html.haml
  • R app/views/layouts/_about.html.haml
  • R app/views/layouts/_footer.html.haml
  • R app/views/layouts/_header.html.haml
  • R app/views/layouts/_jumpbox.html.haml
  • R app/views/layouts/_sidebar.html.haml
  • R app/views/layouts/_tabbed.html.haml
  • R app/views/layouts/_tabless.html.haml
  • R app/views/layouts/admin/_header.html.haml
  • R app/views/layouts/admin/application.html.haml
  • R app/views/layouts/application.html.haml
  • R app/views/leads/_contact.html.haml
  • R app/views/leads/_convert.html.haml
  • R app/views/leads/_convert_permissions.html.haml
  • R app/views/leads/_create.html.haml
  • R app/views/leads/_edit.html.haml
  • R app/views/leads/_lead.html.haml
  • R app/views/leads/_opportunity.html.haml
  • R app/views/leads/_options.html.haml
  • R app/views/leads/_permissions.html.haml
  • R app/views/leads/_sidebar_index.html.haml
  • R app/views/leads/_sidebar_show.html.haml
  • R app/views/leads/_status.html.haml
  • R app/views/leads/_top_section.html.haml
  • R app/views/leads/_web.html.haml
  • R app/views/leads/convert.js.rjs
  • R app/views/leads/create.js.rjs
  • R app/views/leads/destroy.js.rjs
  • R app/views/leads/edit.js.rjs
  • R app/views/leads/index.html.haml
  • R app/views/leads/index.js.rjs
  • R app/views/leads/new.js.rjs
  • R app/views/leads/options.js.rjs
  • R app/views/leads/promote.js.rjs
  • R app/views/leads/reject.js.rjs
  • R app/views/leads/show.html.haml
  • R app/views/leads/update.js.rjs
  • R app/views/notifier/dropbox_ack_notification.html.haml
  • R app/views/notifier/password_reset_instructions.html.haml
  • R app/views/opportunities/_create.html.haml
  • R app/views/opportunities/_edit.html.haml
  • R app/views/opportunities/_opportunity.html.haml
  • R app/views/opportunities/_options.html.haml
  • R app/views/opportunities/_permissions.html.haml
  • R app/views/opportunities/_sidebar_index.html.haml
  • R app/views/opportunities/_sidebar_show.html.haml
  • R app/views/opportunities/_top_section.html.haml
  • R app/views/opportunities/create.js.rjs
  • R app/views/opportunities/destroy.js.rjs
  • R app/views/opportunities/edit.js.rjs
  • R app/views/opportunities/filter.js.rjs
  • R app/views/opportunities/index.html.haml
  • R app/views/opportunities/index.js.rjs
  • R app/views/opportunities/new.js.rjs
  • R app/views/opportunities/options.js.rjs
  • R app/views/opportunities/show.html.haml
  • R app/views/opportunities/update.js.rjs
  • R app/views/passwords/edit.html.haml
  • R app/views/passwords/new.html.haml
  • R app/views/tasks/_assigned.html.haml
  • R app/views/tasks/_completed.html.haml
  • R app/views/tasks/_create.html.haml
  • R app/views/tasks/_edit.html.haml
  • R app/views/tasks/_empty.html.haml
  • R app/views/tasks/_pending.html.haml
  • R app/views/tasks/_related.html.haml
  • R app/views/tasks/_selector.html.haml
  • R app/views/tasks/_sidebar_index.html.haml
  • R app/views/tasks/_title.html.haml
  • R app/views/tasks/_top_section.html.haml
  • R app/views/tasks/complete.js.rjs
  • R app/views/tasks/create.js.rjs
  • R app/views/tasks/destroy.js.rjs
  • R app/views/tasks/discard.rjs
  • R app/views/tasks/edit.js.rjs
  • R app/views/tasks/filter.js.rjs
  • R app/views/tasks/index.html.haml
  • R app/views/tasks/new.js.rjs
  • R app/views/tasks/update.js.rjs
  • R app/views/users/_avatar.html.haml
  • R app/views/users/_languages.html.haml
  • R app/views/users/_password.html.haml
  • R app/views/users/_profile.html.haml
  • R app/views/users/_user.html.haml
  • R app/views/users/avatar.js.rjs
  • R app/views/users/change_password.js.rjs
  • R app/views/users/edit.js.rjs
  • R app/views/users/index.html.haml
  • R app/views/users/new.html.haml
  • R app/views/users/password.js.rjs
  • R app/views/users/show.html.haml
  • R app/views/users/update.js.rjs
  • R app/views/users/upload_avatar.js.rjs
  • R config/database.mysql.yml
  • R config/database.sqlite.yml
  • R config/initializers/fat_free_crm.rb
  • R config/initializers/new_rails_defaults.rb
  • R config/initializers/postgresql.rb
  • R config/locales/de.yml
  • R config/locales/de_fat_free_crm.yml
  • R config/locales/en-US.yml
  • R config/locales/en-US_fat_free_crm.yml
  • R config/locales/es-ES.yml
  • R config/locales/es-ES_fat_free_crm.yml
  • R config/locales/fr.yml
  • R config/locales/fr_fat_free_crm.yml
  • R config/locales/ja.yml
  • R config/locales/ja_fat_free_crm.yml
  • R config/locales/pl.yml
  • R config/locales/pl_fat_free_crm.yml
  • R config/locales/pt-BR.yml
  • R config/locales/pt-BR_fat_free_crm.yml
  • R config/locales/ru.yml
  • R config/locales/ru_fat_free_crm.yml
  • R config/locales/th.yml
  • R config/locales/th_fat_free_crm.yml
  • R config/locales/zh-CN.yml
  • R config/locales/zh-CN_fat_free_crm.yml
  • R config/settings.yml
  • R db/migrate/001_create_sessions.rb
  • R db/migrate/002_create_users.rb
  • R db/migrate/003_create_openid_tables.rb
  • R db/migrate/004_create_accounts.rb
  • R db/migrate/005_create_permissions.rb
  • R db/migrate/006_create_settings.rb
  • R db/migrate/007_create_preferences.rb
  • R db/migrate/008_create_campaigns.rb
  • R db/migrate/009_create_leads.rb
  • R db/migrate/010_create_contacts.rb
  • R db/migrate/011_create_opportunities.rb
  • R db/migrate/012_create_account_contacts.rb
  • R db/migrate/013_create_account_opportunities.rb
  • R db/migrate/014_create_contact_opportunities.rb
  • R db/migrate/015_create_tasks.rb
  • R db/migrate/016_create_comments.rb
  • R db/migrate/017_create_activities.rb
  • R db/migrate/018_create_avatars.rb
  • R db/migrate/019_rename_remember_token.rb
  • R db/migrate/020_drop_openid_tables.rb
  • R db/migrate/021_add_admin_to_users.rb
  • R db/migrate/022_add_suspended_to_users.rb
  • R db/migrate/023_remove_uuid.rb
  • R db/migrate/024_add_email_to_accounts.rb
  • R db/migrate/025_add_background_info_to_models.rb
  • R db/migrate/026_create_addresses.rb
  • R db/migrate/027_add_index_on_permissions.rb
  • R db/migrate/028_create_emails.rb
  • R db/migrate/029_add_state_to_timeline_objects.rb
  • R lib/fat_free_crm.rb
  • R lib/fat_free_crm/callback.rb
  • R lib/fat_free_crm/core_ext.rb
  • R lib/fat_free_crm/core_ext/helpers.rb
  • R lib/fat_free_crm/core_ext/logger.rb
  • R lib/fat_free_crm/core_ext/named_scope.rb
  • R lib/fat_free_crm/core_ext/nil.rb
  • R lib/fat_free_crm/core_ext/string.rb
  • R lib/fat_free_crm/core_ext/tmail.rb
  • R lib/fat_free_crm/dropbox.rb
  • R lib/fat_free_crm/exceptions.rb
  • R lib/fat_free_crm/i18n.rb
  • R lib/fat_free_crm/mysql_utf8.rb
  • R lib/fat_free_crm/permissions.rb
  • R lib/fat_free_crm/plugin.rb
  • R lib/fat_free_crm/plugin_views.rb
  • R lib/fat_free_crm/sortable.rb
  • R lib/fat_free_crm/tabs.rb
  • R lib/fat_free_crm/version.rb
  • R log/.gitignore
  • R lib/tasks/dropbox.rake
  • R lib/tasks/fat_free_crm.rake
  • R lib/tasks/hooks.rake
  • R lib/tasks/rspec.rake
  • R public/blank_iframe.html
  • R public/dispatch.cgi
  • R public/dispatch.fcgi
  • R public/dispatch.rb
  • R public/images/1x1.gif
  • R public/images/avatar.jpg
  • R public/images/blog.gif
  • R public/images/calendar_date_select/calendar.gif
  • R public/images/facebook.gif
  • R public/images/linkedin.gif
  • R public/images/loading.gif
  • R public/images/stars.gif
  • R public/images/twitter.gif
  • R public/javascripts/calendar_date_select/calendar_date_select.js
  • R public/javascripts/calendar_date_select/format_american.js
  • R public/javascripts/calendar_date_select/format_db.js
  • R public/javascripts/calendar_date_select/format_euro_24hr.js
  • R public/javascripts/calendar_date_select/format_euro_24hr_ymd.js
  • R public/javascripts/calendar_date_select/format_finnish.js
  • R public/javascripts/calendar_date_select/format_hyphen_ampm.js
  • R public/javascripts/calendar_date_select/format_iso_date.js
  • R public/javascripts/calendar_date_select/format_italian.js
  • R public/javascripts/calendar_date_select/locale/de.js
  • R public/javascripts/calendar_date_select/locale/fi.js
  • R public/javascripts/calendar_date_select/locale/fr.js
  • R public/javascripts/calendar_date_select/locale/pl.js
  • R public/javascripts/calendar_date_select/locale/pt.js
  • R public/javascripts/calendar_date_select/locale/ru.js
  • R public/javascripts/crm_classes.js
  • R public/javascripts/crm_loginout.js
  • R public/javascripts/modalbox.js
  • R public/javascripts/rating.js
  • R public/plugin_assets/README
  • R public/plugin_assets/calendar_date_select/blank_iframe.html
  • R public/plugin_assets/calendar_date_select/images/calendar_date_select/calendar.gif
  • R public/plugin_assets/calendar_date_select/javascripts/calendar_date_select/calendar_date_select.js
  • R public/plugin_assets/calendar_date_select/javascripts/calendar_date_select/format_american.js
  • R public/plugin_assets/calendar_date_select/javascripts/calendar_date_select/format_db.js
  • R public/plugin_assets/calendar_date_select/javascripts/calendar_date_select/format_euro_24hr.js
  • R public/plugin_assets/calendar_date_select/javascripts/calendar_date_select/format_euro_24hr_ymd.js
  • R public/plugin_assets/calendar_date_select/javascripts/calendar_date_select/format_finnish.js
  • R public/plugin_assets/calendar_date_select/javascripts/calendar_date_select/format_hyphen_ampm.js
  • R public/plugin_assets/calendar_date_select/javascripts/calendar_date_select/format_iso_date.js
  • R public/plugin_assets/calendar_date_select/javascripts/calendar_date_select/format_italian.js
  • R public/plugin_assets/calendar_date_select/javascripts/calendar_date_select/locale/de.js
  • R public/plugin_assets/calendar_date_select/javascripts/calendar_date_select/locale/fi.js
  • R public/plugin_assets/calendar_date_select/javascripts/calendar_date_select/locale/fr.js
  • R public/plugin_assets/calendar_date_select/javascripts/calendar_date_select/locale/pl.js
  • R public/plugin_assets/calendar_date_select/javascripts/calendar_date_select/locale/pt.js
  • R public/plugin_assets/calendar_date_select/javascripts/calendar_date_select/locale/ru.js
  • R public/plugin_assets/calendar_date_select/stylesheets/calendar_date_select/blue.css
  • R public/plugin_assets/calendar_date_select/stylesheets/calendar_date_select/default.css
  • R public/plugin_assets/calendar_date_select/stylesheets/calendar_date_select/plain.css
  • R public/plugin_assets/calendar_date_select/stylesheets/calendar_date_select/red.css
  • R public/plugin_assets/calendar_date_select/stylesheets/calendar_date_select/silver.css
  • R public/avatars/.gitignore
  • R public/stylesheets/base.css
  • R public/stylesheets/cache/.gitignore
  • R public/stylesheets/calendar_date_select/blue.css
  • R public/stylesheets/calendar_date_select/default.css
  • R public/stylesheets/calendar_date_select/plain.css
  • R public/stylesheets/calendar_date_select/red.css
  • R public/stylesheets/calendar_date_select/silver.css
  • R public/stylesheets/common.css
  • R public/stylesheets/header.css
  • R public/stylesheets/modalbox.css
  • R public/stylesheets/rails.css
  • R public/stylesheets/safari.css
  • R public/stylesheets/screen.css
  • R script/about
  • R script/autospec
  • R script/console
  • R script/dbconsole
  • R script/destroy
  • R script/generate
  • R script/performance/benchmarker
  • R script/performance/profiler
  • R script/performance/request
  • R script/plugin
  • R script/process/inspector
  • R script/process/reaper
  • R script/process/spawner
  • R script/runner
  • R script/server
  • R script/spec
  • R script/spec_server
  • R spec/controllers/accounts_controller_spec.rb
  • R spec/controllers/admin/users_controller_spec.rb
  • R spec/controllers/authentications_controller_spec.rb
  • R spec/controllers/campaigns_controller_spec.rb
  • R spec/controllers/comments_controller_spec.rb
  • R spec/controllers/contacts_controller_spec.rb
  • R spec/controllers/emails_controller_spec.rb
  • R spec/controllers/home_controller_spec.rb
  • R spec/controllers/leads_controller_spec.rb
  • R spec/controllers/opportunities_controller_spec.rb
  • R spec/controllers/passwords_controller_spec.rb
  • R spec/controllers/tasks_controller_spec.rb
  • R spec/controllers/users_controller_spec.rb
  • R spec/factories.rb
  • R spec/fixtures/account_contacts.yml
  • R spec/fixtures/account_opportunities.yml
  • R spec/fixtures/accounts.yml
  • R spec/fixtures/activities.yml
  • R spec/fixtures/addresses.yml
  • R spec/fixtures/avatars.yml
  • R spec/fixtures/campaigns.yml
  • R spec/fixtures/comments.yml
  • R spec/fixtures/contact_opportunities.yml
  • R spec/fixtures/contacts.yml
  • R spec/fixtures/emails.yml
  • R spec/fixtures/leads.yml
  • R spec/fixtures/opportunities.yml
  • R spec/fixtures/permissions.yml
  • R spec/fixtures/preferences.yml
  • R spec/fixtures/rails.png
  • R spec/fixtures/settings.yml
  • R spec/fixtures/tasks.yml
  • R spec/fixtures/users.yml
  • R spec/helpers/accounts_helper_spec.rb
  • R spec/helpers/admin/plugins_helper_spec.rb
  • R spec/helpers/admin/settings_helper_spec.rb
  • R spec/helpers/admin/users_helper_spec.rb
  • R spec/helpers/application_helper_spec.rb
  • R spec/helpers/authentications_helper_spec.rb
  • R spec/helpers/campaigns_helper_spec.rb
  • R spec/helpers/comments_helper_spec.rb
  • R spec/helpers/contacts_helper_spec.rb
  • R spec/helpers/emails_helper_spec.rb
  • R spec/helpers/home_helper_spec.rb
  • R spec/helpers/leads_helper_spec.rb
  • R spec/helpers/opportunities_helper_spec.rb
  • R spec/helpers/passwords_helper_spec.rb
  • R spec/helpers/tasks_helper_spec.rb
  • R spec/helpers/users_helper_spec.rb
  • R spec/lib/dropbox/email_samples.rb
  • R spec/lib/dropbox_spec.rb
  • R spec/models/account_contact_spec.rb
  • R spec/models/account_opportunity_spec.rb
  • R spec/models/account_spec.rb
  • R spec/models/activity_spec.rb
  • R spec/models/address_spec.rb
  • R spec/models/authentication_spec.rb
  • R spec/models/avatar_spec.rb
  • R spec/models/campaign_spec.rb
  • R spec/models/comment_spec.rb
  • R spec/models/contact_opportunity_spec.rb
  • R spec/models/contact_spec.rb
  • R spec/models/email_spec.rb
  • R spec/models/lead_spec.rb
  • R spec/models/opportunity_spec.rb
  • R spec/models/permission_spec.rb
  • R spec/models/preference_spec.rb
  • R spec/models/setting_spec.rb
  • R spec/models/task_spec.rb
  • R spec/models/user_spec.rb
  • R spec/rcov.opts
  • R spec/routing/accounts_routing_spec.rb
  • R spec/routing/admin/users_routing_spec.rb
  • R spec/routing/campaigns_routing_spec.rb
  • R spec/routing/comments_routing_spec.rb
  • R spec/routing/contacts_routing_spec.rb
  • R spec/routing/emails_routing_spec.rb
  • R spec/routing/leads_routing_spec.rb
  • R spec/routing/opportunities_routing_spec.rb
  • R spec/routing/tasks_routing_spec.rb
  • R spec/routing/users_routing_spec.rb
  • R spec/shared/controllers.rb
  • R spec/spec.opts
  • R spec/spec_helper.rb
  • R spec/views/accounts/_create.haml_spec.rb
  • R spec/views/accounts/_edit.haml_spec.rb
  • R spec/views/accounts/create.rjs_spec.rb
  • R spec/views/accounts/destroy.rjs_spec.rb
  • R spec/views/accounts/edit.rjs_spec.rb
  • R spec/views/accounts/index.haml_spec.rb
  • R spec/views/accounts/index.rjs_spec.rb
  • R spec/views/accounts/new.rjs_spec.rb
  • R spec/views/accounts/options.rjs_spec.rb
  • R spec/views/accounts/show.haml_spec.rb
  • R spec/views/accounts/update.rjs_spec.rb
  • R spec/views/admin/plugins/index.haml_spec.rb
  • R spec/views/admin/settings/index.haml_spec.rb
  • R spec/views/admin/users/_create.haml_spec.rb
  • R spec/views/admin/users/create.rjs_spec.rb
  • R spec/views/admin/users/destroy.rjs_spec.rb
  • R spec/views/admin/users/edit.rjs_spec.rb
  • R spec/views/admin/users/index.haml_spec.rb
  • R spec/views/admin/users/index.rjs_spec.rb
  • R spec/views/admin/users/new.rjs_spec.rb
  • R spec/views/admin/users/reactivate.rjs_spec.rb
  • R spec/views/admin/users/show.haml_spec.rb
  • R spec/views/admin/users/suspend.rjs_spec.rb
  • R spec/views/admin/users/update.rjs_spec.rb
  • R spec/views/authentications/new.haml_spec.rb
  • R spec/views/campaigns/_create.haml_spec.rb
  • R spec/views/campaigns/_edit.haml_spec.rb
  • R spec/views/campaigns/create.rjs_spec.rb
  • R spec/views/campaigns/destroy.rjs_spec.rb
  • R spec/views/campaigns/edit.rjs_spec.rb
  • R spec/views/campaigns/index.haml_spec.rb
  • R spec/views/campaigns/index.rjs_spec.rb
  • R spec/views/campaigns/new.rjs_spec.rb
  • R spec/views/campaigns/options.rjs_spec.rb
  • R spec/views/campaigns/show.haml_spec.rb
  • R spec/views/campaigns/update.rjs_spec.rb
  • R spec/views/comments/index.html.erb_spec.rb
  • R spec/views/comments/new.html.erb_spec.rb
  • R spec/views/comments/show.html.erb_spec.rb
  • R spec/views/common/auto_complete.haml_spec.rb
  • R spec/views/contacts/_create.haml_spec.rb
  • R spec/views/contacts/_edit.haml_spec.rb
  • R spec/views/contacts/create.rjs_spec.rb
  • R spec/views/contacts/destroy.rjs_spec.rb
  • R spec/views/contacts/edit.rjs_spec.rb
  • R spec/views/contacts/index.haml_spec.rb
  • R spec/views/contacts/index.rjs_spec.rb
  • R spec/views/contacts/new.rjs_spec.rb
  • R spec/views/contacts/options.rjs_spec.rb
  • R spec/views/contacts/show.haml_spec.rb
  • R spec/views/contacts/update.rjs_spec.rb
  • R spec/views/home/index.haml_spec.rb
  • R spec/views/home/index.rjs_spec.rb
  • R spec/views/home/options.rjs_spec.rb
  • R spec/views/leads/_convert.haml_spec.rb
  • R spec/views/leads/_create.haml_spec.rb
  • R spec/views/leads/_edit.haml_spec.rb
  • R spec/views/leads/_sidebar_show.haml_spec.rb
  • R spec/views/leads/convert.rjs_spec.rb
  • R spec/views/leads/create.rjs_spec.rb
  • R spec/views/leads/destroy.rjs_spec.rb
  • R spec/views/leads/edit.rjs_spec.rb
  • R spec/views/leads/index.haml_spec.rb
  • R spec/views/leads/index.rjs_spec.rb
  • R spec/views/leads/new.rjs_spec.rb
  • R spec/views/leads/options.rjs_spec.rb
  • R spec/views/leads/promote.rjs_spec.rb
  • R spec/views/leads/reject.rjs_spec.rb
  • R spec/views/leads/show.rjs_spec.rb
  • R spec/views/leads/update.rjs_spec.rb
  • R spec/views/opportunities/_create.haml_spec.rb
  • R spec/views/opportunities/_edit.haml_spec.rb
  • R spec/views/opportunities/create.rjs_spec.rb
  • R spec/views/opportunities/destroy.rjs_spec.rb
  • R spec/views/opportunities/edit.rjs_spec.rb
  • R spec/views/opportunities/index.haml_spec.rb
  • R spec/views/opportunities/index.rjs_spec.rb
  • R spec/views/opportunities/new.rjs_spec.rb
  • R spec/views/opportunities/options.rjs_spec.rb
  • R spec/views/opportunities/show.haml_spec.rb
  • R spec/views/opportunities/update.rjs_spec.rb
  • R spec/views/tasks/_edit.haml_spec.rb
  • R spec/views/tasks/complete.rjs_spec.rb
  • R spec/views/tasks/create.rjs_spec.rb
  • R spec/views/tasks/destroy.rjs_spec.rb
  • R spec/views/tasks/edit.rjs_spec.rb
  • R spec/views/tasks/index.haml_spec.rb
  • R spec/views/tasks/new.rjs_spec.rb
  • R spec/views/tasks/update.rjs_spec.rb
  • R spec/views/users/avatar.rjs_spec.rb
  • R spec/views/users/change_password.rjs_spec.rb
  • R spec/views/users/edit.rjs_spec.rb
  • R spec/views/users/password.rjs_spec.rb
  • R spec/views/users/update.rjs_spec.rb
  • R spec/views/users/upload_avatar.rjs_spec.rb
  • R stories/all.rb
  • R stories/helper.rb
  • R tmp/restart.txt
  • R vendor/gems/faker-0.3.1/.specification
  • R vendor/gems/faker-0.3.1/History.txt
  • R vendor/gems/faker-0.3.1/License.txt
  • R vendor/gems/faker-0.3.1/Manifest.txt
  • R vendor/gems/faker-0.3.1/README.txt
  • R vendor/gems/faker-0.3.1/Rakefile
  • R vendor/gems/faker-0.3.1/config/hoe.rb
  • R vendor/gems/faker-0.3.1/config/requirements.rb
  • R vendor/gems/faker-0.3.1/faker.tmproj
  • R vendor/gems/faker-0.3.1/lib/extensions/array.rb
  • R vendor/gems/faker-0.3.1/lib/extensions/object.rb
  • R vendor/gems/faker-0.3.1/lib/faker.rb
  • R vendor/gems/faker-0.3.1/lib/faker/address.rb
  • R vendor/gems/faker-0.3.1/lib/faker/company.rb
  • R vendor/gems/faker-0.3.1/lib/faker/internet.rb
  • R vendor/gems/faker-0.3.1/lib/faker/lorem.rb
  • R vendor/gems/faker-0.3.1/lib/faker/name.rb
  • R vendor/gems/faker-0.3.1/lib/faker/phone_number.rb
  • R vendor/gems/faker-0.3.1/lib/faker/version.rb
  • R vendor/gems/faker-0.3.1/script/destroy
  • R vendor/gems/faker-0.3.1/script/generate
  • R vendor/gems/faker-0.3.1/script/txt2html
  • R vendor/gems/faker-0.3.1/setup.rb
  • R vendor/gems/faker-0.3.1/tasks/deployment.rake
  • R vendor/gems/faker-0.3.1/tasks/environment.rake
  • R vendor/gems/faker-0.3.1/tasks/website.rake
  • R vendor/gems/faker-0.3.1/test/test_faker.rb
  • R vendor/gems/faker-0.3.1/test/test_faker_internet.rb
  • R vendor/gems/faker-0.3.1/test/test_faker_name.rb
  • R vendor/gems/faker-0.3.1/test/test_helper.rb
  • R vendor/gems/will_paginate-2.3.14/.specification
  • R vendor/gems/will_paginate-2.3.14/CHANGELOG.rdoc
  • R vendor/gems/will_paginate-2.3.14/LICENSE
  • R vendor/gems/will_paginate-2.3.14/README.rdoc
  • R vendor/gems/will_paginate-2.3.14/Rakefile
  • R vendor/gems/will_paginate-2.3.14/lib/will_paginate.rb
  • R vendor/gems/will_paginate-2.3.14/lib/will_paginate/array.rb
  • R vendor/gems/will_paginate-2.3.14/lib/will_paginate/collection.rb
  • R vendor/gems/will_paginate-2.3.14/lib/will_paginate/core_ext.rb
  • R vendor/gems/will_paginate-2.3.14/lib/will_paginate/finder.rb
  • R vendor/gems/will_paginate-2.3.14/lib/will_paginate/named_scope.rb
  • R vendor/gems/will_paginate-2.3.14/lib/will_paginate/named_scope_patch.rb
  • R vendor/gems/will_paginate-2.3.14/lib/will_paginate/version.rb
  • R vendor/gems/will_paginate-2.3.14/lib/will_paginate/view_helpers.rb
  • R vendor/gems/will_paginate-2.3.14/test/boot.rb
  • R vendor/gems/will_paginate-2.3.14/test/collection_test.rb
  • R vendor/gems/will_paginate-2.3.14/test/console
  • R vendor/gems/will_paginate-2.3.14/test/database.yml
  • R vendor/gems/will_paginate-2.3.14/test/finder_test.rb
  • R vendor/gems/will_paginate-2.3.14/test/fixtures/admin.rb
  • R vendor/gems/will_paginate-2.3.14/test/fixtures/developer.rb
  • R vendor/gems/will_paginate-2.3.14/test/fixtures/developers_projects.yml
  • R vendor/gems/will_paginate-2.3.14/test/fixtures/project.rb
  • R vendor/gems/will_paginate-2.3.14/test/fixtures/projects.yml
  • R vendor/gems/will_paginate-2.3.14/test/fixtures/replies.yml
  • R vendor/gems/will_paginate-2.3.14/test/fixtures/reply.rb
  • R vendor/gems/will_paginate-2.3.14/test/fixtures/schema.rb
  • R vendor/gems/will_paginate-2.3.14/test/fixtures/topic.rb
  • R vendor/gems/will_paginate-2.3.14/test/fixtures/topics.yml
  • R vendor/gems/will_paginate-2.3.14/test/fixtures/user.rb
  • R vendor/gems/will_paginate-2.3.14/test/fixtures/users.yml
  • R vendor/gems/will_paginate-2.3.14/test/helper.rb
  • R vendor/gems/will_paginate-2.3.14/test/lib/activerecord_test_case.rb
  • R vendor/gems/will_paginate-2.3.14/test/lib/activerecord_test_connector.rb
  • R vendor/gems/will_paginate-2.3.14/test/lib/load_fixtures.rb
  • R vendor/gems/will_paginate-2.3.14/test/lib/view_test_process.rb
  • R vendor/gems/will_paginate-2.3.14/test/tasks.rake
  • R vendor/gems/will_paginate-2.3.14/test/view_test.rb
  • R public/javascripts/cache/.gitignore
  • R vendor/plugins/acts_as_commentable/CHANGELOG
  • R vendor/plugins/acts_as_commentable/MIT-LICENSE
  • R vendor/plugins/acts_as_commentable/OLD_README
  • R vendor/plugins/acts_as_commentable/README
  • R vendor/plugins/acts_as_commentable/Rakefile
  • R vendor/plugins/acts_as_commentable/acts_as_commentable.gemspec
  • R vendor/plugins/acts_as_commentable/generators/comment/comment_generator.rb
  • R vendor/plugins/acts_as_commentable/generators/comment/templates/comment.rb
  • R vendor/plugins/acts_as_commentable/generators/comment/templates/create_comments.rb
  • R vendor/plugins/acts_as_commentable/init.rb
  • R vendor/plugins/acts_as_commentable/install.rb
  • R vendor/plugins/acts_as_commentable/lib/acts_as_commentable.rb
  • R vendor/plugins/acts_as_commentable/lib/comment_methods.rb
  • R vendor/plugins/acts_as_commentable/lib/commentable_methods.rb
  • R vendor/plugins/acts_as_commentable/lib/tasks/acts_as_commentable_tasks.rake
  • R vendor/plugins/acts_as_commentable/rails/init.rb
  • R vendor/plugins/acts_as_commentable/test/acts_as_commentable_test.rb
  • R vendor/plugins/acts_as_paranoid/CHANGELOG
  • R vendor/plugins/acts_as_paranoid/MIT-LICENSE
  • R vendor/plugins/acts_as_paranoid/README
  • R vendor/plugins/acts_as_paranoid/RUNNING_UNIT_TESTS
  • R vendor/plugins/acts_as_paranoid/Rakefile
  • R vendor/plugins/acts_as_paranoid/init.rb
  • R vendor/plugins/acts_as_paranoid/lib/caboose/acts/belongs_to_with_deleted_association.rb
  • R vendor/plugins/acts_as_paranoid/lib/caboose/acts/has_many_through_without_deleted_association.rb
  • R vendor/plugins/acts_as_paranoid/lib/caboose/acts/paranoid.rb
  • R vendor/plugins/acts_as_paranoid/lib/caboose/acts/paranoid_find_wrapper.rb
  • R vendor/plugins/acts_as_paranoid/test/database.yml
  • R vendor/plugins/acts_as_paranoid/test/fixtures/categories.yml
  • R vendor/plugins/acts_as_paranoid/test/fixtures/categories_widgets.yml
  • R vendor/plugins/acts_as_paranoid/test/fixtures/taggings.yml
  • R vendor/plugins/acts_as_paranoid/test/fixtures/tags.yml
  • R vendor/plugins/acts_as_paranoid/test/fixtures/widgets.yml
  • R vendor/plugins/acts_as_paranoid/test/paranoid_test.rb
  • R vendor/plugins/acts_as_paranoid/test/schema.rb
  • R vendor/plugins/acts_as_paranoid/test/test_helper.rb
  • R vendor/plugins/advanced_errors/MIT-LICENSE
  • R vendor/plugins/advanced_errors/README
  • R vendor/plugins/advanced_errors/Rakefile
  • R vendor/plugins/advanced_errors/advanced_errors.gemspec
  • R vendor/plugins/advanced_errors/init.rb
  • R vendor/plugins/advanced_errors/lib/advanced_errors.rb
  • R vendor/plugins/advanced_errors/lib/advanced_errors/full_messages.rb
  • R vendor/plugins/advanced_errors/rails/init.rb
  • R vendor/plugins/advanced_errors/test/full_message_test.rb
  • R vendor/plugins/advanced_errors/test/test_helper.rb
  • R vendor/plugins/annotate_models/ChangeLog
  • R vendor/plugins/annotate_models/README
  • R vendor/plugins/annotate_models/lib/annotate_models.rb
  • R vendor/plugins/annotate_models/lib/tasks/annotate_models_tasks.rake
  • R vendor/plugins/authlogic/CHANGELOG.rdoc
  • R vendor/plugins/authlogic/LICENSE
  • R vendor/plugins/authlogic/README.rdoc
  • R vendor/plugins/authlogic/Rakefile
  • R vendor/plugins/authlogic/VERSION.yml
  • R vendor/plugins/authlogic/authlogic.gemspec
  • R vendor/plugins/authlogic/generators/session/session_generator.rb
  • R vendor/plugins/authlogic/generators/session/templates/session.rb
  • R vendor/plugins/authlogic/init.rb
  • R vendor/plugins/authlogic/lib/authlogic.rb
  • R vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/base.rb
  • R vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/email.rb
  • R vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/logged_in_status.rb
  • R vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/login.rb
  • R vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/magic_columns.rb
  • R vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/password.rb
  • R vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/perishable_token.rb
  • R vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/persistence_token.rb
  • R vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/restful_authentication.rb
  • R vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/session_maintenance.rb
  • R vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/single_access_token.rb
  • R vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/validations_scope.rb
  • R vendor/plugins/authlogic/lib/authlogic/authenticates_many/association.rb
  • R vendor/plugins/authlogic/lib/authlogic/authenticates_many/base.rb
  • R vendor/plugins/authlogic/lib/authlogic/controller_adapters/abstract_adapter.rb
  • R vendor/plugins/authlogic/lib/authlogic/controller_adapters/merb_adapter.rb
  • R vendor/plugins/authlogic/lib/authlogic/controller_adapters/rails_adapter.rb
  • R vendor/plugins/authlogic/lib/authlogic/crypto_providers/aes256.rb
  • R vendor/plugins/authlogic/lib/authlogic/crypto_providers/bcrypt.rb
  • R vendor/plugins/authlogic/lib/authlogic/crypto_providers/md5.rb
  • R vendor/plugins/authlogic/lib/authlogic/crypto_providers/sha1.rb
  • R vendor/plugins/authlogic/lib/authlogic/crypto_providers/sha512.rb
  • R vendor/plugins/authlogic/lib/authlogic/i18n.rb
  • R vendor/plugins/authlogic/lib/authlogic/random.rb
  • R vendor/plugins/authlogic/lib/authlogic/regex.rb
  • R vendor/plugins/authlogic/lib/authlogic/session/activation.rb
  • R vendor/plugins/authlogic/lib/authlogic/session/active_record_trickery.rb
  • R vendor/plugins/authlogic/lib/authlogic/session/base.rb
  • R vendor/plugins/authlogic/lib/authlogic/session/brute_force_protection.rb
  • R vendor/plugins/authlogic/lib/authlogic/session/callbacks.rb
  • R vendor/plugins/authlogic/lib/authlogic/session/cookies.rb
  • R vendor/plugins/authlogic/lib/authlogic/session/existence.rb
  • R vendor/plugins/authlogic/lib/authlogic/session/foundation.rb
  • R vendor/plugins/authlogic/lib/authlogic/session/http_auth.rb
  • R vendor/plugins/authlogic/lib/authlogic/session/id.rb
  • R vendor/plugins/authlogic/lib/authlogic/session/klass.rb
  • R vendor/plugins/authlogic/lib/authlogic/session/magic_columns.rb
  • R vendor/plugins/authlogic/lib/authlogic/session/magic_states.rb
  • R vendor/plugins/authlogic/lib/authlogic/session/params.rb
  • R vendor/plugins/authlogic/lib/authlogic/session/password.rb
  • R vendor/plugins/authlogic/lib/authlogic/session/perishable_token.rb
  • R vendor/plugins/authlogic/lib/authlogic/session/persistence.rb
  • R vendor/plugins/authlogic/lib/authlogic/session/priority_record.rb
  • R vendor/plugins/authlogic/lib/authlogic/session/scopes.rb
  • R vendor/plugins/authlogic/lib/authlogic/session/session.rb
  • R vendor/plugins/authlogic/lib/authlogic/session/timeout.rb
  • R vendor/plugins/authlogic/lib/authlogic/session/unauthorized_record.rb
  • R vendor/plugins/authlogic/lib/authlogic/session/validation.rb
  • R vendor/plugins/authlogic/lib/authlogic/test_case.rb
  • R vendor/plugins/authlogic/lib/authlogic/test_case/mock_controller.rb
  • R vendor/plugins/authlogic/lib/authlogic/test_case/mock_cookie_jar.rb
  • R vendor/plugins/authlogic/lib/authlogic/test_case/mock_logger.rb
  • R vendor/plugins/authlogic/lib/authlogic/test_case/mock_request.rb
  • R vendor/plugins/authlogic/lib/authlogic/test_case/rails_request_adapter.rb
  • R vendor/plugins/authlogic/rails/init.rb
  • R vendor/plugins/authlogic/shoulda_macros/authlogic.rb
  • R vendor/plugins/authlogic/test/acts_as_authentic_test/base_test.rb
  • R vendor/plugins/authlogic/test/acts_as_authentic_test/email_test.rb
  • R vendor/plugins/authlogic/test/acts_as_authentic_test/logged_in_status_test.rb
  • R vendor/plugins/authlogic/test/acts_as_authentic_test/login_test.rb
  • R vendor/plugins/authlogic/test/acts_as_authentic_test/magic_columns_test.rb
  • R vendor/plugins/authlogic/test/acts_as_authentic_test/password_test.rb
  • R vendor/plugins/authlogic/test/acts_as_authentic_test/perishable_token_test.rb
  • R vendor/plugins/authlogic/test/acts_as_authentic_test/persistence_token_test.rb
  • R vendor/plugins/authlogic/test/acts_as_authentic_test/restful_authentication_test.rb
  • R vendor/plugins/authlogic/test/acts_as_authentic_test/session_maintenance_test.rb
  • R vendor/plugins/authlogic/test/acts_as_authentic_test/single_access_test.rb
  • R vendor/plugins/authlogic/test/authenticates_many_test.rb
  • R vendor/plugins/authlogic/test/crypto_provider_test/aes256_test.rb
  • R vendor/plugins/authlogic/test/crypto_provider_test/bcrypt_test.rb
  • R vendor/plugins/authlogic/test/crypto_provider_test/sha1_test.rb
  • R vendor/plugins/authlogic/test/crypto_provider_test/sha512_test.rb
  • R vendor/plugins/authlogic/test/fixtures/companies.yml
  • R vendor/plugins/authlogic/test/fixtures/employees.yml
  • R vendor/plugins/authlogic/test/fixtures/projects.yml
  • R vendor/plugins/authlogic/test/fixtures/users.yml
  • R vendor/plugins/authlogic/test/libs/affiliate.rb
  • R vendor/plugins/authlogic/test/libs/company.rb
  • R vendor/plugins/authlogic/test/libs/employee.rb
  • R vendor/plugins/authlogic/test/libs/employee_session.rb
  • R vendor/plugins/authlogic/test/libs/ldaper.rb
  • R vendor/plugins/authlogic/test/libs/ordered_hash.rb
  • R vendor/plugins/authlogic/test/libs/project.rb
  • R vendor/plugins/authlogic/test/libs/user.rb
  • R vendor/plugins/authlogic/test/libs/user_session.rb
  • R vendor/plugins/authlogic/test/random_test.rb
  • R vendor/plugins/authlogic/test/session_test/activation_test.rb
  • R vendor/plugins/authlogic/test/session_test/active_record_trickery_test.rb
  • R vendor/plugins/authlogic/test/session_test/brute_force_protection_test.rb
  • R vendor/plugins/authlogic/test/session_test/callbacks_test.rb
  • R vendor/plugins/authlogic/test/session_test/cookies_test.rb
  • R vendor/plugins/authlogic/test/session_test/credentials_test.rb
  • R vendor/plugins/authlogic/test/session_test/existence_test.rb
  • R vendor/plugins/authlogic/test/session_test/http_auth_test.rb
  • R vendor/plugins/authlogic/test/session_test/id_test.rb
  • R vendor/plugins/authlogic/test/session_test/klass_test.rb
  • R vendor/plugins/authlogic/test/session_test/magic_columns_test.rb
  • R vendor/plugins/authlogic/test/session_test/magic_states_test.rb
  • R vendor/plugins/authlogic/test/session_test/params_test.rb
  • R vendor/plugins/authlogic/test/session_test/password_test.rb
  • R vendor/plugins/authlogic/test/session_test/perishability_test.rb
  • R vendor/plugins/authlogic/test/session_test/persistence_test.rb
  • R vendor/plugins/authlogic/test/session_test/scopes_test.rb
  • R vendor/plugins/authlogic/test/session_test/session_test.rb
  • R vendor/plugins/authlogic/test/session_test/timeout_test.rb
  • R vendor/plugins/authlogic/test/session_test/unauthorized_record_test.rb
  • R vendor/plugins/authlogic/test/session_test/validation_test.rb
  • R vendor/plugins/authlogic/test/test_helper.rb
  • R vendor/plugins/calendar_date_select/.gitignore
  • R vendor/plugins/calendar_date_select/History.txt
  • R vendor/plugins/calendar_date_select/MIT-LICENSE
  • R vendor/plugins/calendar_date_select/Manifest.txt
  • R vendor/plugins/calendar_date_select/Rakefile
  • R vendor/plugins/calendar_date_select/Readme.txt
  • R vendor/plugins/calendar_date_select/calendar_date_select.gemspec
  • R vendor/plugins/calendar_date_select/init.rb
  • R vendor/plugins/calendar_date_select/js_test/functional/.tmp_cds_test.html
  • R vendor/plugins/calendar_date_select/js_test/functional/cds_test.html
  • R vendor/plugins/calendar_date_select/js_test/prototype.js
  • R vendor/plugins/calendar_date_select/js_test/test.css
  • R vendor/plugins/calendar_date_select/js_test/unit/cds_helper_methods.html
  • R vendor/plugins/calendar_date_select/js_test/unittest.js
  • R vendor/plugins/calendar_date_select/lib/calendar_date_select.rb
  • R vendor/plugins/calendar_date_select/lib/calendar_date_select/calendar_date_select.rb
  • R vendor/plugins/calendar_date_select/lib/calendar_date_select/includes_helper.rb
  • R vendor/plugins/calendar_date_select/public/blank_iframe.html
  • R vendor/plugins/calendar_date_select/public/images/calendar_date_select/calendar.gif
  • R vendor/plugins/calendar_date_select/public/javascripts/calendar_date_select/calendar_date_select.js
  • R vendor/plugins/calendar_date_select/public/javascripts/calendar_date_select/format_american.js
  • R vendor/plugins/calendar_date_select/public/javascripts/calendar_date_select/format_db.js
  • R vendor/plugins/calendar_date_select/public/javascripts/calendar_date_select/format_euro_24hr.js
  • R vendor/plugins/calendar_date_select/public/javascripts/calendar_date_select/format_euro_24hr_ymd.js
  • R vendor/plugins/calendar_date_select/public/javascripts/calendar_date_select/format_finnish.js
  • R vendor/plugins/calendar_date_select/public/javascripts/calendar_date_select/format_hyphen_ampm.js
  • R vendor/plugins/calendar_date_select/public/javascripts/calendar_date_select/format_iso_date.js
  • R vendor/plugins/calendar_date_select/public/javascripts/calendar_date_select/format_italian.js
  • R vendor/plugins/calendar_date_select/public/javascripts/calendar_date_select/locale/de.js
  • R vendor/plugins/calendar_date_select/public/javascripts/calendar_date_select/locale/fi.js
  • R vendor/plugins/calendar_date_select/public/javascripts/calendar_date_select/locale/fr.js
  • R vendor/plugins/calendar_date_select/public/javascripts/calendar_date_select/locale/pl.js
  • R vendor/plugins/calendar_date_select/public/javascripts/calendar_date_select/locale/pt.js
  • R vendor/plugins/calendar_date_select/public/javascripts/calendar_date_select/locale/ru.js
  • R vendor/plugins/calendar_date_select/public/stylesheets/calendar_date_select/blue.css
  • R vendor/plugins/calendar_date_select/public/stylesheets/calendar_date_select/default.css
  • R vendor/plugins/calendar_date_select/public/stylesheets/calendar_date_select/plain.css
  • R vendor/plugins/calendar_date_select/public/stylesheets/calendar_date_select/red.css
  • R vendor/plugins/calendar_date_select/public/stylesheets/calendar_date_select/silver.css
  • R vendor/plugins/calendar_date_select/test/functional/calendar_date_select_test.rb
  • R vendor/plugins/calendar_date_select/test/functional/helper_methods_test.rb
  • R vendor/plugins/calendar_date_select/test/test_helper.rb
  • R vendor/plugins/country_select/MIT-LICENSE
  • R vendor/plugins/country_select/README
  • R vendor/plugins/country_select/init.rb
  • R vendor/plugins/country_select/install.rb
  • R vendor/plugins/country_select/lib/country_select.rb
  • R vendor/plugins/country_select/uninstall.rb
  • R vendor/plugins/engines/.gitignore
  • R vendor/plugins/engines/CHANGELOG
  • R vendor/plugins/engines/MIT-LICENSE
  • R vendor/plugins/engines/README
  • R vendor/plugins/engines/Rakefile
  • R vendor/plugins/engines/about.yml
  • R vendor/plugins/engines/boot.rb
  • R vendor/plugins/engines/generators/plugin_migration/USAGE
  • R vendor/plugins/engines/generators/plugin_migration/plugin_migration_generator.rb
  • R vendor/plugins/engines/generators/plugin_migration/templates/plugin_migration.erb
  • R vendor/plugins/engines/init.rb
  • R vendor/plugins/engines/lib/engines.rb
  • R vendor/plugins/engines/lib/engines/assets.rb
  • R vendor/plugins/engines/lib/engines/plugin.rb
  • R vendor/plugins/engines/lib/engines/plugin/list.rb
  • R vendor/plugins/engines/lib/engines/plugin/loader.rb
  • R vendor/plugins/engines/lib/engines/plugin/locator.rb
  • R vendor/plugins/engines/lib/engines/plugin/migrator.rb
  • R vendor/plugins/engines/lib/engines/rails_extensions/asset_helpers.rb
  • R vendor/plugins/engines/lib/engines/rails_extensions/dependencies.rb
  • R vendor/plugins/engines/lib/engines/rails_extensions/form_tag_helpers.rb
  • R vendor/plugins/engines/lib/engines/rails_extensions/migrations.rb
  • R vendor/plugins/engines/lib/engines/rails_extensions/rails.rb
  • R vendor/plugins/engines/lib/engines/testing.rb
  • R vendor/plugins/engines/lib/tasks/engines.rake
  • R vendor/plugins/engines/test/app/controllers/app_and_plugin_controller.rb
  • R vendor/plugins/engines/test/app/controllers/namespace/app_and_plugin_controller.rb
  • R vendor/plugins/engines/test/app/helpers/mail_helper.rb
  • R vendor/plugins/engines/test/app/models/app_and_plugin_model.rb
  • R vendor/plugins/engines/test/app/models/notify_mail.rb
  • R vendor/plugins/engines/test/app/things/thing.rb
  • R vendor/plugins/engines/test/app/views/app_and_plugin/a_view.html.erb
  • R vendor/plugins/engines/test/app/views/namespace/app_and_plugin/a_view.html.erb
  • R vendor/plugins/engines/test/app/views/notify_mail/implicit_multipart.text.html.erb
  • R vendor/plugins/engines/test/app/views/notify_mail/implicit_multipart.text.plain.erb
  • R vendor/plugins/engines/test/app/views/notify_mail/multipart_html.html.erb
  • R vendor/plugins/engines/test/app/views/notify_mail/multipart_plain.html.erb
  • R vendor/plugins/engines/test/app/views/notify_mail/signup.text.plain.erb
  • R vendor/plugins/engines/test/app/views/plugin_mail/mail_from_plugin_with_application_template.text.plain.erb
  • R vendor/plugins/engines/test/app/views/plugin_mail/multipart_from_plugin_with_application_template_plain.html.erb
  • R vendor/plugins/engines/test/functional/controller_loading_test.rb
  • R vendor/plugins/engines/test/functional/exception_notification_compatibility_test.rb
  • R vendor/plugins/engines/test/functional/locale_loading_test.rb
  • R vendor/plugins/engines/test/functional/routes_test.rb
  • R vendor/plugins/engines/test/functional/view_helpers_test.rb
  • R vendor/plugins/engines/test/functional/view_loading_test.rb
  • R vendor/plugins/engines/test/lib/app_and_plugin_lib_model.rb
  • R vendor/plugins/engines/test/lib/engines_test_helper.rb
  • R vendor/plugins/engines/test/lib/render_information.rb
  • R vendor/plugins/engines/test/plugins/alpha_plugin/app/controllers/alpha_plugin_controller.rb
  • R vendor/plugins/engines/test/plugins/alpha_plugin/app/controllers/app_and_plugin_controller.rb
  • R vendor/plugins/engines/test/plugins/alpha_plugin/app/controllers/namespace/alpha_plugin_controller.rb
  • R vendor/plugins/engines/test/plugins/alpha_plugin/app/controllers/namespace/app_and_plugin_controller.rb
  • R vendor/plugins/engines/test/plugins/alpha_plugin/app/controllers/namespace/shared_plugin_controller.rb
  • R vendor/plugins/engines/test/plugins/alpha_plugin/app/controllers/shared_plugin_controller.rb
  • R vendor/plugins/engines/test/plugins/alpha_plugin/app/models/alpha_plugin_model.rb
  • R vendor/plugins/engines/test/plugins/alpha_plugin/app/models/app_and_plugin_model.rb
  • R vendor/plugins/engines/test/plugins/alpha_plugin/app/models/shared_plugin_model.rb
  • R vendor/plugins/engines/test/plugins/alpha_plugin/app/views/alpha_plugin/a_view.html.erb
  • R vendor/plugins/engines/test/plugins/alpha_plugin/app/views/app_and_plugin/a_view.html.erb
  • R vendor/plugins/engines/test/plugins/alpha_plugin/app/views/layouts/plugin_layout.erb
  • R vendor/plugins/engines/test/plugins/alpha_plugin/app/views/namespace/alpha_plugin/a_view.html.erb
  • R vendor/plugins/engines/test/plugins/alpha_plugin/app/views/namespace/app_and_plugin/a_view.html.erb
  • R vendor/plugins/engines/test/plugins/alpha_plugin/app/views/namespace/shared_plugin/a_view.html.erb
  • R vendor/plugins/engines/test/plugins/alpha_plugin/app/views/shared_plugin/a_view.html.erb
  • R vendor/plugins/engines/test/plugins/alpha_plugin/lib/alpha_plugin_lib_model.rb
  • R vendor/plugins/engines/test/plugins/alpha_plugin/lib/app_and_plugin_lib_model.rb
  • R vendor/plugins/engines/test/plugins/alpha_plugin/locales/en.yml
  • R vendor/plugins/engines/test/plugins/beta_plugin/app/controllers/app_and_plugin_controller.rb
  • R vendor/plugins/engines/test/plugins/beta_plugin/app/controllers/namespace/shared_plugin_controller.rb
  • R vendor/plugins/engines/test/plugins/beta_plugin/app/controllers/shared_plugin_controller.rb
  • R vendor/plugins/engines/test/plugins/beta_plugin/app/models/shared_plugin_model.rb
  • R vendor/plugins/engines/test/plugins/beta_plugin/app/views/namespace/shared_plugin/a_view.html.erb
  • R vendor/plugins/engines/test/plugins/beta_plugin/app/views/shared_plugin/a_view.html.erb
  • R vendor/plugins/engines/test/plugins/beta_plugin/init.rb
  • R vendor/plugins/engines/test/plugins/beta_plugin/locales/en.yml
  • R vendor/plugins/engines/test/plugins/not_a_plugin/public/should_not_be_copied.txt
  • R vendor/plugins/engines/test/plugins/test_assets/app/controllers/assets_controller.rb
  • R vendor/plugins/engines/test/plugins/test_assets/app/views/assets/index.html.erb
  • R vendor/plugins/engines/test/plugins/test_assets/app/views/layouts/assets.html.erb
  • R vendor/plugins/engines/test/plugins/test_assets/init.rb
  • R vendor/plugins/engines/test/plugins/test_assets/public/file.txt
  • R vendor/plugins/engines/test/plugins/test_assets/public/subfolder/file_in_subfolder.txt
  • R vendor/plugins/engines/test/plugins/test_assets_with_assets_directory/assets/file.txt
  • R vendor/plugins/engines/test/plugins/test_assets_with_assets_directory/assets/subfolder/file_in_subfolder.txt
  • R vendor/plugins/engines/test/plugins/test_assets_with_assets_directory/init.rb
  • R vendor/plugins/engines/test/plugins/test_assets_with_no_subdirectory/assets/file.txt
  • R vendor/plugins/engines/test/plugins/test_assets_with_no_subdirectory/init.rb
  • R vendor/plugins/engines/test/plugins/test_code_mixing/app/things/thing.rb
  • R vendor/plugins/engines/test/plugins/test_code_mixing/init.rb
  • R vendor/plugins/engines/test/plugins/test_load_path/init.rb
  • R vendor/plugins/engines/test/plugins/test_migration/db/migrate/001_create_tests.rb
  • R vendor/plugins/engines/test/plugins/test_migration/db/migrate/002_create_others.rb
  • R vendor/plugins/engines/test/plugins/test_migration/db/migrate/003_create_extras.rb
  • R vendor/plugins/engines/test/plugins/test_migration/init.rb
  • R vendor/plugins/engines/test/plugins/test_plugin_mailing/app/models/plugin_mail.rb
  • R vendor/plugins/engines/test/plugins/test_plugin_mailing/app/views/plugin_mail/mail_from_plugin.erb
  • R vendor/plugins/engines/test/plugins/test_plugin_mailing/app/views/plugin_mail/multipart_from_plugin_html.html.erb
  • R vendor/plugins/engines/test/plugins/test_plugin_mailing/app/views/plugin_mail/multipart_from_plugin_plain.html.erb
  • R vendor/plugins/engines/test/plugins/test_plugin_mailing/app/views/plugin_mail/multipart_from_plugin_with_application_template_html.html.erb
  • R vendor/plugins/engines/test/plugins/test_plugin_mailing/app/views/plugin_mail/multipart_from_plugin_with_application_template_plain.html.erb
  • R vendor/plugins/engines/test/plugins/test_plugin_mailing/init.rb
  • R vendor/plugins/engines/test/plugins/test_routing/app/controllers/namespace/test_routing_controller.rb
  • R vendor/plugins/engines/test/plugins/test_routing/app/controllers/test_routing_controller.rb
  • R vendor/plugins/engines/test/plugins/test_routing/config/routes.rb
  • R vendor/plugins/engines/test/plugins/test_routing/init.rb
  • R vendor/plugins/engines/test/plugins/test_testing/app/README.txt
  • R vendor/plugins/engines/test/plugins/test_testing/init.rb
  • R vendor/plugins/engines/test/plugins/test_testing/test/fixtures/testing_fixtures.yml
  • R vendor/plugins/engines/test/plugins/test_testing/test/unit/override_test.rb
  • R vendor/plugins/engines/test/unit/action_mailer_test.rb
  • R vendor/plugins/engines/test/unit/arbitrary_code_mixing_test.rb
  • R vendor/plugins/engines/test/unit/assets_test.rb
  • R vendor/plugins/engines/test/unit/backwards_compat_test.rb
  • R vendor/plugins/engines/test/unit/load_path_test.rb
  • R vendor/plugins/engines/test/unit/migration_test.rb
  • R vendor/plugins/engines/test/unit/model_and_lib_test.rb
  • R vendor/plugins/engines/test/unit/plugins_test.rb
  • R vendor/plugins/engines/test/unit/test_testing/override_test.rb
  • R vendor/plugins/engines/test/unit/testing_test.rb
  • R vendor/plugins/gravatar/.gitignore
  • R vendor/plugins/gravatar/MIT-LICENSE
  • R vendor/plugins/gravatar/README.rdoc
  • R vendor/plugins/gravatar/Rakefile
  • R vendor/plugins/gravatar/about.yml
  • R vendor/plugins/gravatar/init.rb
  • R vendor/plugins/gravatar/lib/gravatar.rb
  • R vendor/plugins/gravatar/spec/gravatar_spec.rb
  • R vendor/plugins/haml/.yardopts
  • R vendor/plugins/haml/MIT-LICENSE
  • R vendor/plugins/haml/README.md
  • R vendor/plugins/haml/REVISION
  • R vendor/plugins/haml/Rakefile
  • R vendor/plugins/haml/VERSION
  • R vendor/plugins/haml/VERSION_NAME
  • R vendor/plugins/haml/bin/css2sass
  • R vendor/plugins/haml/bin/haml
  • R vendor/plugins/haml/bin/html2haml
  • R vendor/plugins/haml/bin/sass
  • R vendor/plugins/haml/extra/haml-mode.el
  • R vendor/plugins/haml/extra/sass-mode.el
  • R vendor/plugins/haml/extra/update_watch.rb
  • R vendor/plugins/haml/init.rb
  • R vendor/plugins/haml/lib/haml.rb
  • R vendor/plugins/haml/lib/haml/buffer.rb
  • R vendor/plugins/haml/lib/haml/engine.rb
  • R vendor/plugins/haml/lib/haml/error.rb
  • R vendor/plugins/haml/lib/haml/exec.rb
  • R vendor/plugins/haml/lib/haml/filters.rb
  • R vendor/plugins/haml/lib/haml/helpers.rb
  • R vendor/plugins/haml/lib/haml/helpers/action_view_extensions.rb
  • R vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb
  • R vendor/plugins/haml/lib/haml/html.rb
  • R vendor/plugins/haml/lib/haml/precompiler.rb
  • R vendor/plugins/haml/lib/haml/shared.rb
  • R vendor/plugins/haml/lib/haml/template.rb
  • R vendor/plugins/haml/lib/haml/template/patch.rb
  • R vendor/plugins/haml/lib/haml/template/plugin.rb
  • R vendor/plugins/haml/lib/haml/util.rb
  • R vendor/plugins/haml/lib/haml/version.rb
  • R vendor/plugins/haml/lib/sass.rb
  • R vendor/plugins/haml/lib/sass/css.rb
  • R vendor/plugins/haml/lib/sass/engine.rb
  • R vendor/plugins/haml/lib/sass/environment.rb
  • R vendor/plugins/haml/lib/sass/error.rb
  • R vendor/plugins/haml/lib/sass/files.rb
  • R vendor/plugins/haml/lib/sass/plugin.rb
  • R vendor/plugins/haml/lib/sass/plugin/merb.rb
  • R vendor/plugins/haml/lib/sass/plugin/rails.rb
  • R vendor/plugins/haml/lib/sass/repl.rb
  • R vendor/plugins/haml/lib/sass/script.rb
  • R vendor/plugins/haml/lib/sass/script/bool.rb
  • R vendor/plugins/haml/lib/sass/script/color.rb
  • R vendor/plugins/haml/lib/sass/script/funcall.rb
  • R vendor/plugins/haml/lib/sass/script/functions.rb
  • R vendor/plugins/haml/lib/sass/script/lexer.rb
  • R vendor/plugins/haml/lib/sass/script/literal.rb
  • R vendor/plugins/haml/lib/sass/script/node.rb
  • R vendor/plugins/haml/lib/sass/script/number.rb
  • R vendor/plugins/haml/lib/sass/script/operation.rb
  • R vendor/plugins/haml/lib/sass/script/parser.rb
  • R vendor/plugins/haml/lib/sass/script/string.rb
  • R vendor/plugins/haml/lib/sass/script/unary_operation.rb
  • R vendor/plugins/haml/lib/sass/script/variable.rb
  • R vendor/plugins/haml/lib/sass/tree/comment_node.rb
  • R vendor/plugins/haml/lib/sass/tree/debug_node.rb
  • R vendor/plugins/haml/lib/sass/tree/directive_node.rb
  • R vendor/plugins/haml/lib/sass/tree/for_node.rb
  • R vendor/plugins/haml/lib/sass/tree/if_node.rb
  • R vendor/plugins/haml/lib/sass/tree/import_node.rb
  • R vendor/plugins/haml/lib/sass/tree/mixin_def_node.rb
  • R vendor/plugins/haml/lib/sass/tree/mixin_node.rb
  • R vendor/plugins/haml/lib/sass/tree/node.rb
  • R vendor/plugins/haml/lib/sass/tree/prop_node.rb
  • R vendor/plugins/haml/lib/sass/tree/rule_node.rb
  • R vendor/plugins/haml/lib/sass/tree/variable_node.rb
  • R vendor/plugins/haml/lib/sass/tree/while_node.rb
  • R vendor/plugins/haml/rails/init.rb
  • R vendor/plugins/haml/test/benchmark.rb
  • R vendor/plugins/haml/test/haml/engine_test.rb
  • R vendor/plugins/haml/test/haml/helper_test.rb
  • R vendor/plugins/haml/test/haml/html2haml_test.rb
  • R vendor/plugins/haml/test/haml/markaby/standard.mab
  • R vendor/plugins/haml/test/haml/mocks/article.rb
  • R vendor/plugins/haml/test/haml/results/content_for_layout.xhtml
  • R vendor/plugins/haml/test/haml/results/eval_suppressed.xhtml
  • R vendor/plugins/haml/test/haml/results/filters.xhtml
  • R vendor/plugins/haml/test/haml/results/helpers.xhtml
  • R vendor/plugins/haml/test/haml/results/helpful.xhtml
  • R vendor/plugins/haml/test/haml/results/just_stuff.xhtml
  • R vendor/plugins/haml/test/haml/results/list.xhtml
  • R vendor/plugins/haml/test/haml/results/nuke_inner_whitespace.xhtml
  • R vendor/plugins/haml/test/haml/results/nuke_outer_whitespace.xhtml
  • R vendor/plugins/haml/test/haml/results/original_engine.xhtml
  • R vendor/plugins/haml/test/haml/results/partial_layout.xhtml
  • R vendor/plugins/haml/test/haml/results/partials.xhtml
  • R vendor/plugins/haml/test/haml/results/render_layout.xhtml
  • R vendor/plugins/haml/test/haml/results/silent_script.xhtml
  • R vendor/plugins/haml/test/haml/results/standard.xhtml
  • R vendor/plugins/haml/test/haml/results/tag_parsing.xhtml
  • R vendor/plugins/haml/test/haml/results/very_basic.xhtml
  • R vendor/plugins/haml/test/haml/results/whitespace_handling.xhtml
  • R vendor/plugins/haml/test/haml/rhtml/_av_partial_1.rhtml
  • R vendor/plugins/haml/test/haml/rhtml/_av_partial_2.rhtml
  • R vendor/plugins/haml/test/haml/rhtml/action_view.rhtml
  • R vendor/plugins/haml/test/haml/rhtml/standard.rhtml
  • R vendor/plugins/haml/test/haml/template_test.rb
  • R vendor/plugins/haml/test/haml/templates/_av_partial_1.haml
  • R vendor/plugins/haml/test/haml/templates/_av_partial_1_ugly.haml
  • R vendor/plugins/haml/test/haml/templates/_av_partial_2.haml
  • R vendor/plugins/haml/test/haml/templates/_av_partial_2_ugly.haml
  • R vendor/plugins/haml/test/haml/templates/_layout.erb
  • R vendor/plugins/haml/test/haml/templates/_layout_for_partial.haml
  • R vendor/plugins/haml/test/haml/templates/_partial.haml
  • R vendor/plugins/haml/te
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Ruby on Rails CRM platform for Web 2.0 and beyond