Extract message system to plugin.
This commit is contained in:
parent
fe0b17cdb0
commit
7556c753d0
45 changed files with 298 additions and 45 deletions
13
Gemfile.lock
13
Gemfile.lock
|
|
@ -41,6 +41,13 @@ GIT
|
|||
acts_as_versioned (0.6.0)
|
||||
activerecord (>= 3.0.9)
|
||||
|
||||
PATH
|
||||
remote: lib/foodsoft_messages
|
||||
specs:
|
||||
foodsoft_messages (0.0.1)
|
||||
deface (~> 1.0.0)
|
||||
rails
|
||||
|
||||
PATH
|
||||
remote: lib/foodsoft_wiki
|
||||
specs:
|
||||
|
|
@ -120,6 +127,7 @@ GEM
|
|||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.7.0)
|
||||
colorize (0.6.0)
|
||||
commonjs (0.2.7)
|
||||
connection_pool (1.2.0)
|
||||
content_for_in_controllers (0.0.2)
|
||||
|
|
@ -132,6 +140,10 @@ GEM
|
|||
daemons (1.1.9)
|
||||
database_cleaner (1.2.0)
|
||||
debug_inspector (0.0.2)
|
||||
deface (1.0.0)
|
||||
colorize (>= 0.5.8)
|
||||
nokogiri (~> 1.6.0)
|
||||
rails (>= 3.1)
|
||||
diff-lcs (1.2.5)
|
||||
diffy (3.0.1)
|
||||
docile (1.1.3)
|
||||
|
|
@ -397,6 +409,7 @@ DEPENDENCIES
|
|||
exception_notification
|
||||
factory_girl_rails (~> 4.0)
|
||||
faker
|
||||
foodsoft_messages!
|
||||
foodsoft_wiki!
|
||||
haml-rails
|
||||
i18n-js!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue