0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 13 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactored the date checks into a separate methods. #1920 More... over 15 years ago
Checking date input for Rate#for. #1920 More... over 15 years ago
Instead of returning nil, which could get confused with No Rate, passing incorrect objects to Rate#for will now throw a Rate::InvalidParameterException back to the caller. More... over 15 years ago
Rate#for should handle invalid projects. #1920 More... over 15 years ago
Rate#for should handle invalid users. #1920 More... over 15 years ago
Singular rate More... over 15 years ago
Refactored Rate#for_user_project_and_date to allow nil projects. #1920 More... over 15 years ago
More spec refactoring, duplicated mocks. #1920 More... over 15 years ago
Removed a bunch of custom finders from the specs due to the private method refactoring and stubs. #1920 More... over 15 years ago
Removed duplication More... over 15 years ago
Extracted specs from Rate#for for Rate#for_user_project_and_date #1920 More... over 15 years ago
Typo, don't need two rates. Rate.rate_for... #1920 More... over 15 years ago
Extracted an ugly finder method from Rate#for to a private method. #1920 More... over 15 years ago
Added specs to test for using the default (today) date. #1920 More... over 15 years ago
Refactored Rate#for to only get one record. #1920 More... over 15 years ago
Rate#for will now return the most current rate for the user matching the parameters. #1920 More... over 15 years ago
Implementing Rate#for's internal logic. #1920 More... over 15 years ago
Added specs for the Rate#for parameter. #1920 More... over 15 years ago
Show a lock icon if a Rate is locked. #1915 More... over 15 years ago
Added rate_id to the time_entries table More... over 15 years ago
Reworded spec descriptions. More... over 15 years ago
Prevent Rates from being destroyed if they are locked. #1919 More... over 15 years ago
Require that a Rate be unlocked before saving it. #1919 More... over 15 years ago
Added a Rate#locked? check. #1919 More... over 15 years ago
Renamed the Rates tab to Rate History to match the comp. #1915 More... over 15 years ago
Cleaned up the rate partial UI to better match the comps. #1915 More... over 15 years ago
Added a named scope to make history lookups easier, Rate.history_for_user(user). #1915 More... over 15 years ago
Added the start of a Rate History table in the Rate partial More... over 15 years ago
Patched UsersHelper#user_settings_tabs to add a new Rates tab More... over 15 years ago
Added data validation for Rates. #1917 More... over 15 years ago