Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patch for bootstrap-modal references #15

Open
wants to merge 53 commits into
base: create-model
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
86cab7d
fixed package.json for REST plugin and adjusted .gitignore
Oct 25, 2012
84efc97
updated .gitignore
Oct 26, 2012
664f28b
typo: sussinct -> succinct
Oct 26, 2012
5fcc027
remove node_modules
Oct 27, 2012
3500b63
debug comments
Nov 2, 2012
716c189
debug comments
Nov 2, 2012
2051211
Merge branch 'master' of https://github.com/altsang/bobamo
Nov 2, 2012
dc7a147
caps error on files when merged
Nov 2, 2012
4194e42
more debug comments
Nov 2, 2012
89e2f80
added multi-editor to generator, disabled route for create model on m…
Nov 4, 2012
62d6a2a
hacked in jsonform, but not functional yet
Nov 10, 2012
8f39328
removed inline and created separate view, handlebar {{idx}} is interf…
Nov 12, 2012
5c3688a
messing around with different form options
Nov 12, 2012
f1e7dd2
fix for finders
Nov 12, 2012
7213777
modified mongoose 3.3.1 to avoid runtime exception error and added in…
Nov 13, 2012
ddd76c1
updated .gitignore
Nov 13, 2012
b647ede
undelete MModel.js
Nov 13, 2012
2134dbe
merge create-model branch from jspears
Nov 13, 2012
ef057ef
removed old hack experiments with jsonform
Nov 13, 2012
82d9f6e
removing create route not necessary
Nov 14, 2012
032f0a9
changed idAttribute to not interfere with persisting to backend
Nov 15, 2012
39eda30
added URL and uncommented out parse to return payload
Nov 15, 2012
e33e4f4
merge create-model
Nov 16, 2012
f7f56f1
boo boo merge error
Nov 16, 2012
c14fc0e
patched create.js
Nov 16, 2012
29d3b2f
Merge branch 'create-model' of https://github.com/jspears/bobamo
Nov 19, 2012
0347ac4
merge create-model 11/19
Nov 20, 2012
83da0d0
Merge branch 'create-model' of https://github.com/jspears/bobamo
Nov 20, 2012
0419195
Merge branch 'create-model' of https://github.com/jspears/bobamo
Nov 21, 2012
a71ac41
Merge branch 'create-model' of https://github.com/jspears/bobamo
Nov 21, 2012
5502685
merged create-model
Nov 26, 2012
213af7e
Merge branch 'create-model' of https://github.com/jspears/bobamo
Nov 26, 2012
43d0528
upgraded package.json to mongoose 3.4.x
Nov 27, 2012
e75ab9a
Merge branch 'create-model' of https://github.com/jspears/bobamo
Nov 27, 2012
e2feb7b
Update mers dep
raymondfeng Nov 27, 2012
09bef24
Update mers dep
raymondfeng Nov 27, 2012
9818485
Merge branch 'create-model' of https://github.com/jspears/bobamo
Nov 27, 2012
411f403
Merge branch 'master' of https://github.com/altsang/bobamo
Nov 27, 2012
13c1580
Merge branch 'create-model' of https://github.com/jspears/bobamo
Nov 28, 2012
b371805
Add menu item for api explorer
raymondfeng Nov 28, 2012
70e97d8
Merge branch 'master' of github.com:altsang/bobamo
raymondfeng Nov 28, 2012
4644379
Merge branch 'create-model' of https://github.com/jspears/bobamo
Nov 29, 2012
a62b2d3
removed remnant of jsonform
Nov 29, 2012
1b59444
Fix the references to list editors
raymondfeng Nov 29, 2012
0177d25
merge Raymond and Justin's changes
Nov 29, 2012
6804c1c
Fix the ref to bootstrap-modal
raymondfeng Nov 29, 2012
d44bc7c
Fix the reference to bootstrap-modal
raymondfeng Nov 29, 2012
3aee6d8
Merge branch 'create-model' of https://github.com/jspears/bobamo
Nov 30, 2012
eae8f58
Merge branch 'master' of https://github.com/altsang/bobamo
Nov 30, 2012
cdc008f
merge create-model with model persistence
Nov 30, 2012
f175a4e
Update the home page
raymondfeng Dec 1, 2012
f0a426c
Merge branch 'create-model' of https://github.com/jspears/bobamo
Dec 1, 2012
312ca19
Merge branch 'master' of https://github.com/altsang/bobamo
Dec 1, 2012
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
87 changes: 84 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,85 @@
node_modules
examples/*/node_modules
#----------------------------------------------------------------------------
# Ignore these files when commiting to a git repository.
#
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# The original version of this file is found here:
# https://github.com/RailsApps/rails3-application-templates/raw/master/files/gitignore.txt
#
# Corrections? Improvements? Create a GitHub issue:
# http://github.com/RailsApps/rails3-application-templates/issues
#----------------------------------------------------------------------------

# bundler state
/.bundle
/vendor/bundle/

# minimal Rails specific artifacts
db/*.sqlite3
/log/*
/tmp/*

# various artifacts
**.war
*.rbc
*.sassc
.rspec
.redcar/
.sass-cache
/config/config.yml
/config/database.yml
/coverage.data
/coverage/
/db/*.javadb/
/db/*.sqlite3
/doc/api/
/doc/app/
/doc/features.html
/doc/specs.html
/public/cache
/public/stylesheets/compiled
/public/system/*
/spec/tmp/*
/cache
/capybara*
/capybara-*.html
/gems
/spec/requests
/spec/routing
/spec/views
/specifications
rerun.txt
pickle-email-*.html

# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global
#
# Here are some files you may want to ignore globally:

# scm revert files
**.orig

# Mac finder artifacts
.DS_Store

# Netbeans project directory
/nbproject/

# RubyMine project files
.idea
plugins/imageupload/public/images/*

# Textmate project files
/*.tmproj

# vim artifacts
**.swp

# Aptana project file
.project

# Sublime Text 2 project files
*.sublime-*

# NodeJS artificats
node_modules
1 change: 1 addition & 0 deletions examples/simple/node_modules/.bin/express

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions examples/simple/node_modules/.bin/jade

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions examples/simple/node_modules/bobamo

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions examples/simple/node_modules/consolidate/.npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 38 additions & 0 deletions examples/simple/node_modules/consolidate/History.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions examples/simple/node_modules/consolidate/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

148 changes: 148 additions & 0 deletions examples/simple/node_modules/consolidate/Readme.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions examples/simple/node_modules/consolidate/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading