Changeset [a619df0c60525728b82a4f071f74824edf2f6bc5] by Nathan Broadbent
August 1st, 2011 @ 09:35 PM
Began work on converting ffcrm into an engine / gem
https://github.com/michaeldv/fat_free_crm/commit/a619df0c60525728b8...
Committed by Nathan Broadbent
- A app/controllers/fat_free_crm/base_controller.rb
- A app/helpers/fat_free_crm/base_helper.rb
- A app/views/layouts/ffcrm_application.html.haml
- A fat_free_crm.gemspec
- A lib/fat_free_crm/engine.rb
- A lib/generators/fat_free_crm/install/install_generator.rb
- A lib/generators/fat_free_crm/install/templates/config/database.mysql.linux.yml
- A lib/generators/fat_free_crm/install/templates/config/database.mysql.yml
- A lib/generators/fat_free_crm/install/templates/config/database.postgres.yml
- A lib/generators/fat_free_crm/install/templates/config/database.sqlite.yml
- A lib/generators/fat_free_crm/install/templates/config/settings.yml
- A lib/generators/fat_free_crm/install/templates/migrations/001_create_sessions.rb
- A lib/generators/fat_free_crm/install/templates/migrations/002_create_users.rb
- A lib/generators/fat_free_crm/install/templates/migrations/003_create_openid_tables.rb
- A lib/generators/fat_free_crm/install/templates/migrations/004_create_accounts.rb
- A lib/generators/fat_free_crm/install/templates/migrations/005_create_permissions.rb
- A lib/generators/fat_free_crm/install/templates/migrations/006_create_settings.rb
- A lib/generators/fat_free_crm/install/templates/migrations/007_create_preferences.rb
- A lib/generators/fat_free_crm/install/templates/migrations/008_create_campaigns.rb
- A lib/generators/fat_free_crm/install/templates/migrations/009_create_leads.rb
- A lib/generators/fat_free_crm/install/templates/migrations/010_create_contacts.rb
- A lib/generators/fat_free_crm/install/templates/migrations/011_create_opportunities.rb
- A lib/generators/fat_free_crm/install/templates/migrations/012_create_account_contacts.rb
- A lib/generators/fat_free_crm/install/templates/migrations/013_create_account_opportunities.rb
- A lib/generators/fat_free_crm/install/templates/migrations/014_create_contact_opportunities.rb
- A lib/generators/fat_free_crm/install/templates/migrations/015_create_tasks.rb
- A lib/generators/fat_free_crm/install/templates/migrations/016_create_comments.rb
- A lib/generators/fat_free_crm/install/templates/migrations/017_create_activities.rb
- A lib/generators/fat_free_crm/install/templates/migrations/018_create_avatars.rb
- A lib/generators/fat_free_crm/install/templates/migrations/019_rename_remember_token.rb
- A lib/generators/fat_free_crm/install/templates/migrations/020_drop_openid_tables.rb
- A lib/generators/fat_free_crm/install/templates/migrations/021_add_admin_to_users.rb
- A lib/generators/fat_free_crm/install/templates/migrations/022_add_suspended_to_users.rb
- A lib/generators/fat_free_crm/install/templates/migrations/023_remove_uuid.rb
- A lib/generators/fat_free_crm/install/templates/migrations/024_add_email_to_accounts.rb
- A lib/generators/fat_free_crm/install/templates/migrations/025_add_background_info_to_models.rb
- A lib/generators/fat_free_crm/install/templates/migrations/026_create_addresses.rb
- A lib/generators/fat_free_crm/install/templates/migrations/027_add_index_on_permissions.rb
- A lib/generators/fat_free_crm/install/templates/migrations/028_create_emails.rb
- A lib/generators/fat_free_crm/install/templates/migrations/029_add_state_to_timeline_objects.rb
- A lib/generators/fat_free_crm/install/templates/migrations/030_acts_as_taggable_on_migration.rb
- A lib/generators/fat_free_crm/install/templates/migrations/031_add_extra_contact_fields.rb
- A lib/generators/fat_free_crm/install/templates/migrations/032_add_single_access_token_to_users.rb
- A lib/generators/fat_free_crm/install/templates/migrations/033_add_rating_and_category_to_accounts.rb
- A lib/generators/fat_free_crm/install/templates/migrations/034_add_skype_to_contacts_and_leads.rb
- R app/controllers/application_controller.rb
- R app/helpers/application_helper.rb
- R app/views/layouts/application.html.haml
- R config/application.rb
- R config/boot.rb
- R config/initializers/backtrace_silencers.rb
- R config/initializers/mongrel.rb
- R config/initializers/secret_token.rb
- R config/initializers/session_store.rb
- R config/database.mysql.linux.yml
- R config/database.mysql.yml
- R config/database.postgres.yml
- R config/database.sqlite.yml
- R config/settings.yml
- R db/migrate/20100928030598_create_sessions.rb
- R db/migrate/20100928030599_create_users.rb
- R db/migrate/20100928030600_create_openid_tables.rb
- R db/migrate/20100928030601_create_accounts.rb
- R db/migrate/20100928030602_create_permissions.rb
- R db/migrate/20100928030603_create_settings.rb
- R db/migrate/20100928030604_create_preferences.rb
- R db/migrate/20100928030605_create_campaigns.rb
- R db/migrate/20100928030606_create_leads.rb
- R db/migrate/20100928030607_create_contacts.rb
- R db/migrate/20100928030608_create_opportunities.rb
- R db/migrate/20100928030609_create_account_contacts.rb
- R db/migrate/20100928030610_create_account_opportunities.rb
- R db/migrate/20100928030611_create_contact_opportunities.rb
- R db/migrate/20100928030612_create_tasks.rb
- R db/migrate/20100928030613_create_comments.rb
- R db/migrate/20100928030614_create_activities.rb
- R db/migrate/20100928030615_create_avatars.rb
- R db/migrate/20100928030616_rename_remember_token.rb
- R db/migrate/20100928030617_drop_openid_tables.rb
- R db/migrate/20100928030618_add_admin_to_users.rb
- R db/migrate/20100928030619_add_suspended_to_users.rb
- R db/migrate/20100928030620_remove_uuid.rb
- R db/migrate/20100928030621_add_email_to_accounts.rb
- R db/migrate/20100928030622_add_background_info_to_models.rb
- R db/migrate/20100928030623_create_addresses.rb
- R db/migrate/20100928030624_add_index_on_permissions.rb
- R db/migrate/20100928030625_create_emails.rb
- R db/migrate/20100928030626_add_state_to_timeline_objects.rb
- R db/migrate/20100928030627_acts_as_taggable_on_migration.rb
- R db/migrate/20101209083035_add_extra_contact_fields.rb
- R db/migrate/20101221123456_add_single_access_token_to_users.rb
- R db/migrate/20101221345678_add_rating_and_category_to_accounts.rb
- R db/migrate/20110719082054_add_skype_to_contacts_and_leads.rb
- M .gitignore
- M CHANGELOG
- M Gemfile
- M Gemfile.lock
- M Rakefile
- M app/controllers/accounts_controller.rb
- M app/controllers/admin/application_controller.rb
- M app/controllers/authentications_controller.rb
- M app/controllers/campaigns_controller.rb
- M app/controllers/comments_controller.rb
- M app/controllers/contacts_controller.rb
- M app/controllers/emails_controller.rb
- M app/controllers/home_controller.rb
- M app/controllers/leads_controller.rb
- M app/controllers/opportunities_controller.rb
- M app/controllers/passwords_controller.rb
- M app/controllers/tasks_controller.rb
- M app/controllers/users_controller.rb
- M app/views/common/index.atom.builder
- M app/views/common/index.rss.builder
- M app/views/home/index.atom.builder
- M app/views/home/index.rss.builder
- M app/views/layouts/500.html.haml
- M app/views/layouts/_about.html.haml
- M app/views/layouts/_footer.html.haml
- M config.ru
- M config/environment.rb
- M config/environments/development.rb
- M config/environments/production.rb
- M config/environments/test.rb
- M config/initializers/fat_free_crm.rb
- M config/initializers/inflections.rb
- M config/initializers/mime_types.rb
- M config/routes.rb
- M lib/fat_free_crm.rb
- M lib/fat_free_crm/callback.rb
- M lib/fat_free_crm/dropbox.rb
- M lib/fat_free_crm/errors.rb
- M lib/fat_free_crm/exceptions.rb
- M lib/fat_free_crm/exportable.rb
- M lib/fat_free_crm/i18n.rb
- M lib/fat_free_crm/permissions.rb
- M lib/fat_free_crm/plugin.rb
- M lib/fat_free_crm/sortable.rb
- M lib/fat_free_crm/tabs.rb
- M lib/fat_free_crm/version.rb
- M lib/tasks/dropbox.rake
- M spec/lib/dropbox_spec.rb
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