John Bintz
|
ac9a9cf23b
|
try loading bundler too
|
2011-12-24 09:54:04 -05:00 |
|
John Bintz
|
4e64480c69
|
bump version
|
2011-12-12 09:44:45 -05:00 |
|
John Bintz
|
7dde9328df
|
add lib/ and app/ to vendored assets search, fixes #93
|
2011-12-08 09:13:45 -05:00 |
|
John Bintz
|
84e369d30a
|
bump version
|
2011-12-06 09:37:26 -05:00 |
|
John Bintz
|
352ee417c5
|
fix extension search issue and expand bad extension searches to jasmine-style includes
|
2011-12-06 09:31:23 -05:00 |
|
John Bintz
|
00468fc1b3
|
Merge pull request #90 from scottdavis/master
Patch for unsupported formats in sprockets
|
2011-12-05 15:52:15 -08:00 |
|
Scott Davis
|
297f822da1
|
register non supported formats to there own handler and return there contents as empty so sprokets requres do not have to be changed for work. This will report to STDOUT if the file has been skipped
|
2011-12-05 18:49:52 -05:00 |
|
John Bintz
|
1099773484
|
bump version
|
2011-12-05 17:30:23 -05:00 |
|
John Bintz
|
d038a748ed
|
remove debugging
|
2011-12-02 18:47:17 -05:00 |
|
John Bintz
|
3b0a11edea
|
fix spec filtering
|
2011-12-02 18:37:14 -05:00 |
|
John Bintz
|
f3dd4f2bf8
|
bump version
|
2011-12-01 18:24:15 -05:00 |
|
John Bintz
|
6ad4bdaec0
|
also provide asset_paths in jasmine.yml for adding paths
|
2011-12-01 16:52:01 -05:00 |
|
John Bintz
|
e25d89962c
|
fix issues for when not running under bundler
|
2011-12-01 10:37:35 -05:00 |
|
John Bintz
|
b6d94a5d0d
|
make sure a parent module is defined first
|
2011-12-01 10:26:23 -05:00 |
|
John Bintz
|
ab1994696d
|
bump version and add basic developer instructions
|
2011-12-01 10:01:06 -05:00 |
|
John Bintz
|
5d504570fd
|
small refactoring
|
2011-12-01 08:59:05 -05:00 |
|
John Bintz
|
a291fd5de3
|
clean up the printing of headless reporter results
|
2011-11-29 15:36:17 -05:00 |
|
John Bintz
|
af14f69a07
|
performance boost in finding matchign spec lines
|
2011-11-29 15:11:40 -05:00 |
|
John Bintz
|
3c993001de
|
use kernel.rand/srand
|
2011-11-29 14:48:55 -05:00 |
|
John Bintz
|
602eb634d7
|
bump version for upcoming release
|
2011-11-29 11:25:20 -05:00 |
|
John Bintz
|
9affa65df4
|
fix writing of paths and stuff, fixes #77
|
2011-11-29 10:56:02 -05:00 |
|
John Bintz
|
0d4562119f
|
small speed optimization
|
2011-11-29 09:45:23 -05:00 |
|
John Bintz
|
ee3b6e598c
|
cacheable actions write out better filenames, and get rid of local jquery and use jquery-rails gem for testing
|
2011-11-28 16:53:42 -05:00 |
|
John Bintz
|
4ae9815471
|
better randomization
|
2011-11-28 11:52:33 -05:00 |
|
John Bintz
|
3fe66c66c5
|
specify the random order seed with --seed
|
2011-11-28 11:47:05 -05:00 |
|
John Bintz
|
f8db052281
|
randomize spec load order because why not
|
2011-11-25 18:11:21 -05:00 |
|
John Bintz
|
16f867af09
|
a little cleanup work
|
2011-11-25 16:18:06 -05:00 |
|
John Bintz
|
03a381d3cc
|
prevent crazy onload loop, perhaps?
|
2011-11-25 11:20:14 -05:00 |
|
John Bintz
|
bd6a1afb92
|
bump version
|
2011-11-23 10:53:26 -05:00 |
|
John Bintz
|
3911041866
|
merge sprockets code into mainline, please report bugs
|
2011-11-23 09:50:14 -05:00 |
|
John Bintz
|
edf5a49f27
|
test coverage and cleanup in anticipation of merge
|
2011-11-23 09:35:44 -05:00 |
|
John Bintz
|
634f60ffe6
|
fix tests
|
2011-11-22 14:01:05 -05:00 |
|
John Bintz
|
38327e6a95
|
more cleanups for things i found that are broken
|
2011-11-22 12:14:00 -05:00 |
|
John Bintz
|
2316041580
|
ok i actually want a bundled asset
|
2011-11-22 10:51:46 -05:00 |
|
John Bintz
|
7d75b5466f
|
whoa actually just plug in sprockets, need to backfill tests later since i have real work to do
|
2011-11-22 10:36:42 -05:00 |
|
John Bintz
|
130a65ecdd
|
Merge branch 'sprockets-integration' of github.com:johnbintz/jasmine-headless-webkit into sprockets-integration
|
2011-11-21 20:19:05 -05:00 |
|
John Bintz
|
7206341768
|
require_self
|
2011-11-21 20:18:11 -05:00 |
|
John Bintz
|
a9cc872cc8
|
some cleanup
|
2011-11-21 17:03:44 -05:00 |
|
John Bintz
|
7ba77ea1f9
|
dont show the running message if there are compile errors
|
2011-11-21 16:10:15 -05:00 |
|
John Bintz
|
a18100bb71
|
move the jquery console test to the right spot
|
2011-11-21 14:13:15 -05:00 |
|
John Bintz
|
08798ff88d
|
Merge pull request #82 from rocketpack/master
console.log to clone jQuery objects before appending them.
|
2011-11-21 10:56:49 -08:00 |
|
John Bintz
|
a9b879722b
|
reset version for a release, other branch will be 0.8
|
2011-11-21 13:52:01 -05:00 |
|
John Bintz
|
4727ad5b7b
|
show an indicator when wait tests are running, so it doesn't look like the program crashed
|
2011-11-21 11:33:51 -05:00 |
|
John Bintz
|
9b5729b808
|
yet more changes, getting really close
|
2011-11-21 10:55:37 -05:00 |
|
John Bintz
|
fde8bc3b7b
|
a ton of changes
|
2011-11-21 10:32:49 -05:00 |
|
Leo Lännenmäki
|
115e2eff8b
|
Clone elements before appending them to the temporary div that is used for logging.
|
2011-11-21 08:18:16 +02:00 |
|
John Bintz
|
d214674620
|
fixing things up and cleaning more things
|
2011-11-20 13:35:30 -05:00 |
|
John Bintz
|
ca8c655f00
|
more sprockets improvements
|
2011-11-20 11:56:25 -05:00 |
|
John Bintz
|
61c8ed8828
|
more sprockets improvements
|
2011-11-19 19:15:38 -05:00 |
|
John Bintz
|
e04d692d26
|
reowrk a bunch of the tilt stuff, only use extensions we know
|
2011-11-19 12:45:40 -05:00 |
|