yoshihara
e46de6e7c0
Specifiy master branch explicitly
2015-04-10 18:14:34 +09:00
yoshihara
ca01dfec77
git fetch
before preparing
2015-04-10 17:54:09 +09:00
yoshihara
bd1af93729
Use old_* instead of now_*
2015-04-10 17:49:23 +09:00
yoshihara
36fcbedffa
Fix English sentence
2015-04-10 17:48:05 +09:00
yoshihara
ca4514ecfb
Fix a typo (add missing 's')
...
verion ->
version
2015-04-10 17:47:34 +09:00
yoshihara
d6dbca2658
Use double quote (") instead of single quote (')
2015-04-10 17:46:31 +09:00
yoshihara
73bd53b988
Add task to prepare releasing
...
This task updated Changelog, version.rb, and Gemfile.lock.
2015-04-10 17:22:53 +09:00
yoshihara
8ef124e7c7
v0.3.20
v0.3.20
2015-04-10 14:26:16 +09:00
yoshihara
bad2ef41f0
Merge pull request #175 from fluent/fix_changing_password_without_confirmation
...
Fix changing password without confirmation
2015-04-10 13:31:17 +09:00
yoshihara
78d30c98d6
Merge pull request #177 from fluent/support-host-option
...
Add `--host` option
2015-04-10 13:17:39 +09:00
Koichi TANAKA
86acdca42d
Set default host to 0.0.0.0
for backward compatibility
2015-04-09 19:39:52 +09:00
Koichi TANAKA
383be3b27b
Add --host
option
2015-04-09 19:28:13 +09:00
yoshihara
602e076960
Add more expectation to User#valid? specs
2015-04-08 19:05:36 +09:00
yoshihara
a231335159
spec: Use more specialized method
...
I want to remove a file only, not directory.
2015-04-08 18:58:07 +09:00
yoshihara
c3d18ffe1d
spec: add expectations for password changed to feature specs
2015-04-08 18:56:11 +09:00
yoshihara
2f8561a071
spec: Clarify password lengths
2015-04-08 18:46:04 +09:00
yoshihara
d6d7aa0b9b
Use buton value instead of type to nallow target
2015-04-08 18:41:53 +09:00
yoshihara
d5e0dd3026
Use more meaningful description
2015-04-08 18:41:01 +09:00
yoshihara
761322280d
Use if
instead of unless
for readability
2015-04-08 18:26:31 +09:00
yoshihara
27f550e9ea
Use the correct error message to unmatched password with password_confirmation
2015-04-08 17:40:36 +09:00
yoshihara
c0d90640a3
Match method name with its behavior
...
find_user ->
set_user
^^^^
2015-04-08 17:40:36 +09:00
yoshihara
8567315956
spec: add specs for User#valid?
2015-04-08 17:40:36 +09:00
yoshihara
7e8a9f154d
spec: use subject
2015-04-08 17:40:36 +09:00
yoshihara
d1f7e7271a
spec: Extract variables by let
2015-04-08 17:40:36 +09:00
yoshihara
886c8be8e1
Fix the broken model spec
...
Before, validated user is invalid, but other validations cause (length,
and wrong current_password)
2015-04-08 17:40:36 +09:00
yoshihara
2e2f4f66e8
Fix the bug that password is changed unexpectedly when confirm is wrong
...
model spec is broken, so i fix it.
2015-04-08 17:40:36 +09:00
yoshihara
b94d362125
Wrap the unlogined spec with new description
...
To distingish specs for logined user with the less indent.
2015-04-08 13:54:50 +09:00
yoshihara
49e496d261
v0.3.19
v0.3.19
2015-04-08 13:03:44 +09:00
uu59
fe993e01ba
Merge pull request #173 from fluent/add_task_to_clean_under_temp
...
Add task to clean under tmp/ directory
2015-04-08 10:48:11 +09:00
yoshihara
f5142c1c46
Use Pathname methods instead of system method or File one
2015-04-07 18:45:30 +09:00
yoshihara
e47095e814
Remove needless require
2015-04-07 18:15:56 +09:00
yoshihara
fc707d700c
Add clean task to remove all files/directories under tmp/
...
Please use this task carefully...
2015-04-07 18:07:44 +09:00
uu59
b8fda0f15b
Merge pull request #172 from fluent/remove_rspec_its
...
Remove rspec-its gem
2015-04-02 16:29:08 +09:00
yoshihara
c6e5ef5bc3
Remove rspec-its gem from dependency gems
2015-04-02 16:16:00 +09:00
yoshihara
daa7685b08
Remove rspec-its requiring
2015-04-02 16:15:02 +09:00
yoshihara
acef07e036
Remove its syntax depended on 'rspec-its' gem
2015-04-02 16:09:07 +09:00
yoshihara
5e61a1ea80
Merge pull request #171 from fluent/rails_4_2
...
Upgrade Rails 4.2
2015-04-02 15:44:43 +09:00
yoshihara
9d942da124
Update rspec-its
2015-04-02 15:39:26 +09:00
yoshihara
1a2abad107
Use #respond_to instead of deprecated .respond_to
...
refs #161
2015-04-02 14:46:40 +09:00
yoshihara
ff514b4c6e
Apply changes by $ rake rails:update
...
refs #161
2015-04-02 14:22:59 +09:00
yoshihara
150068c4a2
Update rails to 4.2 in gemspec
...
refs #161
I tried it
2015-04-02 14:22:59 +09:00
uu59
4ac660521f
Merge pull request #170 from fluent/upgrade_rspec_and_capybara
...
Upgrade rspec and capybara again
2015-04-02 14:07:55 +09:00
yoshihara
9dc12cc5bb
Update capybara ~> 2.4.0 to surpress warning
...
refs #161
The below warning was surpressed by the newest capybara.
c.f. https://github.com/jnicklas/capybara/issues/1254
Warning:
--------------------------------------------------------------------------------
Capybara::RSpecMatchers::HaveText implements a legacy RSpec matcher
protocol. For the current protocol you should expose the failure messages
via the `failure_message` and `failure_message_when_negated` methods.
(Used from /Users/yoshihara/everyleaf/fluentd-ui/spec/features/fluentd/setting/running_backup_spec.rb:85:in `block (6 levels) in <top (required)>')
--------------------------------------------------------------------------------
And specs are all green :)
2015-04-02 14:03:09 +09:00
yoshihara
084836f000
Update rspec ~> 3.0 and dependency gems to prepare rails 4.2 updating
...
refs #161
2015-04-02 14:02:04 +09:00
yoshihara
d355aacf22
$ bundle install (I missed ... sorry....X(
v0.3.18
2015-04-02 13:47:44 +09:00
yoshihara
755becbd3d
v0.3.18
2015-04-02 13:42:36 +09:00
uu59
0af36393ae
Merge pull request #168 from fluent/config_parse_also_configtest
...
Fix configtest/update behaviors are mismatched
2015-04-02 13:01:56 +09:00
uu59
92d026bdaa
Use more proper description
2015-04-02 12:59:49 +09:00
uu59
aaf4f179ab
Fix to parse config with embedded code
2015-04-02 12:50:38 +09:00
uu59
818e5d96bf
Refactor config parse processes
2015-04-02 11:45:43 +09:00