summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2011-11-29ruby 1.8.7 on linux does *not* like my time. Trying crazy stuff.Randy Morgan
2011-11-29always read the manual! Month is a string in the example on 1.8.7Randy Morgan
2011-11-29travis fun with timesRandy Morgan
2011-11-29Travis still does not like my Time.local(1900,1,1,0,0,0,0) format. Dropping ↵Randy Morgan
down to year, month and day only.
2011-11-29trying to fix 'out of range' for time creation on travisRandy Morgan
2011-11-29clean up as we do not need a set up method in this test.Randy Morgan
2011-11-29more travis fun! moving attribute @rels into test method as it seems travis ↵Randy Morgan
thinks it is nil!
2011-11-29testing to see if Time.local resolves Time.now out of range error on travis.Randy Morgan
2011-11-29trying for travis.Randy Morgan
2011-11-29loving travis - patching more mis-capitalized requiresRandy Morgan
2011-11-29travis says that activesupport inflections require i18n - adding it in as a ↵Randy Morgan
test.
2011-11-29patching capitalized includeRandy Morgan
2011-11-29travis editsRandy Morgan
2011-11-29more fun with travis.ciRandy Morgan
2011-11-29bundle needs rake for travis. Seeing if it will work as a development ↵Randy Morgan
dependency.
2011-11-29adding in travis config to spec both 1.8.7 and 1.9.3Randy Morgan
2011-11-29patch for 1.8.3 lack of to_time support on TimeRandy Morgan
2011-11-29prepping for 1.0.10 release and travis integrationRandy Morgan
2011-11-28removing unused CGI require and adding a few more options to active record ↵Randy Morgan
plugin
2011-11-28spec patchRandy Morgan
2011-11-27more READMERandy Morgan
2011-11-27update to READMERandy Morgan
2011-11-27more documentation for 10a releaseRandy Morgan
2011-11-27updating docs for 1.0.10a releaseRandy Morgan
2011-11-27updating the readme to give a better example of what can be done with rails xlsxRandy Morgan
2011-11-27adding yields for package workbook, workbook styles and cols collection on ↵Randy Morgan
worksheet to make charting easier.
2011-11-27adding in row_style and col_style methods to worksheet and active record ↵Randy Morgan
'acts_as_axlsx' to provide to_xlsx.
2011-11-26adding in support for ruby 1.9.3Randy Morgan
release version 1.0.9
2011-11-23fixing some typosRandy Morgan
2011-11-23Adding image support and some document clean up for .8 releaseRandy Morgan
2011-11-23update docsRandy Morgan
2011-11-23correcting the release dateRandy Morgan
2011-11-23-refactoring chart position and axis data/category for chart.Randy Morgan
-additional specs and documentation improvements.
2011-11-22rebuild and README updateRandy Morgan
2011-11-22updating rake file, readme and other docs. Also moving version constant to ↵Randy Morgan
its own file and re-enabling package serialization tests with a bit more robust error handling when the current user does not have write permissions the directory.
2011-11-22fixing md bugRandy Morgan
2011-11-22bumping version to batch bug in gemspec that did not include docsRandy Morgan
2011-11-22README updateRandy Morgan
2011-11-22md fixesRandy Morgan
2011-11-22Doc updates and next release.Randy Morgan
2011-11-21moving example.rb into example dir and altering gemspec to point to githubRandy Morgan
2011-11-21renaming charts in examples to match the exampleRandy Morgan
2011-11-21more docsRandy Morgan
2011-11-21version bump and docs updateRandy Morgan
2011-11-21spec patchRandy Morgan
2011-11-21Adding in support for line charts, style attribute for all charts and minor ↵Randy Morgan
bug fixes.
2011-11-21README updateRandy Morgan
2011-11-21readme updateRandy Morgan
2011-11-21Readme update with better examplesRandy Morgan
2011-11-21updating docs.Randy Morgan