Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write test EmployeeController [Features/161] #24

Open
wants to merge 189 commits into
base: master
Choose a base branch
from
Open

Write test EmployeeController [Features/161] #24

wants to merge 189 commits into from

Commits on Aug 30, 2013

  1. Bump rails to 2.3.18

    Trung Lê committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    0082e02 View commit details
    Browse the repository at this point in the history
  2. Remove nbproject folder

    Trung Lê committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    654a99e View commit details
    Browse the repository at this point in the history
  3. Remove log/development.rb

    Trung Lê committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    e529a1b View commit details
    Browse the repository at this point in the history
  4. Use bundler and tweaks here and there

    Trung Lê committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    2f898b0 View commit details
    Browse the repository at this point in the history
  5. Warn that only work with Ruby 1.9.3-p327 or older

    Trung Lê committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    a9b16e4 View commit details
    Browse the repository at this point in the history
  6. Use mysql gem

    Trung Lê committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    f9a7465 View commit details
    Browse the repository at this point in the history
  7. Fix bug with translator gem

    Trung Lê committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    a8b4c96 View commit details
    Browse the repository at this point in the history
  8. Make test env run

    Trung Lê committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    5b64243 View commit details
    Browse the repository at this point in the history
  9. Remove test and use purely rspec [WIP]

    Trung Lê committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    2689923 View commit details
    Browse the repository at this point in the history
  10. Add test instruction

    Trung Lê committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    180784d View commit details
    Browse the repository at this point in the history
  11. Amend installation notes

    Trung Lê committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    c5fbfd5 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2013

  1. Fix batch file

    hoquanganh authored and Trung Lê committed Aug 31, 2013
    Configuration menu
    Copy the full SHA
    5413d72 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2013

  1. Test with travis

    Trung Lê committed Sep 1, 2013
    Configuration menu
    Copy the full SHA
    62d44c7 View commit details
    Browse the repository at this point in the history
  2. Igonore public/js/cache

    Trung Lê committed Sep 1, 2013
    Configuration menu
    Copy the full SHA
    6f1a9e9 View commit details
    Browse the repository at this point in the history
  3. Fix fckeditor deprecation message

    Trung Lê committed Sep 1, 2013
    Configuration menu
    Copy the full SHA
    daa73e9 View commit details
    Browse the repository at this point in the history
  4. PostgreSQL table quoting syntax

    Conflicts:
    	vendor/plugins/fckeditor
    	vendor/plugins/in_place_editing
    	vendor/plugins/open_flash_chart
    bradediger authored and Trung Lê committed Sep 1, 2013
    Configuration menu
    Copy the full SHA
    88208c6 View commit details
    Browse the repository at this point in the history
  5. Autosuggest: remove default '{}' text

    Conflicts:
    	vendor/plugins/fckeditor
    	vendor/plugins/in_place_editing
    	vendor/plugins/open_flash_chart
    bradediger authored and Trung Lê committed Sep 1, 2013
    Configuration menu
    Copy the full SHA
    2ce5da2 View commit details
    Browse the repository at this point in the history
  6. Refactor FinanceController#master_fees

    Trung Lê committed Sep 1, 2013
    Configuration menu
    Copy the full SHA
    99c0a78 View commit details
    Browse the repository at this point in the history
  7. Refactor AR find conditions

    Trung Lê committed Sep 1, 2013
    Configuration menu
    Copy the full SHA
    6444c8c View commit details
    Browse the repository at this point in the history
  8. Remove mysql_index_length plugin because this feature has been introd…

    …uced in Rails 2.3.6
    Trung Lê committed Sep 1, 2013
    Configuration menu
    Copy the full SHA
    50f29fd View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2013

  1. Update README

    Trung Lê committed Sep 2, 2013
    Configuration menu
    Copy the full SHA
    a431762 View commit details
    Browse the repository at this point in the history
  2. Replace in_place_editing plugin with Gem

    Trung Lê committed Sep 2, 2013
    Configuration menu
    Copy the full SHA
    b97e0c8 View commit details
    Browse the repository at this point in the history
  3. Fix up README

    Trung Lê committed Sep 2, 2013
    Configuration menu
    Copy the full SHA
    4bad043 View commit details
    Browse the repository at this point in the history
  4. Update Gemfile.lock

    Trung Lê committed Sep 2, 2013
    Configuration menu
    Copy the full SHA
    f8b9441 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2013

  1. Configuration menu
    Copy the full SHA
    d8ac9fc View commit details
    Browse the repository at this point in the history
  2. Add ruby-debug gem

    Trung Lê committed Sep 4, 2013
    Configuration menu
    Copy the full SHA
    2efbc94 View commit details
    Browse the repository at this point in the history
  3. Only TravisCI test master branch

    Trung Lê committed Sep 4, 2013
    Configuration menu
    Copy the full SHA
    8c43bf8 View commit details
    Browse the repository at this point in the history
  4. Remove cucumber

    Trung Lê committed Sep 4, 2013
    Configuration menu
    Copy the full SHA
    aa94a08 View commit details
    Browse the repository at this point in the history
  5. Lock nokogiri at 1.5.10 for Ruby18 support

    Trung Lê committed Sep 4, 2013
    Configuration menu
    Copy the full SHA
    4cbb94a View commit details
    Browse the repository at this point in the history
  6. Remove rdoc rake task

    Trung Lê committed Sep 4, 2013
    Configuration menu
    Copy the full SHA
    a032fa8 View commit details
    Browse the repository at this point in the history
  7. Convert to arrow hash syntax to support Ruby18

    Trung Lê committed Sep 4, 2013
    Configuration menu
    Copy the full SHA
    53ccfdb View commit details
    Browse the repository at this point in the history
  8. Switch LTS license back to Apache License 2.0

    Trung Lê committed Sep 4, 2013
    Configuration menu
    Copy the full SHA
    b0cb0ee View commit details
    Browse the repository at this point in the history
  9. Minor fix for exam_groups_controller_spec

    Trung Lê committed Sep 4, 2013
    Configuration menu
    Copy the full SHA
    9b1a1f0 View commit details
    Browse the repository at this point in the history
  10. Enable database_cleaner

    Trung Lê committed Sep 4, 2013
    Configuration menu
    Copy the full SHA
    da87858 View commit details
    Browse the repository at this point in the history
  11. Refactor Weekday and add test

    Trung Lê committed Sep 4, 2013
    Configuration menu
    Copy the full SHA
    620515a View commit details
    Browse the repository at this point in the history
  12. Add test for UserEvent

    Trung Lê committed Sep 4, 2013
    Configuration menu
    Copy the full SHA
    dc643a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2013

  1. Full fix test model

    [Closes #2]
    imtoanle authored and Trung Lê committed Sep 7, 2013
    Configuration menu
    Copy the full SHA
    5e81bb1 View commit details
    Browse the repository at this point in the history
  2. Add course controller test

    [Closes #5]
    imtoanle authored and Trung Lê committed Sep 7, 2013
    Configuration menu
    Copy the full SHA
    f0ddc16 View commit details
    Browse the repository at this point in the history
  3. Add CodeClimate badge

    Trung Lê committed Sep 7, 2013
    Configuration menu
    Copy the full SHA
    7433f2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    faa84ef View commit details
    Browse the repository at this point in the history
  5. Cleanup fedena header comment

    Trung Lê committed Sep 7, 2013
    Configuration menu
    Copy the full SHA
    134ef22 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2013

  1. Partial refactor test for ExamsControllers

    Trung Lê committed Sep 8, 2013
    Configuration menu
    Copy the full SHA
    473a53c View commit details
    Browse the repository at this point in the history
  2. Remove exam_groups view test

    Trung Lê committed Sep 8, 2013
    Configuration menu
    Copy the full SHA
    0f3768d View commit details
    Browse the repository at this point in the history
  3. Cleanup User model

    Trung Lê committed Sep 8, 2013
    Configuration menu
    Copy the full SHA
    35fd3fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eebfc7b View commit details
    Browse the repository at this point in the history
  5. Remove defunct Exam test codes

    Trung Lê committed Sep 8, 2013
    Configuration menu
    Copy the full SHA
    053101a View commit details
    Browse the repository at this point in the history
  6. Good bye AR fixtures

    Trung Lê committed Sep 8, 2013
    Configuration menu
    Copy the full SHA
    e88114a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2013

  1. Add full test method Course [Closes #8]

    imtoanle authored and Trung Lê committed Sep 9, 2013
    Configuration menu
    Copy the full SHA
    0b83eb3 View commit details
    Browse the repository at this point in the history
  2. Refactor Course

    Trung Lê committed Sep 9, 2013
    Configuration menu
    Copy the full SHA
    d8c2395 View commit details
    Browse the repository at this point in the history
  3. Fix failed spec

    Trung Lê committed Sep 9, 2013
    Configuration menu
    Copy the full SHA
    c3fa340 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2013

  1. Minor refactor for User#days_events

    Trung Lê committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    e07ec59 View commit details
    Browse the repository at this point in the history
  2. Add full test method Subject [Closes #9]

    imtoanle authored and Trung Lê committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    455fda8 View commit details
    Browse the repository at this point in the history
  3. Pending 2 wrong Subject tests

    Trung Lê committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    bd002b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2013

  1. Add test for TimetableEntry model

    [Closes #13]
    hoquanganh authored and Trung Lê committed Sep 11, 2013
    Configuration menu
    Copy the full SHA
    1dd2b86 View commit details
    Browse the repository at this point in the history
  2. Add test for StudentsSubject model

    [Closes #17]
    hoquanganh authored and Trung Lê committed Sep 11, 2013
    Configuration menu
    Copy the full SHA
    e006189 View commit details
    Browse the repository at this point in the history
  3. Test for StudentAdditionalField model

    [Closes #22]
    hoquanganh authored and Trung Lê committed Sep 11, 2013
    Configuration menu
    Copy the full SHA
    9011741 View commit details
    Browse the repository at this point in the history
  4. Add SmsLog test model [Closes #26]

    imtoanle authored and Trung Lê committed Sep 11, 2013
    Configuration menu
    Copy the full SHA
    a54bcbd View commit details
    Browse the repository at this point in the history
  5. Add Privilege model test [Closes #31]

    imtoanle authored and Trung Lê committed Sep 11, 2013
    Configuration menu
    Copy the full SHA
    318d755 View commit details
    Browse the repository at this point in the history
  6. Add student_pre_data test model [Closes #19]

    imtoanle authored and Trung Lê committed Sep 11, 2013
    Configuration menu
    Copy the full SHA
    91267d7 View commit details
    Browse the repository at this point in the history
  7. Add StudentPrevSubjectMark test model [Closes #18]

    imtoanle authored and Trung Lê committed Sep 11, 2013
    Configuration menu
    Copy the full SHA
    78a4fb1 View commit details
    Browse the repository at this point in the history
  8. Add SubjectAmount test model [Closes #16]

    imtoanle authored and Trung Lê committed Sep 11, 2013
    Configuration menu
    Copy the full SHA
    659525e View commit details
    Browse the repository at this point in the history
  9. Add PrivilegeTag test model [Closes #30]

    imtoanle authored and Trung Lê committed Sep 11, 2013
    Configuration menu
    Copy the full SHA
    c7ea168 View commit details
    Browse the repository at this point in the history
  10. Add test for Reminder model

    [Closes #28]
    hoquanganh authored and Trung Lê committed Sep 11, 2013
    Configuration menu
    Copy the full SHA
    c2a2baa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ffc40d8 View commit details
    Browse the repository at this point in the history
  12. Add test for PeriodEntry model

    [Closes #33]
    hoquanganh authored and rauxalach committed Sep 11, 2013
    Configuration menu
    Copy the full SHA
    ab92f18 View commit details
    Browse the repository at this point in the history
  13. Add test for PreviousExamScore model.

    [Closes @32]
    hoquanganh authored and rauxalach committed Sep 11, 2013
    Configuration menu
    Copy the full SHA
    7910712 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    72a650d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2013

  1. Refactor ElectiveGroup spec

    Trung Lê committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    4a249ac View commit details
    Browse the repository at this point in the history
  2. Refactor Course spec

    Trung Lê committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    2f7c776 View commit details
    Browse the repository at this point in the history
  3. Add test for StudentAdditionalFieldOption model

    [Closes #21]
    hoquanganh authored and Trung Lê committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    e2d8969 View commit details
    Browse the repository at this point in the history
  4. Add test for RankingLevel model

    [Closes #29]
    hoquanganh authored and Trung Lê committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    ad1fc48 View commit details
    Browse the repository at this point in the history
  5. Add StudentAdditionalDetail test model

    [Closes #23]
    imtoanle authored and Trung Lê committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    795821b View commit details
    Browse the repository at this point in the history
  6. Refactor and add test for SmsSetting model

    [Closes #24, #35]
    hoquanganh authored and Trung Lê committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    643c740 View commit details
    Browse the repository at this point in the history
  7. Refactor sms_setting_spec file

    [Amend #24]
    hoquanganh authored and Trung Lê committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    d08ed96 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2013

  1. Update to latest 1.9.3 and tweak app config to suit

    * update to patch 448
    * update script server to compatible with 1.9.3
    * add utf8 for compatibility
    robzolkos committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    728328d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d5fe82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    362fa67 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #38 from RobZolkos/update-ruby

    Update to 1.9.3, add code coverage and tests
    Trung Lê committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    01088fb View commit details
    Browse the repository at this point in the history
  5. Drop support for Ruby18

    Trung Lê committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    9de232a View commit details
    Browse the repository at this point in the history
  6. Write Exam test model

    [Closes #11]
    imtoanle authored and Trung Lê committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    0d3c27e View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2013

  1. Refactor BatchFeeCollectionDiscount and FeeCollectionDiscount and tes…

    …t for FeeCollectionDiscount
    Trung Lê committed Sep 14, 2013
    Configuration menu
    Copy the full SHA
    32f9a0b View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2013

  1. Add test for Asset

    Trung Lê committed Sep 15, 2013
    Configuration menu
    Copy the full SHA
    67a8b18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48752cc View commit details
    Browse the repository at this point in the history
  3. Remove empty helpers and refactor TimetablesHelper

    Trung Lê committed Sep 15, 2013
    Configuration menu
    Copy the full SHA
    8604f32 View commit details
    Browse the repository at this point in the history
  4. Refactor EmployeesSubject

    Trung Lê committed Sep 15, 2013
    Configuration menu
    Copy the full SHA
    f7b24db View commit details
    Browse the repository at this point in the history
  5. Merge pull request #43 from hieuk09/test_for_archived_student_model

    Write test for ArchivedStudent
    Trung Lê committed Sep 15, 2013
    Configuration menu
    Copy the full SHA
    b776a77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13fe951 View commit details
    Browse the repository at this point in the history
  7. Write test for CourseHelper

    hieuk09 committed Sep 15, 2013
    Configuration menu
    Copy the full SHA
    f1ef58b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #44 from hieuk09/test_for_course_helper

    Write test for CourseHelper
    
    [Closes #41]
    Trung Lê committed Sep 15, 2013
    Configuration menu
    Copy the full SHA
    561a54e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2013

  1. Refactor and Add test for Attendance model

    [Closes #39]
    
    Conflicts:
    	spec/factories.rb
    hoquanganh authored and Trung Lê committed Sep 16, 2013
    Configuration menu
    Copy the full SHA
    ef6ed6f View commit details
    Browse the repository at this point in the history
  2. Update TravisCI badge link

    Trung Lê committed Sep 16, 2013
    Configuration menu
    Copy the full SHA
    0e0f7ba View commit details
    Browse the repository at this point in the history
  3. Mention about Slimgems in README

    Trung Lê committed Sep 16, 2013
    Configuration menu
    Copy the full SHA
    087d21a View commit details
    Browse the repository at this point in the history
  4. Refactor and Add test for Event model

    [Closes #36]
    
    Conflicts:
    	spec/factories.rb
    hoquanganh authored and Trung Lê committed Sep 16, 2013
    Configuration menu
    Copy the full SHA
    e58ade6 View commit details
    Browse the repository at this point in the history
  5. Refactor CalendarController

    Trung Lê committed Sep 16, 2013
    Configuration menu
    Copy the full SHA
    0c374fd View commit details
    Browse the repository at this point in the history
  6. Fix up Attendance spec

    [Amend #39]
    hoquanganh authored and Trung Lê committed Sep 16, 2013
    Configuration menu
    Copy the full SHA
    bb35813 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2013

  1. Clean up

    Trung Lê committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    a6c2909 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    Trung Lê committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    d04fcd1 View commit details
    Browse the repository at this point in the history
  3. Add SubjectLeave test model.

    [Closes #15]
    rauxalach committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    9b2aa65 View commit details
    Browse the repository at this point in the history
  4. Add ClassTiming test model

    [Closes #40]
    imtoanle authored and Trung Lê committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    bed4337 View commit details
    Browse the repository at this point in the history
  5. Fix Attedance spec

    Trung Lê committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    fd80cb7 View commit details
    Browse the repository at this point in the history
  6. Write test ElectiveGroupsController

    [Closes #48]
    imtoanle authored and Trung Lê committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    0c208a2 View commit details
    Browse the repository at this point in the history
  7. Refactor date fields for Batch

    [Closes #12]
    imtoanle authored and Trung Lê committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    f05cfd9 View commit details
    Browse the repository at this point in the history
  8. Clean up ArchiveEmployee

    Trung Lê committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    5055161 View commit details
    Browse the repository at this point in the history
  9. clean up

    Trung Lê committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    69d40dc View commit details
    Browse the repository at this point in the history
  10. Refactor and add test for BatchGroup

    [Closes #58]
    Trung Lê committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    6a1b51f View commit details
    Browse the repository at this point in the history
  11. Write test CceExamCategoriesController

    [Closes #49]
    imtoanle authored and Trung Lê committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    d6514fe View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2013

  1. Add test for WeekdayController

    [Closes #3]
    rauxalach committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    d50f6a5 View commit details
    Browse the repository at this point in the history
  2. Fix Event Spec

    hoquanganh authored and Trung Lê committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    3a06a51 View commit details
    Browse the repository at this point in the history
  3. Hook codeclimate and TravisCI

    Trung Lê committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    eca0f51 View commit details
    Browse the repository at this point in the history
  4. Add mocha gem

    The reason is that our old rspec-mock does not have #any_instance function yet (till later version)
    Thus we use mocha in parallel, we could access the #any_instance with mocha
    
    Very useful for controller tests
    
    Once we bump to Rails 4, we will get rid of mocha
    
    Refactor CceExamCategoriesController spec
    
    Already hot fix
    [Closes #63]
    
    Conflicts:
    	Gemfile
    	spec/controllers/weekday_controller_spec.rb
    	spec/spec_helper.rb
    Trung Lê committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    ef24577 View commit details
    Browse the repository at this point in the history
  5. re-enable test for employees_subject_spec

    Trung Lê committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    b96f572 View commit details
    Browse the repository at this point in the history
  6. Lots of fixes for SQL injections

    Trung Lê committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    8ce95df View commit details
    Browse the repository at this point in the history
  7. Add BatchEvent model test

    [Closes #57]
    imtoanle authored and Trung Lê committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    2d98029 View commit details
    Browse the repository at this point in the history
  8. Add CceGrade model test

    [Closes #61]
    imtoanle authored and Trung Lê committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    350d018 View commit details
    Browse the repository at this point in the history
  9. Add EmployeeAttendance test model

    [Closes #66]
    imtoanle authored and Trung Lê committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    50190c2 View commit details
    Browse the repository at this point in the history
  10. Fix more SQL injections

    Trung Lê committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    98af84a View commit details
    Browse the repository at this point in the history
  11. Write test AssessmentScore model

    [Closes #56]
    imtoanle authored and Trung Lê committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    534519f View commit details
    Browse the repository at this point in the history
  12. Set pending status for 2 failed tests RankingLevel

    Trung Lê committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    08d9949 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2013

  1. Add FeeDiscount test model

    [Closes #68]
    imtoanle authored and Trung Lê committed Sep 19, 2013
    Configuration menu
    Copy the full SHA
    c86c98f View commit details
    Browse the repository at this point in the history
  2. Fix format validation flaws

    Trung Lê committed Sep 19, 2013
    Configuration menu
    Copy the full SHA
    dd20d7e View commit details
    Browse the repository at this point in the history
  3. Clean up CalendarController

    [Closes #45]
    hoquanganh authored and Trung Lê committed Sep 19, 2013
    Configuration menu
    Copy the full SHA
    acbe67a View commit details
    Browse the repository at this point in the history
  4. Replace depreacted Kernel#returning with Object#tap

    Trung Lê committed Sep 19, 2013
    Configuration menu
    Copy the full SHA
    046d75d View commit details
    Browse the repository at this point in the history
  5. Bump will_pagniate to 2.3.16

    Trung Lê committed Sep 19, 2013
    Configuration menu
    Copy the full SHA
    02b7e03 View commit details
    Browse the repository at this point in the history
  6. Bump paperclip to 2.7.5

    Trung Lê committed Sep 19, 2013
    Configuration menu
    Copy the full SHA
    d514b0e View commit details
    Browse the repository at this point in the history
  7. Bump nokogiri to 1.6.0

    Trung Lê committed Sep 19, 2013
    Configuration menu
    Copy the full SHA
    98af5df View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2013

  1. Configuration menu
    Copy the full SHA
    1bea623 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2013

  1. Calendar controller spec

    hoquanganh authored and rauxalach committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    4cb5ab5 View commit details
    Browse the repository at this point in the history
  2. Add test for ArchivedEmployeeAdditionalDetail model

    [Closes #51]
    hoquanganh authored and rauxalach committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    75f2f2d View commit details
    Browse the repository at this point in the history
  3. Add test for ArchivedEmployeeBankDetail model

    [Closes #52]
    hoquanganh authored and rauxalach committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    bf8cb35 View commit details
    Browse the repository at this point in the history
  4. Add test for ArchivedEmployee model

    [Closes #50]
    hoquanganh authored and rauxalach committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    20f5f42 View commit details
    Browse the repository at this point in the history
  5. Add test for ArchivedGuardian model

    [Closes #55]
    hoquanganh authored and rauxalach committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    dd017e8 View commit details
    Browse the repository at this point in the history
  6. Add test for BatchStudent model

    [Closes #59]
    hoquanganh authored and rauxalach committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    dccbfae View commit details
    Browse the repository at this point in the history
  7. Add missing model School

    rauxalach committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    1fafd7c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1668ec6 View commit details
    Browse the repository at this point in the history
  9. Fix SubjectLeave test model

    [Closes #81]
    imtoanle authored and rauxalach committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    95f0b4a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    15f9f75 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2013

  1. Merge pull request #77 from hieuk09/test_employee_bank_detail

    Write test EmployeeBankDetail
    
    [Closes #76]
    Trung Lê committed Sep 22, 2013
    Configuration menu
    Copy the full SHA
    71ccdb6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #91 from hieuk09/test_finance_fee_structure_element

    Write test FinanceFeeStructureElement
    
    [Closes #72]
    Trung Lê committed Sep 22, 2013
    Configuration menu
    Copy the full SHA
    7245e4b View commit details
    Browse the repository at this point in the history
  3. Refactor finance_controller

    Trung Lê committed Sep 22, 2013
    Configuration menu
    Copy the full SHA
    17d37d8 View commit details
    Browse the repository at this point in the history
  4. Update CodeClimate badge

    Trung Lê committed Sep 22, 2013
    Configuration menu
    Copy the full SHA
    ba032ea View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2013

  1. Fix 2 pending, covered test model Subject

    [Closes #9]
    imtoanle authored and Trung Lê committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    68a0305 View commit details
    Browse the repository at this point in the history
  2. Fix SQLI #overlap_condition

    [Closes #64]
    imtoanle authored and Trung Lê committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    af862c1 View commit details
    Browse the repository at this point in the history
  3. Add Guardian test model

    [Closes #71]
    imtoanle authored and Trung Lê committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    3c8a59c View commit details
    Browse the repository at this point in the history
  4. Add EmployeeGrade test model

    [Closes #83]
    imtoanle authored and Trung Lê committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    f9cd628 View commit details
    Browse the repository at this point in the history
  5. Add test StudentCategory

    [Closes #84]
    imtoanle authored and Trung Lê committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    d7bddc0 View commit details
    Browse the repository at this point in the history
  6. Add test FinanceFeeCategory model

    [Closes #69]
    imtoanle authored and Trung Lê committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    5916c3c View commit details
    Browse the repository at this point in the history
  7. Fix failed test for Guardian model

    Trung Lê committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    4890592 View commit details
    Browse the repository at this point in the history
  8. Add FinanceFeeParticular test model

    [Closes #85]
    imtoanle authored and Trung Lê committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    028df0d View commit details
    Browse the repository at this point in the history
  9. Add FinanceFee test model

    [Closes #86]
    imtoanle authored and Trung Lê committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    f367b7b View commit details
    Browse the repository at this point in the history
  10. Covered all method test GradingLevel

    [Closes #87]
    imtoanle authored and Trung Lê committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    e73f820 View commit details
    Browse the repository at this point in the history
  11. Covered all method EmployeeDepartment

    [Closes #88]
    imtoanle authored and Trung Lê committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    fdd4173 View commit details
    Browse the repository at this point in the history
  12. Add News test model

    [Closes #90]
    imtoanle authored and Trung Lê committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    051937c View commit details
    Browse the repository at this point in the history
  13. Add CceWeightage test model

    [Closes #89]
    imtoanle authored and Trung Lê committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    e8dc29a View commit details
    Browse the repository at this point in the history
  14. Write test FinanceDonation

    [Closes #92]
    imtoanle authored and Trung Lê committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    d795175 View commit details
    Browse the repository at this point in the history
  15. Write test StudentFeeCollectionDiscount

    [Closes #93]
    imtoanle authored and Trung Lê committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    6ed757d View commit details
    Browse the repository at this point in the history
  16. Write test CceGradeSet

    [Closes #96]
    imtoanle authored and Trung Lê committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    10b00b0 View commit details
    Browse the repository at this point in the history
  17. Write test ClassDesignation

    [Closes #97]
    imtoanle authored and Trung Lê committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    11df1ce View commit details
    Browse the repository at this point in the history
  18. Write test BatchFeeCollectionDiscount

    [Closes #100]
    imtoanle authored and Trung Lê committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    f0ef60f View commit details
    Browse the repository at this point in the history
  19. Write test ObservationGroup

    [Closes #94]
    imtoanle authored and Trung Lê committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    2503705 View commit details
    Browse the repository at this point in the history
  20. All test for ExamGroup model.

    [Closes #82]
    hoquanganh authored and Trung Lê committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    5416068 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d9984a5 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #78 from hieuk09/test_finance_transaction_category

    Write test FinanceTransactionCategory
    
    [Closes #73]
    Trung Lê committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    acae53c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2013

  1. Corvered all test Course

    [Closes #105]
    imtoanle authored and rauxalach committed Sep 25, 2013
    Configuration menu
    Copy the full SHA
    13fd6fd View commit details
    Browse the repository at this point in the history
  2. Write test MonthlyPayslip

    [Closes #106]
    imtoanle authored and rauxalach committed Sep 25, 2013
    Configuration menu
    Copy the full SHA
    a33f52a View commit details
    Browse the repository at this point in the history
  3. Add test for EmployeeAdditionalDetail model

    [Closes #101]
    hoquanganh authored and Trung Lê committed Sep 25, 2013
    Configuration menu
    Copy the full SHA
    328c2f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2013

  1. Write test ExamScore

    [Closes #107]
    imtoanle authored and rauxalach committed Sep 26, 2013
    Configuration menu
    Copy the full SHA
    3fc315e View commit details
    Browse the repository at this point in the history
  2. Add test for BatchFeeDiscount model

    [Closes #102]
    hoquanganh authored and Trung Lê committed Sep 26, 2013
    Configuration menu
    Copy the full SHA
    f05f1e9 View commit details
    Browse the repository at this point in the history
  3. Add test for StudentCategoryFeeDiscount model

    [Closes #104]
    hoquanganh authored and Trung Lê committed Sep 26, 2013
    Configuration menu
    Copy the full SHA
    2d57dc1 View commit details
    Browse the repository at this point in the history
  4. Add test for StudentFeeDiscount

    [Closes #103]
    
    Conflicts:
    	spec/factories.rb
    hoquanganh authored and Trung Lê committed Sep 26, 2013
    Configuration menu
    Copy the full SHA
    f70a588 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2013

  1. Add test for FinanceFeeCollection model

    [Closes #109]
    hoquanganh authored and Trung Lê committed Sep 27, 2013
    Configuration menu
    Copy the full SHA
    2b49b80 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2013

  1. [#116] Fix seed.rb

    hieuk09 committed Sep 28, 2013
    Configuration menu
    Copy the full SHA
    1f39adf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #117 from hieuk09/fix_rake_seed

    Fix seed.rb
    
    [Closes #116]
    Trung Lê committed Sep 28, 2013
    Configuration menu
    Copy the full SHA
    5a1d2b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2013

  1. Write test ArchivedExamScore

    [Closes #54]
    imtoanle authored and Trung Lê committed Sep 30, 2013
    Configuration menu
    Copy the full SHA
    94da34f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    482b886 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74afc94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bce2a8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9be618 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2013

  1. Write test Student

    [Closes #113]
    imtoanle authored and Trung Lê committed Oct 1, 2013
    Configuration menu
    Copy the full SHA
    faf3d2a View commit details
    Browse the repository at this point in the history
  2. Write test Employee

    [Closes #111]
    imtoanle authored and Trung Lê committed Oct 1, 2013
    Configuration menu
    Copy the full SHA
    628e267 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    557fc26 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #122 from hieuk09/bug_fix_error_admin_password_and…

    …_course
    
    Bug fix error admin password and course
    Trung Lê committed Oct 1, 2013
    Configuration menu
    Copy the full SHA
    338c714 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2013

  1. Add test for FinanceTransaction model

    [Closes #112]
    hoquanganh authored and Trung Lê committed Oct 3, 2013
    Configuration menu
    Copy the full SHA
    b8b04e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2013

  1. Configuration menu
    Copy the full SHA
    df02db7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #118 from hieuk09/refactor_exam_groups

    [r] Refactor exam groups and related models
    Trung Lê committed Oct 5, 2013
    Configuration menu
    Copy the full SHA
    31341f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2013

  1. Configuration menu
    Copy the full SHA
    15c0b98 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #146 from hieuk09/test_cce_reports_controller

    [#133] Write test for CceReportsController and CceReport
    Trung Lê committed Oct 6, 2013
    Configuration menu
    Copy the full SHA
    e616d98 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2013

  1. Configuration menu
    Copy the full SHA
    07cb277 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2013

  1. Merge pull request #160 from hieuk09/test_employee_attendant_controller

    [#156] Write test EmployeeAttendanceController
    Trung Lê committed Oct 23, 2013
    Configuration menu
    Copy the full SHA
    ef37769 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2013

  1. Write test EmployeeController

    add_category method
    [#161]
    imtoanle committed Dec 2, 2013
    Configuration menu
    Copy the full SHA
    c893e84 View commit details
    Browse the repository at this point in the history