Commit Graph

1029 Commits (9215ae0da7f2548763c29269e480b9d94ba1e5f1)
 

Author SHA1 Message Date
Sebastian Schuster ee004877fd Fixed routes and added more routing specs 12 years ago
Christian Rijke a019316c52 Add missing i18n keys. 12 years ago
Christian Rijke cdb01d8519 Fix time entry specs. 12 years ago
Christian Rijke bfd22da269 Fix date loop in spec. 12 years ago
Christian Rijke 38e62c1204 Fix time entry spec. 12 years ago
Sebastian Schuster 2b04d0a07d Removed unused mass assignment whitelisting and corresponding specs 12 years ago
Christian Rijke 5621724cd0 Reload test objects. 12 years ago
Sebastian Schuster 47b4f7afda Added preview actions at appropriate place and actions for updating labor and material items including strong parameters permission for assigning nested attributed 12 years ago
Sebastian Schuster 6fbb2dfd2f Implemented new way of saving without validation 12 years ago
Sebastian Schuster 5017c29f88 Simplified copy_from 12 years ago
Sebastian Schuster c71176f986 Added copy action for copying cost_objects 12 years ago
Christian Rijke 1a4f2239fc Initialize observer in engine.rb instead of patch file. 12 years ago
Christian Rijke e0505ce62b Replace fixtures with factories. 12 years ago
Christian Rijke f90e188e07 Remove plugin_helper require (it's already being required from spec_helper) 12 years ago
Christian Rijke 592ae7cf13 Set correct project in spec. 12 years ago
Christian Rijke 5996a9a397 Fix date loop and use correct project id. 12 years ago
Christian Rijke 3aa2ec27e4 Force initialization of hourly rate values in specs. 12 years ago
sschu 6ceea0cd2f Merge pull request #8 from finnlabs/feature/rails3_i18n_core_adaptations 12 years ago
sschu 517ff353b6 Merge pull request #7 from finnlabs/feature/rails3_fix_rate_permissions 12 years ago
sschu e519b043a5 Merge pull request #6 from finnlabs/feature/rails3_fix_cukes 12 years ago
Jens Ulferts 6d3a112155 adapts fields added to the issue#show view to the core's table layout 12 years ago
Jens Ulferts e3af09af05 changes saving without validation to rails3 12 years ago
Jens Ulferts 1992e34ee5 adapts i18n to changed core 12 years ago
Jens Ulferts 7c9836fc3e fix permissions for hourly rates broken by splitting up edit 12 years ago
Jens Ulferts 1b9a38b203 cleans up cost_types_controller 12 years ago
Jens Ulferts c30b2649a3 fixes strong_params for cost_types nexted attributes 12 years ago
Jens Ulferts e0f2b3e818 fixes log unit cost steps 12 years ago
Jens Ulferts 770c10aaa4 renames Factory to FactoryGirl 12 years ago
Jens Ulferts 756b367c80 fixes cuke for budget creation 12 years ago
Jens Ulferts bdac588970 fixes the standard cost project step 12 years ago
Jens Ulferts e00fbe66e5 removes no longer required ajax step 12 years ago
Jens Ulferts 43ae7c4011 loads number_helper patch 12 years ago
Jens Ulferts f329b4e92c adds = to blocks outputting string 12 years ago
Jens Ulferts 7e7679b0df fixes cost_type creation 12 years ago
Jens Ulferts 678eaac21e updates speced action as details was renamed to index 12 years ago
ulferts 977ada5a3d Merge pull request #5 from finnlabs/feature/rails3_strong_parameters_fix 12 years ago
Sebastian Schuster 3f542a4c4d Used strong parameters style mass assignments in cost_objects_controller and cost_types_controller 12 years ago
Jens Ulferts 9aa86f396a Merge branch 'feature/fix-rspec-tests' into feature/rails3 12 years ago
Christian Rijke a5dda42828 Replace fixures with factories. 12 years ago
Christian Rijke 5f6f8d804b Fix before_save callback. 12 years ago
sschu 053793e97c Merge pull request #4 from finnlabs/feature/rails3_strong_parameters 12 years ago
Sebastian Schuster 2a83bf4434 Adapted the copying of values from other cost objects to not work around the mass assignment protection 12 years ago
Christian Rijke 191f2e3818 Register observers during engine initialization. 12 years ago
Christian Rijke b9d35ecead Trim whitespace. 12 years ago
Christian Rijke 654296b189 Migrate callbacks to new syntax. 12 years ago
Christian Rijke 8203880b95 Update table name group_users in migrations. 12 years ago
Christian Rijke ee54cd3bfe Migrate callbacks to new syntax. 12 years ago
Christian Rijke 48b9978b1a Delete fixtures. 12 years ago
Christian Rijke 649901452b Migrate active model callbacks to Rails 3 syntax. 12 years ago
Sebastian Schuster 97128d3964 Manually took id and type out of copying cost objects so they are not prevented by the mass assignment protection 12 years ago