okimo****@users*****
okimo****@users*****
2010年 3月 5日 (金) 17:01:32 JST
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "mint-server" repository containing the "mint" project. The branch, master has been updated via 63283d2a274957ac6bf7234247d91d343bdf3d4f (commit) via 34185008be1db0bd04b1015ca161421f5588d606 (commit) via af576615b3f8a5188740408a839287a567a953ee (commit) via 07cb4c9bdcbf03591806c44ac0ad6de7c8ea62ca (commit) via e24ef42fe42364792c51ea499beebdb25af538c0 (commit) via 6e1a0f2633c8e473786a774267be9efa2643aaf5 (commit) from 1d188f7046eb0f4a0f216b13b5e12dae760f8990 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 63283d2a274957ac6bf7234247d91d343bdf3d4f Author: okimoto <okimo****@good-*****> Date: Fri Mar 5 16:55:32 2010 +0900 add specs commit 34185008be1db0bd04b1015ca161421f5588d606 Author: okimoto <okimo****@good-*****> Date: Fri Mar 5 16:55:10 2010 +0900 add rspec-rails to development mode commit af576615b3f8a5188740408a839287a567a953ee Author: okimoto <okimo****@good-*****> Date: Fri Mar 5 16:38:58 2010 +0900 add missing view templates commit 07cb4c9bdcbf03591806c44ac0ad6de7c8ea62ca Author: okimoto <okimo****@good-*****> Date: Fri Mar 5 16:26:45 2010 +0900 add fractional_expression_arithmetic_edit_form commit e24ef42fe42364792c51ea499beebdb25af538c0 Author: okimoto <okimo****@good-*****> Date: Fri Mar 5 14:12:16 2010 +0900 add missin view templates commit 6e1a0f2633c8e473786a774267be9efa2643aaf5 Author: okimoto <okimo****@good-*****> Date: Fri Mar 5 12:43:36 2010 +0900 add view specs ----------------------------------------------------------------------- Summary of changes: ... fractional_expression_arithmetic_edit_form.rb} | 63 ++----- app/views/admin/problems/_factorization.html.erb | 2 +- .../admin/problems/_fractional_arithmetic.html.erb | 4 +- ... => _fractional_expression_arithmetic.html.erb} | 3 +- ...ional_expression_arithmetic_edit_form.html.erb} | 5 +- .../admin/problems/_linear_function_graph.html.erb | 7 + ...b => _linear_function_graph_edit_form.html.erb} | 4 +- ...ml.erb => _partial_fraction_expansion.html.erb} | 4 +- ..._partial_fraction_expansion_edit_form.html.erb} | 4 +- config/environments/development.rb | 1 + config/environments/test.rb | 2 +- db/seeds.rb | 24 +++ spec/factories/problem.rb | 63 ++++++- ...tional_expression_arithmetic_edit_form_spec.rb} | 186 +++++-------------- spec/views/admin/problems/edit.html.erb_spec.rb | 36 +++- spec/views/admin/problems/show.html.erb_spec.rb | 37 +++-- 16 files changed, 221 insertions(+), 224 deletions(-) copy app/models/{factorial_expression_edit_form.rb => fractional_expression_arithmetic_edit_form.rb} (58%) copy app/views/admin/problems/{_factorial_expression.html.erb => _fractional_expression_arithmetic.html.erb} (79%) copy app/views/admin/problems/{_factorial_expression_edit_form.html.erb => _fractional_expression_arithmetic_edit_form.html.erb} (72%) create mode 100644 app/views/admin/problems/_linear_function_graph.html.erb copy app/views/admin/problems/{_fractional_arithmetic_edit_form.html.erb => _linear_function_graph_edit_form.html.erb} (60%) copy app/views/admin/problems/{_expansion.html.erb => _partial_fraction_expansion.html.erb} (56%) copy app/views/admin/problems/{_expansion_edit_form.html.erb => _partial_fraction_expansion_edit_form.html.erb} (58%) copy spec/models/{factorial_expression_edit_form_spec.rb => fractional_expression_arithmetic_edit_form_spec.rb} (63%) hooks/post-receive -- mint-server (mint)