Skip to content

Latest commit

 

History

History
252 lines (126 loc) · 5.3 KB

CHANGELOG.md

File metadata and controls

252 lines (126 loc) · 5.3 KB

2014-05-03 11:35:54 +0300 samuelralak

* fixed empty class error (HEAD, master)

2014-04-06 20:07:12 +0300 samuelralak

* finding avatart by user (origin/master, heroku/master)

2014-04-06 20:03:38 +0300 samuelralak

* finding avatart by current user

2014-04-06 19:57:19 +0300 samuelralak

* finding avatar by current user id

2014-04-06 19:49:18 +0300 samuelralak

* changed return link avatars#create controller

2014-04-06 19:43:45 +0300 samuelralak

* deleted return statement in users#show controler

2014-04-06 19:30:18 +0300 samuelralak

* fixed redirect url in avatars create action

2014-04-06 19:26:06 +0300 samuelralak

* added parent to avatars#create

2014-04-06 19:03:47 +0300 samuelralak

* deleted username and password from database.yml (origin/develop, develop)

2014-04-06 18:57:21 +0300 samuelralak

* styled the homepage and fixed handled nil onject exceptions

2014-04-06 16:37:14 +0300 asugomark

* reverted changes from mark

2014-04-05 18:25:06 +0300 asugomark

* sorted nil object errors

2014-04-05 16:50:22 +0300 asugomark

* commented out the ruby version

2014-03-31 22:38:50 +0300 samuelralak

* corrected if condition

2014-03-31 22:35:02 +0300 samuelralak

* correct count avatars method on users show

2014-03-31 22:13:23 +0300 samuelralak

* count avatars method on users show

2014-03-31 21:59:47 +0300 samuelralak

* added logger.info

2014-03-30 21:48:00 +0300 samuelralak

* handle active record not found error

2014-03-30 21:40:55 +0300 samuelralak

* rescue from active record not found error

2014-03-30 21:04:40 +0300 samuelralak

* fixes #8, fixes #9

2014-03-27 16:08:28 +0300 samuelralak

* create friendly_id slugs

2014-03-27 16:03:38 +0300 samuelralak

* added a slug to users

2014-03-27 15:59:46 +0300 samuelralak

* added a before_action filter for update and edit #10 (feature/10-security)

2014-03-27 15:53:21 +0300 samuelralak

* installed paperclip and friendly id gems

2014-03-19 14:47:08 +0300 samuelralak

* refactored this file further

2014-03-18 23:13:05 +0300 samuelralak

* styled devise error messages, alerts and notices

2014-03-18 23:12:31 +0300 samuelralak

* configured ActionMailer for production environment

2014-03-18 23:11:24 +0300 samuelralak

* Refactored section-header and page tip

2014-03-18 23:05:59 +0300 samuelralak

* deleted git conflict resolution mark up

2014-03-18 18:24:55 +0300 samuelralak

* fixes #4 (origin/feature/4-user-sign-in, feature/4-user-sign-in)

2014-03-18 18:22:03 +0300 samuelralak

* added fontawesome svg file and associated style sheets #4

2014-03-18 18:21:03 +0300 samuelralak

* created the users controller and asscoiated files #4

2014-03-17 16:03:28 +0300 samuelralak

* created the account type model, associated files and seed data #4

2014-03-17 04:50:36 +0300 samuelralak

* styled the sign up page #4

2014-03-16 21:55:19 +0300 samuelralak

* added is_active attribute to county model #4

2014-03-16 21:54:38 +0300 samuelralak

* added contact person and name attributes to the User model #4

2014-03-16 21:53:28 +0300 samuelralak

* added the county model and associated files #4

2014-03-16 21:52:15 +0300 samuelralak

* added input fields for name, contact_person and county #4

2014-03-16 21:51:26 +0300 samuelralak

* added a signout link #4

2014-03-16 21:48:06 +0300 samuelralak

* added route for the sign out path #4

2014-03-16 21:44:20 +0300 samuelralak

* removed the alert and notice elements #4

2014-03-16 21:43:16 +0300 samuelralak

* created the counties table and added seed data #4

2014-03-16 21:42:03 +0300 samuelralak

* configured action mailer parameters for development environmment #4

2014-03-16 21:40:27 +0300 samuelralak

* configured permitted parameters for devise registration #4

2014-03-16 18:41:59 +0300 samuelralak

* configured actionmailer for development envronment

2014-03-16 18:26:16 +0300 samuelralak

* precompile assets on production

2014-03-16 18:20:05 +0300 samuelralak

* uncommented config.secret_key

2014-03-16 18:05:17 +0300 samuelralak

* updated gemfile.lock

2014-03-16 18:01:18 +0300 samuelralak

* stated ruby version in gemfile

2014-03-15 13:36:44 +0300 samuelralak

* fixes #3 (origin/feature/3-user-sign-up, feature/3-user-sign-up)

2014-03-13 22:33:24 +0300 samuelralak

* configured routes for the sign in and sign up page #3

2014-03-13 14:49:24 +0300 asugomark

* changes from mark's computer

2014-03-13 13:45:11 +0300 samuelralak

* created devise user and associated files #3

2014-03-13 13:17:53 +0300 samuelralak

* installed devise gem #3

2014-03-13 13:05:24 +0300 samuelralak

* fixes #1 (origin/feature/1-user-interface, feature/1-user-interface)

2014-03-13 12:57:58 +0300 samuelralak

* created the contact us page #1

2014-03-13 11:38:08 +0300 samuelralak

* set up the home page ui #1

2014-03-11 01:09:37 +0300 samuelralak

* added custom css and changed root to static_pages home action #1

2014-03-11 01:01:22 +0300 samuelralak

* created the static pages controller and associated files #1

2014-03-11 00:55:12 +0300 samuelralak

* installed the bootstrp-sass gem #1

2014-03-11 00:47:17 +0300 samuelralak

* added code to dynamically generate secret token

2014-03-11 00:43:19 +0300 samuelralak

* configured git to ignore more files

2014-03-11 00:37:47 +0300 samuelralak

* initial commit