forked from netzke/netzke-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Manifest
50 lines (50 loc) · 1.47 KB
/
Manifest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
CHANGELOG
LICENSE
Manifest
README.rdoc
Rakefile
TODO
autotest/discover.rb
generators/netzke_core/USAGE
generators/netzke_core/netzke_core_generator.rb
generators/netzke_core/templates/create_netzke_preferences.rb
init.rb
install.rb
javascripts/core.js
lib/app/controllers/netzke_controller.rb
lib/app/models/netzke_preference.rb
lib/netzke-core.rb
lib/netzke/action_view_ext.rb
lib/netzke/base.rb
lib/netzke/base_js.rb
lib/netzke/controller_extensions.rb
lib/netzke/core_ext.rb
lib/netzke/feedback_ghost.rb
lib/netzke/routing.rb
netzke-core.gemspec
stylesheets/core.css
tasks/netzke_core_tasks.rake
test/app_root/app/controllers/application_controller.rb
test/app_root/app/models/role.rb
test/app_root/app/models/user.rb
test/app_root/config/boot.rb
test/app_root/config/database.yml
test/app_root/config/environment.rb
test/app_root/config/environments/in_memory.rb
test/app_root/config/environments/mysql.rb
test/app_root/config/environments/postgresql.rb
test/app_root/config/environments/sqlite.rb
test/app_root/config/environments/sqlite3.rb
test/app_root/config/routes.rb
test/app_root/db/migrate/20081222035855_create_netzke_preferences.rb
test/app_root/db/migrate/20090423214303_create_roles.rb
test/app_root/db/migrate/20090423222114_create_users.rb
test/app_root/lib/console_with_fixtures.rb
test/app_root/script/console
test/fixtures/roles.yml
test/fixtures/users.yml
test/test_helper.rb
test/unit/core_ext_test.rb
test/unit/netzke_core_test.rb
test/unit/netzke_preference_test.rb
uninstall.rb